Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
GeneralRe: custome control events Pin
Stanciu Vlad4-Dec-04 8:14
Stanciu Vlad4-Dec-04 8:14 
GeneralRe: custome control events Pin
Robert Rohde4-Dec-04 8:32
Robert Rohde4-Dec-04 8:32 
GeneralRe: custome control events Pin
Anonymous4-Dec-04 9:01
Anonymous4-Dec-04 9:01 
GeneralRe: custome control events Pin
Stanciu Vlad4-Dec-04 9:28
Stanciu Vlad4-Dec-04 9:28 
GeneralRe: custome control events Pin
Stanciu Vlad4-Dec-04 9:30
Stanciu Vlad4-Dec-04 9:30 
QuestionWhat are the good practises to write an complicate application? Pin
ting6683-Dec-04 17:49
ting6683-Dec-04 17:49 
AnswerRe: What are the good practises to write an complicate application? Pin
Daniel Turini3-Dec-04 19:16
Daniel Turini3-Dec-04 19:16 
AnswerRe: What are the good practises to write an complicate application? Pin
Anonymous3-Dec-04 19:18
Anonymous3-Dec-04 19:18 
you only use dlls if you wanna reuse that specific code and share it among more than one program and the rules varry depending on how you want the dll to be used you may for instance want to make some sort of graphics dll with might include several classes or you may just want a single class in your dll such as a simple custom control that you share between a few programs. they are also usefull if you want to update only specific portions of your software without updating the entire release. sometimes it may just be simpler to contain all your code within a single .exe file as it makes installtion easier becuase dlls need to be registered with the os and the more seperate compenents your program has to deal with the greater potential for error/corruption as well as problems with updating a dll and breaking the code in your exe known as "DLL HELL". i hope this helps
GeneralRe: What are the good practises to write an complicate application? Pin
Daniel Turini3-Dec-04 23:02
Daniel Turini3-Dec-04 23:02 
GeneralRe: What are the good practises to write an complicate application? Pin
Robert Rohde4-Dec-04 8:34
Robert Rohde4-Dec-04 8:34 
Generalstring to int Pin
John L. DeVito3-Dec-04 17:29
professionalJohn L. DeVito3-Dec-04 17:29 
GeneralRe: string to int Pin
Charlie Williams3-Dec-04 18:12
Charlie Williams3-Dec-04 18:12 
GeneralRe: string to int Pin
John L. DeVito3-Dec-04 18:18
professionalJohn L. DeVito3-Dec-04 18:18 
Generalhelp... Pin
tom_dx3-Dec-04 14:01
tom_dx3-Dec-04 14:01 
GeneralRe: help... Pin
Daniel Turini3-Dec-04 19:11
Daniel Turini3-Dec-04 19:11 
GeneralRe: help... Pin
Alex Korchemniy3-Dec-04 21:10
Alex Korchemniy3-Dec-04 21:10 
GeneralRe: help... Pin
Robert Rohde4-Dec-04 8:38
Robert Rohde4-Dec-04 8:38 
GeneralRe: help... Pin
Alex Korchemniy3-Dec-04 21:07
Alex Korchemniy3-Dec-04 21:07 
GeneralVery Very Long Complex C# Programs Pin
demasoni.com3-Dec-04 13:34
demasoni.com3-Dec-04 13:34 
GeneralRe: Very Very Long Complex C# Programs Pin
tom_dx3-Dec-04 13:51
tom_dx3-Dec-04 13:51 
GeneralRe: Very Very Long Complex C# Programs Pin
demasoni.com3-Dec-04 18:32
demasoni.com3-Dec-04 18:32 
GeneralRe: Very Very Long Complex C# Programs Pin
Daniel Turini3-Dec-04 19:00
Daniel Turini3-Dec-04 19:00 
GeneralRe: Very Very Long Complex C# Programs Pin
Anonymous3-Dec-04 19:22
Anonymous3-Dec-04 19:22 
GeneralRe: Very Very Long Complex C# Programs Pin
leppie3-Dec-04 22:18
leppie3-Dec-04 22:18 
GeneralRe: Very Very Long Complex C# Programs Pin
Robert Rohde4-Dec-04 8:41
Robert Rohde4-Dec-04 8:41 

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.