Home All Groups Group Topic Archive Search About

I don't have any .Design.vb files

Author
12 Feb 2006 7:19 PM
academic
I converted from vs2003 to vs2005 and noticed it now places Designer
generated code in a designer.vb file.
I would like to convert my solution to that format.

That is, I'd like the designer to place its code into a Designer.vb file

Is the a way?


Thanks

Author
12 Feb 2006 8:44 PM
Chris
academic wrote:
> I converted from vs2003 to vs2005 and noticed it now places Designer
> generated code in a designer.vb file.
> I would like to convert my solution to that format.
>
> That is, I'd like the designer to place its code into a Designer.vb file
>
> Is the a way?
>
>
> Thanks
>
>

You could create the .designer file yourself and then copy the generated
code over there manually.
Author
12 Feb 2006 8:53 PM
academic
I think I have about 50.
Was hoping the system would do it.
Suppose I could write a program to do it.

Thanks

Show quoteHide quote
"Chris" <no@spam.com> wrote in message
news:uyHjXUBMGHA.3556@TK2MSFTNGP10.phx.gbl...
>  academic wrote:
>> I converted from vs2003 to vs2005 and noticed it now places Designer
>> generated code in a designer.vb file.
>> I would like to convert my solution to that format.
>>
>> That is, I'd like the designer to place its code into a Designer.vb file
>>
>> Is the a way?
>>
>>
>> Thanks
>
> You could create the .designer file yourself and then copy the generated
> code over there manually.
Author
12 Feb 2006 9:59 PM
Chris
academic wrote:
Show quoteHide quote
> I think I have about 50.
> Was hoping the system would do it.
> Suppose I could write a program to do it.
>
> Thanks
>
> "Chris" <no@spam.com> wrote in message
> news:uyHjXUBMGHA.3556@TK2MSFTNGP10.phx.gbl...
>
>> academic wrote:
>>
>>>I converted from vs2003 to vs2005 and noticed it now places Designer
>>>generated code in a designer.vb file.
>>>I would like to convert my solution to that format.
>>>
>>>That is, I'd like the designer to place its code into a Designer.vb file
>>>
>>>Is the a way?
>>>
>>>
>>>Thanks
>>
>>You could create the .designer file yourself and then copy the generated
>>code over there manually.
>
>
>

Or just live with it being at the top of your files, you did it for a
long time in vs.2003
Author
12 Feb 2006 11:18 PM
academic
True!



Show quoteHide quote
"Chris" <no@spam.com> wrote in message
news:uq7989BMGHA.3856@TK2MSFTNGP12.phx.gbl...
>  academic wrote:
>> I think I have about 50.
>> Was hoping the system would do it.
>> Suppose I could write a program to do it.
>>
>> Thanks
>>
>> "Chris" <no@spam.com> wrote in message
>> news:uyHjXUBMGHA.3556@TK2MSFTNGP10.phx.gbl...
>>
>>> academic wrote:
>>>
>>>>I converted from vs2003 to vs2005 and noticed it now places Designer
>>>>generated code in a designer.vb file.
>>>>I would like to convert my solution to that format.
>>>>
>>>>That is, I'd like the designer to place its code into a Designer.vb file
>>>>
>>>>Is the a way?
>>>>
>>>>
>>>>Thanks
>>>
>>>You could create the .designer file yourself and then copy the generated
>>>code over there manually.
>>
>>
>>
>
> Or just live with it being at the top of your files, you did it for a long
> time in vs.2003
Author
12 Feb 2006 10:26 PM
Herfried K. Wagner [MVP]
" academic" <acade***@a-znet.com> schrieb:
>I think I have about 50.
> Was hoping the system would do it.
> Suppose I could write a program to do it.

VS 2005 unfortunately doesn't support automatic upgrade to the new file
structure (partial classes, designer file).

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
12 Feb 2006 11:18 PM
academic
thanks

Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:OftkQNCMGHA.2012@TK2MSFTNGP14.phx.gbl...
>" academic" <acade***@a-znet.com> schrieb:
>>I think I have about 50.
>> Was hoping the system would do it.
>> Suppose I could write a program to do it.
>
> VS 2005 unfortunately doesn't support automatic upgrade to the new file
> structure (partial classes, designer file).
>
> --
> M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
> V B   <URL:http://classicvb.org/petition/>