473,320 Members | 1,694 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

quick question.

eva
How do i navigate between forms in vb.net??

in the old vb i used to do form2.show, but this doesnt
seem to work.
Nov 22 '05 #1
3 1096
dim frm2 as new frm2

frm2.show

Cheers

--
Jody
[MCSD.Net]
"eva" <an*******@discussions.microsoft.com> wrote in message
news:02****************************@phx.gbl...
How do i navigate between forms in vb.net??

in the old vb i used to do form2.show, but this doesnt
seem to work.

Nov 22 '05 #2
Eva
Hi Jody,

thx for your help. It worked a treat.
Do i always need to declare a new instance of the form to
display it via the show method?

-----Original Message-----
dim frm2 as new frm2

frm2.show

Cheers

--
Jody
[MCSD.Net]
"eva" <an*******@discussions.microsoft.com> wrote in messagenews:02****************************@phx.gbl...
How do i navigate between forms in vb.net??

in the old vb i used to do form2.show, but this doesnt
seem to work.

.

Nov 22 '05 #3
Eva

most things in .net are objects now which need to be instanced to be able to
reference them in any way. the older versions of VB and VBA etc kind of
break those rules to make things easier to work with.

It does take a little getting used to but after a very short time you will
start to prefer the OO style programming as it makes more sense......

Hope you enjoy.... just remember, don't try and reference any forms
directly from modules or external functions pass the new values back or pass
them as parameters and you shouldn't have any problems

Cheers

--
Jody
[MCSD.Net]

"Eva" <an*******@discussions.microsoft.com> wrote in message
news:06****************************@phx.gbl...
Hi Jody,

thx for your help. It worked a treat.
Do i always need to declare a new instance of the form to
display it via the show method?

-----Original Message-----
dim frm2 as new frm2

frm2.show

Cheers

--
Jody
[MCSD.Net]
"eva" <an*******@discussions.microsoft.com> wrote in

message
news:02****************************@phx.gbl...
How do i navigate between forms in vb.net??

in the old vb i used to do form2.show, but this doesnt
seem to work.

.

Nov 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.