|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Disappearing form in VB.netI'm learning to program in VB.Net 2005 Express and have a couple of
test programs that I'm working on. I've saved both of them. When I re-load one of them, I get the form designer that can have controls dropped onto it. Yet, when I re-load the other program, it gives me the form designer as a list of code. There is no Shift-F7 option in the View menu in this case. It still compiles and runs OK. How do I get the form to re-appear and, just as importantly, how do I stop it from happening again? -- This is soc.men, we know better. -- Michael Snyder In vb2003, open the solution Explorer and double click on the .vb module and
this will display the form. Not sure in vb2005 but probably is similiar. If you want only the code, right click on the .vb form module then select view code. -- Show quoteHide quoteDennis in Houston "Lost" wrote: > I'm learning to program in VB.Net 2005 Express and have a couple of > test programs that I'm working on. I've saved both of them. > > When I re-load one of them, I get the form designer that can have > controls dropped onto it. Yet, when I re-load the other program, it > gives me the form designer as a list of code. There is no Shift-F7 > option in the View menu in this case. It still compiles and runs OK. > > How do I get the form to re-appear and, just as importantly, how do I > stop it from happening again? > > -- > This is soc.men, we know better. -- Michael Snyder > Dennis <Den***@discussions.microsoft.com> wrote:
>In vb2003, open the solution Explorer and double click on the .vb module and Thanks for your reply. It was very helpful.>this will display the form. Not sure in vb2005 but probably is similiar. If >you want only the code, right click on the .vb form module then select view >code. -- This is soc.men, we know better. -- Michael Snyder
Waiting for process end , how?
Viewing machine data source names Label changes not being reflected until loop is done Fill up string array with random characters? Dim DBh as new DBhandler vb.net 2.0 question Draw Line in a specific picturebox Forcing page.ispostback to run... hard drive type HelpWriter How can Capture From Window With VB 6.0 ? |
|||||||||||||||||||||||