473,698 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Disabling the Form Designer

TC
I don't use the Form Designer. Is there any way to disable it
completely? I find it annoying that every time I create a new form, or
double-click on an existing one, Visual Studio uses the Designer by
default. It would be nice if I could turn that off.

-TC

Jul 25 '06 #1
5 1329
TC,

Just open a class instead of a form

Cor

"TC" <go*********@ya hoo.comschreef in bericht
news:11******** **************@ i42g2000cwa.goo glegroups.com.. .
>I don't use the Form Designer. Is there any way to disable it
completely? I find it annoying that every time I create a new form, or
double-click on an existing one, Visual Studio uses the Designer by
default. It would be nice if I could turn that off.

-TC

Jul 26 '06 #2
I don't use the Form Designer. Is there any way to disable it

well you could just create a standard class

Public Class ClsMyCodeform
'but as soon as you place this line it is again a form
Inherits System.Windows. Forms.Form

End Class

so you could first create a class , write all your code and as soon as you
are ready to write the interface ( i guess you do that from code ?? ) put
the inherist statement on top to make it a form again
regards

Michel Posseth


"TC" wrote:
I don't use the Form Designer. Is there any way to disable it
completely? I find it annoying that every time I create a new form, or
double-click on an existing one, Visual Studio uses the Designer by
default. It would be nice if I could turn that off.

-TC

Jul 26 '06 #3
TC wrote:
I don't use the Form Designer. Is there any way to disable it
You design and position all your control manually? Even though the
form designer makes it very easy?
completely? I find it annoying that every time I create a new form, or
double-click on an existing one, Visual Studio uses the Designer by
Right click on one of your forms and choose Open With. Then select the
code editor and click the set as default button.
>From there on out, double clicking on a form will bring up the code
window instead of the designer. You can still right click on the code
window and choose Show Designer if you decide to use the designer.

Jul 27 '06 #4
TC
Chris,

Thanks! I didn't know about the default Open With option. That's what I
was looking for.

And, yes, I position and size all my controls manually. I've seen too
many mistakes made by careless programmers using Designer. In my
opinion, doing it manually saves time in the long run.

-TC
Chris Dunaway wrote:
TC wrote:
I don't use the Form Designer. Is there any way to disable it

You design and position all your control manually? Even though the
form designer makes it very easy?
completely? I find it annoying that every time I create a new form, or
double-click on an existing one, Visual Studio uses the Designer by

Right click on one of your forms and choose Open With. Then select the
code editor and click the set as default button.
From there on out, double clicking on a form will bring up the code
window instead of the designer. You can still right click on the code
window and choose Show Designer if you decide to use the designer.
Jul 27 '06 #5
TC wrote:
And, yes, I position and size all my controls manually. I've seen too
many mistakes made by careless programmers using Designer. In my
opinion, doing it manually saves time in the long run.
I *might* agree with you in VS2003 if you had to create a complex form
layout but not in VS2005. The layout options have been enhanced and it
is very simple to align controls using the designer. And with the
TableLayoutPane l and the FlowLayoutPanel , there are even more options.

But to each his own.

Jul 27 '06 #6

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

Similar topics

2
8307
by: Jaikumar | last post by:
Hi, 1) I have created one windows application, In the main form ( form1) i have added one usercontrol (usercontrol1), In that user control i am drawing one image. 2) In the UserControl1 i am showing one transparent form (form3) when ever user preseed left mouse button. 3) The form3 has one transparent user control (usercontrol2) that paints circles. That measn the circles will show on top the usercontrol1 image. 4) The form3 border style...
7
3132
by: VM | last post by:
Hi, Is it possible to open always only one instance of a MDIChild form? Say, if form A is already opened, just give it the focus. I tried declaring theMDIChild forms as private members of the MDI form (using the MDI menu's script), but when the MDIChild form is closed (x button pushed), I cannot open again the MDIChild form. Example:
0
1393
by: Bob | last post by:
I implemented a ScrollableControl and only want vertical scrolling. Every time I make the form smaller then the control the control has h scroll bars even though I set it to false. I have the control anchored to all four corners. I watched the resize event and for some reason even if i keep setting hscroll to false it gets set back to true. Thanks! FromMSDN. To manually override which scroll bars are visible, set the VScroll and...
6
5017
by: Roger Uribe | last post by:
There are references to using the wndproc form sub to trap and swallow the mousewheeel events - but they don't get there when a combobox (or many other controls) has the focus.. Yet the MSDN does suggest this is a way to stop the mousewheel scrolling a combobox anyone know the REAL answer??? Thanks Roger
2
4876
by: baret bonden | last post by:
Trying to return a selected listbox item to another form .tried lots of ways; defining public variables and passing those as well as textboxes ..I' m able to display the chosen item on it's form in a textbox and I'm able to pass other variables to the 2nd form, but not the data I want . I should add this is a smartdeviceapplication(if that matters; not sure) Here's most of the test code .
4
3156
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 further away, completely leaving the selector box area. Any ideas? VS 2003 and VB.Net This is a simple application at the moment but the form is inherited from a
7
3382
by: Terry | last post by:
I have a Mainform with a Statusbar. When opening another form or doing some processing I want to display info in the Statusbar of the Mainform. I have read a lot of articles on this & have come up with the code below. It seems to work(!!!) in that when coding the second form I can see the DisplayStatusMsg of the main form. During debug the code runs through & seemingly executes the call without error. But!...The message is not displayed....
12
2258
by: Nalaka | last post by:
Hi, I suddenly started getting a lot of errors from html validation (some CSS) so I followed the following instructions to disable it. If you'd rather not have these types of HTML validation errors show up in your error-list, you can disable this functionality by selecting the Tools->Options menu item in VS or Visual Web Developer. Select the TextEditor->Html->Validation tree option in the left-hand side of the
0
1022
by: Roman | last post by:
hello I got some component derived from System.ComponentModel.Component, which has some properties of type DataView. When I drag my component on a form i want that this data view properties of my component were visible in data source selection list for some other component. It is ok, when I set before each dataview property. and i can bind my data view properties with
0
8674
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9157
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8893
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8861
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6518
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5860
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4366
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3045
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.