Hi Guy,
I don't think I saw this method in the list of links, if it is I apologize.
I usually open project file with a text editor, the .csdproj for c#
or .vbproj for vb
search for the form, it will be in a section like this
<File
RelPath = "Form1.cs"
SubType = "Form"
BuildAction = "Compile"
/>
when it breaks, SubType usually goes to "Code"
usually all it takes is changing it back to "Form".
Regards,
Jerron
[quoted text, click to view] "guy" wrote:
> Thanks for your link, which solved the problem.
> I will try to use google more.
[quoted text, click to view] guy wrote:
> I suddenly lost my form design in visual basic. When I click
> on form1.vb from the solution explorer only the code opens.
> What do I do to open the design window?
I've had the same problem..
solved by creating a new form and the delete it... the old form has it's
design window back again....