Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / General / January 2005



Tip: Looking for answers? Try searching our database.

Run Form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Barbara - 31 Jan 2005 23:46 GMT
What I want to do is to execute one from from another
form. What would be the code?
Karl E. Peterson - 31 Jan 2005 23:55 GMT
> What I want to do is to execute one from from another
> form. What would be the code?

 Dim frm As MyForm
 Set frm = New MyForm
 frm.Show
 ' frm.Show Me  <- optional, see F1

Later...   Karl
Signature

[Microsoft Basic: 1976-2001, RIP]

playwin - 31 Jan 2005 23:58 GMT
form2.show -- I guess.

--
playwin

> What I want to do is to execute one from from another
> form. What would be the code?
playwin - 31 Jan 2005 23:58 GMT
form2.show -- I guess.

--
playwin

> What I want to do is to execute one from from another
> form. What would be the code?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.