Click here to Skip to main content
16,013,642 members
Home / Discussions / C#
   

C#

 
GeneralSystem.Reflection.Emit vs System.CodeDom.Compiler.CodeDomProvider and CSharpCodeProvider Pin
benl4-May-04 18:14
benl4-May-04 18:14 
GeneralRe: System.Reflection.Emit vs System.CodeDom.Compiler.CodeDomProvider and CSharpCodeProvider Pin
Heath Stewart5-May-04 3:31
protectorHeath Stewart5-May-04 3:31 
GeneralMobile App Design Pin
MrJJKoolJ4-May-04 16:45
MrJJKoolJ4-May-04 16:45 
GeneralRe: Mobile App Design Pin
Heath Stewart4-May-04 17:41
protectorHeath Stewart4-May-04 17:41 
GeneralCreating a windows forms control with no (or minimal) GUI Pin
Todd Davis4-May-04 15:35
Todd Davis4-May-04 15:35 
GeneralRe: Creating a windows forms control with no (or minimal) GUI Pin
Bill Dean4-May-04 16:09
Bill Dean4-May-04 16:09 
GeneralRe: Creating a windows forms control with no (or minimal) GUI Pin
Todd Davis4-May-04 16:52
Todd Davis4-May-04 16:52 
GeneralRe: Creating a windows forms control with no (or minimal) GUI Pin
Heath Stewart4-May-04 17:38
protectorHeath Stewart4-May-04 17:38 
If you want a component like the ImageList, however, that can interact with the designer, extend the Component class.

Also, this has absolutely nothing to do with what kind of project you create. You are supposed to add classes to that and understand what's in the source file. A Windows Forms Application can contain all the same things a Windows Control Library can, and even an ASP.NET Web Application can, too, though a Windows Forms class won't do much good there. The difference is how the assemblies are built, whether they are self executing or loadable (among a few other differences in the PE/COFF header and where everything is located, etc.).

Todd Davis wrote:
Never code when it is past your bedtime...

...or before reading the documentation.

 

Microsoft MVP, Visual C#
My Articles
GeneralSimulating mouse Pin
Member 6910894-May-04 14:02
Member 6910894-May-04 14:02 
GeneralRe: Simulating mouse Pin
Bill Dean4-May-04 15:57
Bill Dean4-May-04 15:57 
GeneralRe: Simulating mouse Pin
Heath Stewart4-May-04 17:29
protectorHeath Stewart4-May-04 17:29 
GeneralRe: Simulating mouse Pin
Heath Stewart4-May-04 17:46
protectorHeath Stewart4-May-04 17:46 
Generalalternative to listbox Pin
mookeroo4-May-04 14:00
mookeroo4-May-04 14:00 
GeneralRe: alternative to listbox Pin
Bill Dean4-May-04 15:50
Bill Dean4-May-04 15:50 
GeneralRe: alternative to listbox Pin
Heath Stewart4-May-04 17:03
protectorHeath Stewart4-May-04 17:03 
GeneralRe: alternative to listbox Pin
mookeroo5-May-04 1:36
mookeroo5-May-04 1:36 
GeneralRe: alternative to listbox Pin
Heath Stewart5-May-04 3:12
protectorHeath Stewart5-May-04 3:12 
GeneralRe: Message Board tags? Pin
Heath Stewart4-May-04 17:01
protectorHeath Stewart4-May-04 17:01 
GeneralRe: Message Board tags? Pin
CWIZO4-May-04 20:39
CWIZO4-May-04 20:39 
GeneralRe: Message Board tags? Pin
Heath Stewart5-May-04 2:55
protectorHeath Stewart5-May-04 2:55 
GeneralDataGridTextBoxColumn.TextBox .KeyDown event doesnt catch Enter key Pin
blankg4-May-04 12:38
blankg4-May-04 12:38 
GeneralUsing MSMQ with Web Services Pin
MrJJKoolJ4-May-04 12:35
MrJJKoolJ4-May-04 12:35 
GeneralRe: Using MSMQ with Web Services Pin
Heath Stewart4-May-04 16:57
protectorHeath Stewart4-May-04 16:57 
GeneralViewing computers in a workgroup Pin
User 9625784-May-04 12:15
User 9625784-May-04 12:15 
GeneralThis should be easy Pin
Neil Van Eps4-May-04 10:45
Neil Van Eps4-May-04 10:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.