PC Review Forums Newsgroups Microsoft DotNet Microsoft VB .NET Call Control properties From MDI

Reply

Call Control properties From MDI

 
Thread Tools Rate Thread
Old 25-07-2005, 07:34 PM   #1
JLO
Guest
 
Posts: n/a
Default Call Control properties From MDI


In visual basic 6 i can call controls properties from forms, modules, etc
like this
Sub UserName() ' this is my module
FrmData.Txtuser_name.Text = "Jimmy"
End Sub

FrmData is a form with one textbox called Txtuser_name and i set it's text
as Jimmy

How can i do it in visual basic .net? i tried to do it from a module but i
does not work.
Thanks and sorry for my english



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off