Go Back  Xtreme Visual Basic Talk > Visual Basic .NET (2002/2003/2005/2008, including Express editions) > .NET General > Showing a form


Reply
 
Thread Tools Display Modes
  #1  
Old 06-17-2005, 07:28 AM
Moonflower Moonflower is offline
Newcomer
 
Join Date: Jun 2005
Posts: 17
Default Showing a form


All,
I have a form created but it is not set up as my startup page.
My startup page is :

module globals
Code:
sub main()
databaseglobals()
' I want to make a call here to show the form
end sub
end module

The form is called frmSearchSkills in class frmSearchSkills with load event
called frmSearchSkills_load(...)

What do I need to put where to make this form load from module globals?

Thank you
Moon
Reply With Quote
  #2  
Old 06-17-2005, 07:35 AM
Azr@el's Avatar
Azr@el Azr@el is offline
Contributor
 
Join Date: Oct 2003
Location: Aachen, Germany
Posts: 407
Default

Dim MyForm as new frmSearchSkills
MyForm.show
__________________
Join #code @ irc://irc.RandomIRC.com
My JabberID: |Azrael|@jabber.ccc.de
Reply With Quote
  #3  
Old 06-17-2005, 07:58 AM
Moonflower Moonflower is offline
Newcomer
 
Join Date: Jun 2005
Posts: 17
Default Thank!

Knew it was something simple!
Moon
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->