Click here to Skip to main content
15,888,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem instantiating FileSystemWatcher in Windows Service Pin
Member 109911324-Aug-14 11:04
Member 109911324-Aug-14 11:04 
AnswerRe: Problem instantiating FileSystemWatcher in Windows Service Pin
Bernhard Hiller4-Aug-14 21:04
Bernhard Hiller4-Aug-14 21:04 
GeneralRe: Problem instantiating FileSystemWatcher in Windows Service Pin
Member 109911325-Aug-14 2:55
Member 109911325-Aug-14 2:55 
GeneralRe: Problem instantiating FileSystemWatcher in Windows Service Pin
Bernhard Hiller5-Aug-14 20:09
Bernhard Hiller5-Aug-14 20:09 
QuestionRegular Expression in VBS Pin
Member 88781863-Aug-14 19:36
Member 88781863-Aug-14 19:36 
GeneralRe: Regular Expression in VBS Pin
Tim Carmichael4-Aug-14 2:43
Tim Carmichael4-Aug-14 2:43 
QuestionRe: Regular Expression in VBS Pin
ZurdoDev15-Aug-14 8:19
professionalZurdoDev15-Aug-14 8:19 
QuestionProblem setting a value in a textbox from another form Pin
dilkonika2-Aug-14 6:08
dilkonika2-Aug-14 6:08 
Hello !

I'm using vb.net 2013.I have 3 forms : Form1, Form2, Form3

On form1 I have a button . When this button is pressed , the form2 is open.The code inside the click event is :




Dim dlg1 As New Form2

dlg1.Show(Me)

Inside From2 I have a TextBox (Txt1) and a button .When this button is clicked the Form3 is open.The code inside the click event is :

Dim dlg2 As New Form3

dlg2.Show(Me)

Inside form3 I have a button that I use to set a value in the textbox (txt1) on Form2. I use this code :

Form2.txt1.Text="123"

The problem is that after I press the button on form3 , the textbox on form2 is empty , no value is set.

What can I do ?

Thank you !
AnswerRe: Problem setting a value in a textbox from another form Pin
Richard Andrew x642-Aug-14 16:14
professionalRichard Andrew x642-Aug-14 16:14 
AnswerRe: Problem setting a value in a textbox from another form Pin
kasbaba2-Aug-14 19:57
kasbaba2-Aug-14 19:57 
Questionsherdian controls : license not found Pin
zuber ahmed2-Aug-14 1:39
zuber ahmed2-Aug-14 1:39 
AnswerRe: sherdian controls : license not found Pin
Eddy Vluggen2-Aug-14 12:23
professionalEddy Vluggen2-Aug-14 12:23 
QuestionSherdian controls Pin
zuber ahmed1-Aug-14 10:00
zuber ahmed1-Aug-14 10:00 
AnswerRe: Sherdian controls Pin
Mycroft Holmes1-Aug-14 13:43
professionalMycroft Holmes1-Aug-14 13:43 
AnswerRe: Sherdian controls Pin
ZurdoDev15-Aug-14 8:19
professionalZurdoDev15-Aug-14 8:19 
GeneralRe: Sherdian controls Pin
zuber ahmed16-Aug-14 2:11
zuber ahmed16-Aug-14 2:11 
QuestionVBScript Error Code 800A0046 Pin
ChriDo6130-Jul-14 20:57
ChriDo6130-Jul-14 20:57 
AnswerRe: VBScript Error Code 800A0046 Pin
thatraja30-Jul-14 21:37
professionalthatraja30-Jul-14 21:37 
GeneralRe: VBScript Error Code 800A0046 Pin
ChriDo6130-Jul-14 22:16
ChriDo6130-Jul-14 22:16 
QuestionHow to pass selected row from datagrid view into microsoft reports Pin
chronos1329-Jul-14 1:20
chronos1329-Jul-14 1:20 
QuestionGuidance... Pin
Member 1072866725-Jul-14 20:21
Member 1072866725-Jul-14 20:21 
AnswerRe: Guidance... Pin
Member 1072866725-Jul-14 22:11
Member 1072866725-Jul-14 22:11 
GeneralRe: Guidance... Pin
Eddy Vluggen26-Jul-14 10:28
professionalEddy Vluggen26-Jul-14 10:28 
GeneralRe: Guidance... Pin
Mycroft Holmes30-Jul-14 22:56
professionalMycroft Holmes30-Jul-14 22:56 
Questionvb filter Pin
Member 1097008124-Jul-14 19:08
Member 1097008124-Jul-14 19:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.