Form1.vb[Design] showing in codes, not graphical?
Okay this is one of the reasons I have to always start over my projects. I save my program, load it up later to finish, and 50% of the time I cannot view my Form1.vb [design] (you know, the box that allows you to add stuff like buttons, the visual box, not coding), so I cannot edit the "box".
I tried everything, this made me start over 5 times already. I cannot work like this anymore! Please help me the proper way of saving/loading a project, and how to get the visual box back.
The way I save is I do file > save all. I load it by opening VB and dragging the form1.vb and other related files inside lol.
thanks in advance
Re: Form1.vb[Design] showing in codes, not graphical?
Hi,
You should use Save or Save As your Form1.vb before you use Save All.
Try it,
sparrow1
Re: Form1.vb[Design] showing in codes, not graphical?
ok i willl later and notify you in here, thanks
Re: Form1.vb[Design] showing in codes, not graphical?
Why on earth don't you simply double-click on the .sln file in your working directory? That will tell VS everything it needs to know about loading your project.
Re: Form1.vb[Design] showing in codes, not graphical?
k ill try it when i can thanks