Click here to Skip to main content
15,886,422 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET Certification Pin
Jonathan Gibbs23-Feb-07 2:59
Jonathan Gibbs23-Feb-07 2:59 
Questionlink list Pin
amaneet20-Feb-07 4:04
amaneet20-Feb-07 4:04 
AnswerRe: link list Pin
Dave Kreskowiak20-Feb-07 7:08
mveDave Kreskowiak20-Feb-07 7:08 
Questionaqpplication.run Pin
amaneet20-Feb-07 3:57
amaneet20-Feb-07 3:57 
AnswerRe: aqpplication.run Pin
Marcus J. Smith20-Feb-07 4:01
professionalMarcus J. Smith20-Feb-07 4:01 
GeneralRe: aqpplication.run Pin
amaneet20-Feb-07 4:07
amaneet20-Feb-07 4:07 
GeneralRe: aqpplication.run Pin
Marcus J. Smith20-Feb-07 4:58
professionalMarcus J. Smith20-Feb-07 4:58 
AnswerBecause a form actually is a class Pin
JUNEYT20-Feb-07 11:01
JUNEYT20-Feb-07 11:01 
Cleoko gave you the right answer. A form resides inside an application. Actually it is a class. If your aim is to call another form while the first forms is displayed, you can create an instance for the second form. It is very simple as shown below. application.run statement is used to run another application what resides under the same or a different directory.


Dim 2ndForm as new Form2

2ndForm.show
'If you want to hide first form, use the followin statement.

1stForm.Hide

Journey
Questionjoining two tables together in vb.net Pin
kendo1720-Feb-07 3:17
kendo1720-Feb-07 3:17 
AnswerRe: joining two tables together in vb.net Pin
Marcus J. Smith20-Feb-07 3:33
professionalMarcus J. Smith20-Feb-07 3:33 
QuestionFileOpen/FileClose???? Pin
Marcus J. Smith20-Feb-07 3:07
professionalMarcus J. Smith20-Feb-07 3:07 
AnswerRe: FileOpen/FileClose???? Pin
Dave Kreskowiak20-Feb-07 7:06
mveDave Kreskowiak20-Feb-07 7:06 
GeneralRe: FileOpen/FileClose???? Pin
Marcus J. Smith23-Feb-07 5:21
professionalMarcus J. Smith23-Feb-07 5:21 
GeneralRe: FileOpen/FileClose???? Pin
Dave Kreskowiak23-Feb-07 12:01
mveDave Kreskowiak23-Feb-07 12:01 
GeneralRe: FileOpen/FileClose???? Pin
Marcus J. Smith24-Feb-07 1:30
professionalMarcus J. Smith24-Feb-07 1:30 
GeneralRe: FileOpen/FileClose???? Pin
Dave Kreskowiak24-Feb-07 5:41
mveDave Kreskowiak24-Feb-07 5:41 
QuestionWMV Format Pin
viplove mathur20-Feb-07 2:39
viplove mathur20-Feb-07 2:39 
AnswerRe: WMV Format Pin
Dave Kreskowiak20-Feb-07 5:38
mveDave Kreskowiak20-Feb-07 5:38 
Questionuse of any in vb.net Pin
sundar_mca20-Feb-07 2:10
sundar_mca20-Feb-07 2:10 
AnswerRe: use of any in vb.net Pin
Duncan Edwards Jones20-Feb-07 2:43
professionalDuncan Edwards Jones20-Feb-07 2:43 
AnswerRe: use of any in vb.net Pin
Dave Kreskowiak20-Feb-07 5:36
mveDave Kreskowiak20-Feb-07 5:36 
Questiondetect file size (estimate) Pin
Dave McCool20-Feb-07 1:13
Dave McCool20-Feb-07 1:13 
AnswerRe: detect file size (estimate) Pin
Dave Kreskowiak20-Feb-07 5:29
mveDave Kreskowiak20-Feb-07 5:29 
GeneralRe: detect file size (estimate) Pin
haggenx20-Feb-07 8:40
haggenx20-Feb-07 8:40 
GeneralRe: detect file size (estimate) Pin
Dave Kreskowiak20-Feb-07 9:00
mveDave Kreskowiak20-Feb-07 9:00 

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.