all groups > dotnet compact framework > october 2004 >
You're in the

dotnet compact framework

group:

Lost form design ?


RE: Lost form design ? Steve
10/28/2004 6:53:06 AM
dotnet compact framework:
Menu: View/Designer
OR
Shift+F7

[quoted text, click to view]
Re: Lost form design ? jer_m
10/28/2004 11:49:05 AM
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]
Lost form design ? <guy>
10/28/2004 2:44:45 PM
I suddenly lost my form design in visual basic. When I click
on form1.vb from the solution explorer only the code opens.
Re: Lost form design ? <guy>
10/28/2004 3:23:44 PM
[quoted text, click to view]

The Designer option has disappeared from the view menu ?
Re: Lost form design ? Jon Brunson
10/28/2004 3:31:23 PM
[quoted text, click to view]

looks like you've lost your resx file that accompanies the .cs or .vb
file. Try reloading Visual Studio. Or remove the file from the project,
Re: Lost form design ? Daniel Moth
10/28/2004 3:33:26 PM
Try searching the group before posting... There are several discussions on
this known issue

Cheers
Daniel

http://groups.google.com/groups?hl=en&lr=&c2coff=1&threadm=10ia1n2sphj871%40corp.supernews.com&rnum=29&prev=/groups%3Fq%3Dform%2Bdesigner%2Bbug%26hl%3Den%26lr%3D%26group%3Dmicrosoft.public.dotnet.framework.compactframework%26c2coff%3D1%26start%3D20%26sa%3DN

http://groups.google.com/groups?hl=en&lr=&c2coff=1&threadm=%23qZWg99GCHA.1928%40tkmsftngp13&rnum=38&prev=/groups%3Fq%3Dform%2Bdesigner%2Bbug%26hl%3Den%26lr%3D%26group%3Dmicrosoft.public.dotnet.framework.compactframework%26c2coff%3D1%26start%3D30%26sa%3DN

http://groups.google.com/groups?hl=en&lr=&c2coff=1&threadm=503F6A3F-B215-47AA-97C9-E2652546E95B%40microsoft.com&rnum=41&prev=/groups%3Fq%3Dform%2Bdesigner%2Bbug%26hl%3Den%26lr%3D%26group%3Dmicrosoft.public.dotnet.framework.compactframework%26c2coff%3D1%26start%3D40%26sa%3DN

http://groups.google.com/groups?hl=en&lr=&c2coff=1&threadm=0cff01c398b6%243be72620%24a601280a%40phx.gbl&rnum=49&prev=/groups%3Fq%3Dform%2Bdesigner%2Bbug%26hl%3Den%26lr%3D%26group%3Dmicrosoft.public.dotnet.framework.compactframework%26c2coff%3D1%26start%3D40%26sa%3DN

[quoted text, click to view]

Re: Lost form design ? <guy>
10/28/2004 3:49:54 PM
Thanks for your link, which solved the problem.
Re: Lost form design ? Bas Derks
12/20/2004 3:02:21 PM
[quoted text, click to view]

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....

AddThis Social Bookmark Button