Click here to Skip to main content
15,914,327 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRE:VB.NET Pin
Larry J Williams5-Oct-05 13:36
Larry J Williams5-Oct-05 13:36 
AnswerRe: RE:VB.NET Pin
enjoycrack5-Oct-05 14:03
enjoycrack5-Oct-05 14:03 
QuestionInvoking a Control by its Name string? Pin
watagal5-Oct-05 9:03
watagal5-Oct-05 9:03 
Questionwhere is the syntax error!!!!! Pin
acheo5-Oct-05 8:11
acheo5-Oct-05 8:11 
AnswerRe: where is the syntax error!!!!! Pin
Richard_Wolf5-Oct-05 9:33
Richard_Wolf5-Oct-05 9:33 
AnswerRe: where is the syntax error!!!!! Pin
KaptinKrunch7-Oct-05 6:19
KaptinKrunch7-Oct-05 6:19 
Questionplease help printing & CD Writting Pin
ThangaDharma5-Oct-05 6:55
ThangaDharma5-Oct-05 6:55 
QuestionRetrieve Info from another form Pin
SoonerFan5-Oct-05 6:52
SoonerFan5-Oct-05 6:52 
I have a button on a form that calls an instance of another form, but when this form is closed by the user it need to clear a textbox on original form.
I am having a problem clearing textbox?

The code I use to call instance of form is:
Private Sub btnDrift2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDrift2.Click

Dim Drift2 As frmDrift2
Drift2 = New frmDrift2
Drift2.Show()
End Sub



The code on the second form to clear textbox is:
Private Sub frmMap_Closing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
Dim Snow As frmSnow
Snow = New frmSnow
Snow.tbxMapStatus.Text = ""
End Sub

Any Help?

AnswerRe: Retrieve Info from another form Pin
Anonymous5-Oct-05 8:40
Anonymous5-Oct-05 8:40 
GeneralRe: Retrieve Info from another form Pin
Anonymous5-Oct-05 10:59
Anonymous5-Oct-05 10:59 
AnswerRe: Retrieve Info from another form Pin
maxiachun6-Oct-05 19:59
maxiachun6-Oct-05 19:59 
Questionplease help Pin
Anonymous5-Oct-05 3:57
Anonymous5-Oct-05 3:57 
AnswerRe: please help Pin
Anonymous5-Oct-05 8:27
Anonymous5-Oct-05 8:27 
Questioncalculated field Pin
Anonymous5-Oct-05 3:47
Anonymous5-Oct-05 3:47 
AnswerRe: calculated field Pin
Anonymous5-Oct-05 8:36
Anonymous5-Oct-05 8:36 
QuestionHow to design Functioncall parameters ? Pin
immes4-Oct-05 22:40
immes4-Oct-05 22:40 
QuestionRegarding Application Crash Pin
Mohamed Ishak4-Oct-05 21:19
professionalMohamed Ishak4-Oct-05 21:19 
QuestionCOMBO BOX Pin
nor_izyani4-Oct-05 20:02
nor_izyani4-Oct-05 20:02 
AnswerRe: COMBO BOX Pin
Dave Kreskowiak5-Oct-05 3:44
mveDave Kreskowiak5-Oct-05 3:44 
GeneralRe: COMBO BOX Pin
AndrewVos6-Oct-05 8:49
AndrewVos6-Oct-05 8:49 
QuestionWIA for window 2000 ? Pin
mkwang4-Oct-05 19:09
mkwang4-Oct-05 19:09 
AnswerRe: WIA for window 2000 ? Pin
Dave Kreskowiak5-Oct-05 3:42
mveDave Kreskowiak5-Oct-05 3:42 
GeneralRe: WIA for window 2000 ? Pin
mkwang5-Oct-05 6:10
mkwang5-Oct-05 6:10 
GeneralRe: WIA for window 2000 ? Pin
Dave Kreskowiak5-Oct-05 15:43
mveDave Kreskowiak5-Oct-05 15:43 
Questionhow to paste clipboard to grid? Pin
maximumoverride4-Oct-05 17:35
maximumoverride4-Oct-05 17:35 

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.