Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #54.9K
~25.2K People Reached
Favorite Tags
Member Avatar for Sonic42

Hi- How can I change the content of the PictureBox control based on user entry? I'm assuming it would be similar to this: [CODE]If (TextBox1.Text = "Test") Then Picturebox1.Picture= (testpic.jpg) End If [/CODE]

Member Avatar for Deep Modi
0
10K
Member Avatar for khwo

Hi, Anyone of you know hot to get item when user click on item in the listview. I want the data in listview display in the text box, can anyone give me some advice on this? The following code is my coding at Form_Load():- Private Sub Form3_Load(ByVal sender As System.Object, …

Member Avatar for maley
0
4K
Member Avatar for krm08

Hello Everybody, I want to I want to perform dos command (copy) in vb.net.I want to do it on button click event.Invoking the command using .bat format is not suit for me, because the source and destination of copying depending upon the selection of source and destination(that's done by users …

Member Avatar for mirza.imran
0
2K
Member Avatar for michael123

What's the difference between "include", "include_once", "require", "require_once"? thanks.

Member Avatar for GuggiTanvi
-2
500
Member Avatar for thijscream

hi, i just figured out how to write to a csv file form a textbox, i have the following code: [code] private void BtnOpslaan_Click(object sender, EventArgs e) { string[] lines = { textBox1.Text, textBox2.Text, textBox3.Text, textBox4.Text}; System.IO.File.WriteAllLines(@"C:\output.csv", lines); } [/code] but i was wondering how i can write to the …

Member Avatar for GuggiTanvi
0
207
Member Avatar for tothushara

hi :lol: friends hey i need a help from ul..to complete my projects can u tell me how to write a visual c#.net program to run an exe file to update its old version ;) thanks all thushara

Member Avatar for arcade_1945
0
132
Member Avatar for sipchen

I'd like to print preview and print 3 tab pages from a windows form. Below is my code. I was able to get it to work if it's only one tab. but not 3 tab pages. [CODE] Imports System.IO Imports System.Windows.Forms Imports System.Drawing Imports System.Drawing.Printing Public Class Results Dim bmp …

Member Avatar for guptamanav
0
2K
Member Avatar for ukfreak

Hi, I got a crystal report with:- main report subreport(Item_A) subreport(Item_B) There is a limit for the subreport to show only 5 record, if there is more then 5 records it should go to a new page. I have been trying to do this for 1 week, i tried so …

Member Avatar for ukfreak
0
248
Member Avatar for BalagurunathanS

Hi all.. I am having some controls in my aspx page.I need to write javascript for those controls for validation..For that i need to make the controls visible false in certain situation .I also want to make the controls to visible true in certain sitauations..Some one help me with javascript …

Member Avatar for saars
0
5K