473,473 Members | 1,645 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Windows Form Designer option to give me the VS2003 method?

With VS2005 the windows form designer uses the files *.Designer.vb

I hope no one at MS is reading this because I know it will upset them to
know - I like the old way better!

I've been looking at the Options available for the Windows Form Designer and
do not see one that would give me the older method.

Is there such an option?
Thanks

Feb 16 '07 #1
13 1340
No, there's not. You'll get used to it. ;-)

Robin S.
-----------------------------------
" active" <ac**********@a-znet.comwrote in message
news:ek**************@TK2MSFTNGP05.phx.gbl...
With VS2005 the windows form designer uses the files *.Designer.vb

I hope no one at MS is reading this because I know it will upset them to
know - I like the old way better!

I've been looking at the Options available for the Windows Form Designer
and do not see one that would give me the older method.

Is there such an option?
Thanks

Feb 16 '07 #2
But will I learn to like it?

thanks

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:nI******************************@comcast.com. ..
No, there's not. You'll get used to it. ;-)

Robin S.
-----------------------------------
" active" <ac**********@a-znet.comwrote in message
news:ek**************@TK2MSFTNGP05.phx.gbl...
>With VS2005 the windows form designer uses the files *.Designer.vb

I hope no one at MS is reading this because I know it will upset them to
know - I like the old way better!

I've been looking at the Options available for the Windows Form Designer
and do not see one that would give me the older method.

Is there such an option?
Thanks


Feb 16 '07 #3
I can't say; it's an attitudinal thing. ;-)

You can choose to be annoyed by it every time you open a form, or you can
decide you like not having to sift through the designer-generated code all
the time because you can't change it anyway, and now you can concentrate on
your own code.

I like it (for the aforementioned reason), but change in any form is
frequently annoying, no matter what it is.

Robin S.
-----------------------------
" active" <ac**********@a-znet.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
But will I learn to like it?

thanks

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:nI******************************@comcast.com. ..
>No, there's not. You'll get used to it. ;-)

Robin S.
-----------------------------------
" active" <ac**********@a-znet.comwrote in message
news:ek**************@TK2MSFTNGP05.phx.gbl...
>>With VS2005 the windows form designer uses the files *.Designer.vb

I hope no one at MS is reading this because I know it will upset them
to know - I like the old way better!

I've been looking at the Options available for the Windows Form
Designer and do not see one that would give me the older method.

Is there such an option?
Thanks



Feb 16 '07 #4
On Feb 16, 11:22 am, " active" <activeNOS...@a-znet.comwrote:
With VS2005 the windows form designer uses the files *.Designer.vb

I hope no one at MS is reading this because I know it will upset them to
know - I like the old way better!

I've been looking at the Options available for the Windows Form Designer and
do not see one that would give me the older method.

Is there such an option?

Thanks
I don't think it's possible. I actually quite hated the VS2003 style.
You're the first person I know who says they liked it more! ;)
I didn't use VS2003 much, but having all the generated code in the
same file really bothered me. The computer I was using was a little
slow... sometimes I'd be typing, selecting, cutting, copying, pasting
- all a bit too fast, and if the IDE didn't keep up with me, there
were a couple of times I lost the piles of code at the top of the
file. That would also usually cause the IDE to crash on me if the form
designer was also open (because I just deleted all the code it used!).
This led to a couple instances of recreating large forms from
scratch. :(
I like the new way much better, and it's how I normally structure
programs in other languages; UI set up code in a seperate file
whenever possible.

Feb 16 '07 #5
I don't believe one can 'choose to be annoyed" or choose to not be annoyed.
You either are or aren't - no control.

So I glad it does not annoy me - it's a small thing but I thought I'd ask -
just in case.

Hey, I love VS. Always have.



"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:Bt******************************@comcast.com. ..
>I can't say; it's an attitudinal thing. ;-)

You can choose to be annoyed by it every time you open a form, or you can
decide you like not having to sift through the designer-generated code all
the time because you can't change it anyway, and now you can concentrate
on your own code.

I like it (for the aforementioned reason), but change in any form is
frequently annoying, no matter what it is.

Robin S.
-----------------------------
" active" <ac**********@a-znet.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>But will I learn to like it?

thanks

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:nI******************************@comcast.com ...
>>No, there's not. You'll get used to it. ;-)

Robin S.
-----------------------------------
" active" <ac**********@a-znet.comwrote in message
news:ek**************@TK2MSFTNGP05.phx.gbl...
With VS2005 the windows form designer uses the files *.Designer.vb

I hope no one at MS is reading this because I know it will upset them
to know - I like the old way better!

I've been looking at the Options available for the Windows Form
Designer and do not see one that would give me the older method.

Is there such an option?
Thanks





Feb 16 '07 #6
Who know: not just the first person you know that likes it, maybe the only
one in existence.
I'll never admit it again. :)

Really the only thing I liked about it was that I could save an entire form
as sample code in one file and retrieve it later. There are many examples of
code on the internet that give the entire sample in one form that one can
paste into a form (one file) and run.
Thanks for the reply

<lo*********@gmail.comwrote in message
news:11*********************@v33g2000cwv.googlegro ups.com...
On Feb 16, 11:22 am, " active" <activeNOS...@a-znet.comwrote:
>With VS2005 the windows form designer uses the files *.Designer.vb

I hope no one at MS is reading this because I know it will upset them to
know - I like the old way better!

I've been looking at the Options available for the Windows Form Designer
and
do not see one that would give me the older method.

Is there such an option?

Thanks

I don't think it's possible. I actually quite hated the VS2003 style.
You're the first person I know who says they liked it more! ;)
I didn't use VS2003 much, but having all the generated code in the
same file really bothered me. The computer I was using was a little
slow... sometimes I'd be typing, selecting, cutting, copying, pasting
- all a bit too fast, and if the IDE didn't keep up with me, there
were a couple of times I lost the piles of code at the top of the
file. That would also usually cause the IDE to crash on me if the form
designer was also open (because I just deleted all the code it used!).
This led to a couple instances of recreating large forms from
scratch. :(
I like the new way much better, and it's how I normally structure
programs in other languages; UI set up code in a seperate file
whenever possible.

Feb 16 '07 #7
Really the only thing I liked about it was that I could save an entire form
as sample code in one file and retrieve it later. There are many examples of
code on the internet that give the entire sample in one form that one can
paste into a form (one file) and run.

Thanks for the reply
Hmm yeah i can see how that would be useful. I suppose you could still
do that in VS2005 (all the UI setup) manually, but then the Form
Designer might not be able to handle it... actually, what would happen
if you opened a VS2003 file in VS2005? I've never tried. how does the
Form Designer handle that?

Feb 16 '07 #8
lo*********@gmail.com wrote:
>Really the only thing I liked about it was that I could save an entire form
as sample code in one file and retrieve it later. There are many examples of
code on the internet that give the entire sample in one form that one can
paste into a form (one file) and run.

Thanks for the reply

Hmm yeah i can see how that would be useful. I suppose you could still
do that in VS2005 (all the UI setup) manually, but then the Form
Designer might not be able to handle it... actually, what would happen
if you opened a VS2003 file in VS2005? I've never tried. how does the
Form Designer handle that?
From what I recall, when I upgraded a 2003 project to 2005, the
designer code stayed in the same file as the form code.

The designer.vb file is nothing more than a partial class... I'm sure
the designer just uses which ever it finds.
Feb 16 '07 #9
<lo*********@gmail.comschrieb:
>With VS2005 the windows form designer uses the files *.Designer.vb

I hope no one at MS is reading this because I know it will upset them to
know - I like the old way better!

I've been looking at the Options available for the Windows Form Designer
and
do not see one that would give me the older method.

Is there such an option?

I don't think it's possible. I actually quite hated the VS2003 style.
You're the first person I know who says they liked it more! ;)
I like the idea of separating designer-generated code from user-generated
code, but I hate those cases in which it's necessary to modify the
designer-generated code in order to make something work.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Feb 16 '07 #10
Right, I have a solution with old and new forms. The old ones are still one
file.
"CodeMonkey" <sp******@suck.comwrote in message
news:XK*******************@newssvr21.news.prodigy. net...
lo*********@gmail.com wrote:
>>Really the only thing I liked about it was that I could save an entire
form
as sample code in one file and retrieve it later. There are many
examples of
code on the internet that give the entire sample in one form that one
can
paste into a form (one file) and run.

Thanks for the reply

Hmm yeah i can see how that would be useful. I suppose you could still
do that in VS2005 (all the UI setup) manually, but then the Form
Designer might not be able to handle it... actually, what would happen
if you opened a VS2003 file in VS2005? I've never tried. how does the
Form Designer handle that?

From what I recall, when I upgraded a 2003 project to 2005, the designer
code stayed in the same file as the form code.

The designer.vb file is nothing more than a partial class... I'm sure the
designer just uses which ever it finds.

Feb 16 '07 #11
active,

I'm not going to go all metaphysical on you here, but your feelings are
generally created by your thoughts. So if every time you open the code
behind a form, you think "#@!!&^#!!" you will feel annoyed. If every time
you open the code behind a form, you think, "How clean and organized this
looks!", you will feel content. ;-)

Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
-----------------------------------------------
" active" <ac**********@a-znet.comwrote in message
news:Ox**************@TK2MSFTNGP06.phx.gbl...
>I don't believe one can 'choose to be annoyed" or choose to not be
annoyed. You either are or aren't - no control.

So I glad it does not annoy me - it's a small thing but I thought I'd
ask - just in case.

Hey, I love VS. Always have.

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:Bt******************************@comcast.com. ..
>>I can't say; it's an attitudinal thing. ;-)

You can choose to be annoyed by it every time you open a form, or you
can decide you like not having to sift through the designer-generated
code all the time because you can't change it anyway, and now you can
concentrate on your own code.

I like it (for the aforementioned reason), but change in any form is
frequently annoying, no matter what it is.

Robin S.
-----------------------------
" active" <ac**********@a-znet.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>>But will I learn to like it?

thanks

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:nI******************************@comcast.co m...
No, there's not. You'll get used to it. ;-)

Robin S.
-----------------------------------
" active" <ac**********@a-znet.comwrote in message
news:ek**************@TK2MSFTNGP05.phx.gbl...
With VS2005 the windows form designer uses the files *.Designer.vb
>
I hope no one at MS is reading this because I know it will upset them
to know - I like the old way better!
>
I've been looking at the Options available for the Windows Form
Designer and do not see one that would give me the older method.
>
Is there such an option?
>
>
Thanks
>
>
>




Feb 17 '07 #12
OK

thanks

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:4a******************************@comcast.com. ..
active,

I'm not going to go all metaphysical on you here, but your feelings are
generally created by your thoughts. So if every time you open the code
behind a form, you think "#@!!&^#!!" you will feel annoyed. If every time
you open the code behind a form, you think, "How clean and organized this
looks!", you will feel content. ;-)

Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
-----------------------------------------------
" active" <ac**********@a-znet.comwrote in message
news:Ox**************@TK2MSFTNGP06.phx.gbl...
>>I don't believe one can 'choose to be annoyed" or choose to not be
annoyed. You either are or aren't - no control.

So I glad it does not annoy me - it's a small thing but I thought I'd
ask - just in case.

Hey, I love VS. Always have.

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:Bt******************************@comcast.com ...
>>>I can't say; it's an attitudinal thing. ;-)

You can choose to be annoyed by it every time you open a form, or you
can decide you like not having to sift through the designer-generated
code all the time because you can't change it anyway, and now you can
concentrate on your own code.

I like it (for the aforementioned reason), but change in any form is
frequently annoying, no matter what it is.

Robin S.
-----------------------------
" active" <ac**********@a-znet.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl.. .
But will I learn to like it?

thanks

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:nI******************************@comcast.c om...
No, there's not. You'll get used to it. ;-)
>
Robin S.
-----------------------------------
" active" <ac**********@a-znet.comwrote in message
news:ek**************@TK2MSFTNGP05.phx.gbl.. .
>With VS2005 the windows form designer uses the files *.Designer.vb
>>
>I hope no one at MS is reading this because I know it will upset them
>to know - I like the old way better!
>>
>I've been looking at the Options available for the Windows Form
>Designer and do not see one that would give me the older method.
>>
>Is there such an option?
>>
>>
>Thanks
>>
>>
>>
>
>




Feb 17 '07 #13
I agree w/ both sides - it does make the code cleaner, but it is a PAIN
when you have to modify the designer code. It would have been nice if VS
had an option under the View menu that was Designer Code or something
like that.

Darin

*** Sent via Developersdex http://www.developersdex.com ***
Mar 3 '07 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Mad Scientist Jr | last post by:
I'm trying to get javascipt select all items in a HTML form <SELECT> control and submit the form to an asp.net page. For some reason when the link is clicked, you can see the items all get...
6
by: Ayende Rahien | last post by:
Excetremely annoying problem, I've an application with a long startup time. So I created another form with my logo in it to as a splash screen. The splash screen is run from another thread and is...
7
by: Studio P.M. | last post by:
Dear colleagues, Does anyone have an idea where I could find precise and detailed explanation of each and every statement of the following “Web Form Designer generated code”: #region Web...
6
by: Jerry J | last post by:
Is there a way to change the background color of a web form on the server before it is posted? In the pageLoad event I can do it to server controls by adding an attribute, however, how do I do...
1
by: Chung | last post by:
Hi I am trying to create a Web applicatiion by using windows user control. I am having problem when I trying to load the web page, I got blank screen with a broken image. It is like the web...
5
by: david | last post by:
I have developed my web service with a domain name of my computer name and wwwroot directory. I also developed a client of windows form application. It works locally (i.e. in the same machine). ...
4
by: Rod Gill | last post by:
Hi, I have a form that when opened in the designer appears of the screen. The form selector can't be dragged (or resized) and if I scroll right and down to centralise it the form simply jumps...
2
by: Marc Gravell | last post by:
Aaarrggghhh! Maybe I've just got lucky, but until now I haven't had such a seemingly unrecoverable form corruption error... I have a reasonably complex form (data-binding to sub-controls, events,...
9
by: TheSteph | last post by:
In VS 2005 Form files are in 3 parts : From1.cs, Form1.Designer.cs and Form1.resx. In VS 2003 there is only one ".cs files". How can I split my old VS2003 ".cs files" files in 2 files :...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.