473,770 Members | 1,644 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

forms design?

What's the best way of designing forms for use with C# using only the SDK,
not the IDE?
I.e. the layout of the controls.
You have to manuallly type in the file, or is there a 3rd-party editor?
Nov 15 '05 #1
5 1313
A "3rd-party editor" would most likely be an IDE --
If you're just looking for free (as opposed to paying for VS.NET), you can
try #develop:

http://www.icsharpcode.net/OpenSource/SD/
"Bonj" <a@b.com> wrote in message
news:OZ******** ********@TK2MSF TNGP10.phx.gbl. ..
What's the best way of designing forms for use with C# using only the SDK,
not the IDE?
I.e. the layout of the controls.
You have to manuallly type in the file, or is there a 3rd-party editor?

Nov 15 '05 #2
If there are free IDEs, why would you pay for Microsoft's?
I can *just* understand why you would pay for it for C++, to get the wizards that create MFC and ATL projects and such like. You might also want the optimizing compiler. But would you really pay over a grand for those things? It's not as if there aren't free optimizing compilers.
What I've found is that, using free stuff only you can:
* debug, with /debug and Windbg and ClrDBG (with .pdb files)
* compile C++ code with optimization (albeit with non-microsoft tools)
* and now apparently it seems, design windows forms for C# (and VB)!

surely people don't spend a grand just to have
* Microsoft's optimizing compiler as opposed to another optimizer
* the convenience of all the wizards MS provides
Nov 15 '05 #3
That's probably what I'm after, thanks
Nov 15 '05 #4
so GNU *do* know the *meaning* of the term 'window' !!! :-)
"Philip Rieck" <st***@mckraken .com> wrote in message
news:e8******** ******@TK2MSFTN GP12.phx.gbl...
A "3rd-party editor" would most likely be an IDE --
If you're just looking for free (as opposed to paying for VS.NET), you can
try #develop:

http://www.icsharpcode.net/OpenSource/SD/
"Bonj" <a@b.com> wrote in message
news:OZ******** ********@TK2MSF TNGP10.phx.gbl. ..
What's the best way of designing forms for use with C# using only the SDK, not the IDE?
I.e. the layout of the controls.
You have to manuallly type in the file, or is there a 3rd-party editor?


Nov 15 '05 #5
ok, let's begin the huge database creation process then! hope i see
something for it!

the program looks pretty impressive though :-)

(by xmas'd be nice though...)
"Philip Rieck" <st***@mckraken .com> wrote in message
news:e8******** ******@TK2MSFTN GP12.phx.gbl...
A "3rd-party editor" would most likely be an IDE --
If you're just looking for free (as opposed to paying for VS.NET), you can
try #develop:

http://www.icsharpcode.net/OpenSource/SD/
"Bonj" <a@b.com> wrote in message
news:OZ******** ********@TK2MSF TNGP10.phx.gbl. ..
What's the best way of designing forms for use with C# using only the SDK, not the IDE?
I.e. the layout of the controls.
You have to manuallly type in the file, or is there a 3rd-party editor?


Nov 15 '05 #6

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

Similar topics

3
1305
by: kneejerkreaction | last post by:
There does not seem to be any forum for general oo design questions, so I'm posting it here. I'm developing a generalized form processing system under .NET and I wonder if anyone has come up with an OO data model for forms handling, or where one might go to look for such a thing. I suppose it would be a little like the Microsoft Access Forms model where you have forms, subforms and controls within forms. Basically, this system needs to be...
0
1295
by: John Phelan | last post by:
I had a very large number of query statements that I had converted to SQL a long time ago aticipating that I would some day upsize my application. Every now and then when I do an import to a new application, some of the forms will import corrupted, and crashing the whole application, though it works fine in the old application. Today I did some experimenting on the two most recent corrupt form files. I discovered that even when I...
9
14759
by: AP | last post by:
I personally cannot stand the Allow Design Changes property set to anything other than design view. Is there a way to loop through all forms and set this property to design view only? There always seem to be a few forms that slip past and I figured this would be a good way to make sure they were all changed. Thanks
4
3929
by: Ahmet AKGUN | last post by:
Hi; I will have lots of (150+) windows forms designed using c#, and some cutsomers wants these forms' functionality also on web browser. What would you do if you were obliged to write applications using c# that are expected to run on both windows and internet browser ?
11
5308
by: Crirus | last post by:
I need to derive the Windows.Forms.Control 2 times so I design a class like this Public Class BMControl Inherits System.Windows.Forms.UserControl Public Class MapControl Inherits BMControl
12
1974
by: Peter Van Wilrijk | last post by:
Hi, In VB6 I have the following code ... Dim frmLink As Form Set frmLink = Forms.Add(stringformname) frmLink.Show 'wait until all data has been loaded Do Until frmLink.Loaded = 21 DoEvent
2
2377
by: Paul Cheetham | last post by:
Hi, I have moved an application from VS2003 to VS2005, and I am now unable to view most of my forms in the designer. The majority of the forms in my project are derived from class PACForm, (which itself derives from System.Windows.Forms.Form) Whenever I try to open on of these forms in the designer, I get an error, stating it is unable to load one or more of the requested types. (Full text at the bottom of this message)
2
2071
by: ronaldlarsen | last post by:
Somehow I have separated all of my form windows and code windows from the main visual basic design window. These form windows do not appear as a subset of the design window. When I start vb and load a project I get a floating design bar with the file, edit, view, etc. commands and icons on one window (bar) and a series of separate windows for the forms and code (these forms may even appear on my second monitor). If I double click on a code...
21
3384
by: Dan Tallent | last post by:
In my application I have a form (Customer) that I want to be able to open multiple copies at once. Within this form I have other forms that can be opened. Example: ZipCode. When the user enters a zipcode that is unknown this form will open. I don't want users to modify any of this customers data until they close the zipcode form. Normally this can accomplished using a modal form, however this prevents me from opening a new copy of...
46
28428
by: iheartvba | last post by:
Hi, This is driving me absolutley insane! Every time I want to take a very complex from into design view or save it after amending it in design view, it takes ages to save. All I can think of is that I make all my queries in the Form e.g. if I have a list box I will have saved the query in the row source of the list box instead using VBA listbox.rowsource = "query". What would be the best way to make the forms faster (to go into and come out...
0
9432
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9873
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...
0
8891
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7420
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
6682
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
5454
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3974
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
2
3578
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2822
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.