Click here to Skip to main content
15,906,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: Treeview add child Pin
thepersonof31-Mar-06 22:27
thepersonof31-Mar-06 22:27 
QuestionApplication logic problem Pin
thepersonof31-Mar-06 21:19
thepersonof31-Mar-06 21:19 
AnswerRe: Application logic problem Pin
Nicholas Butler31-Mar-06 21:33
sitebuilderNicholas Butler31-Mar-06 21:33 
GeneralRe: Application logic problem Pin
thepersonof31-Mar-06 21:39
thepersonof31-Mar-06 21:39 
QuestionPlase help me out !!! Pin
mrkeivan31-Mar-06 20:50
mrkeivan31-Mar-06 20:50 
AnswerRe: Plase help me out !!! Pin
Ed.Poore31-Mar-06 22:09
Ed.Poore31-Mar-06 22:09 
GeneralRe: Plase help me out !!! Pin
mrkeivan31-Mar-06 22:55
mrkeivan31-Mar-06 22:55 
GeneralRe: Plase help me out !!! Pin
Ed.Poore31-Mar-06 23:11
Ed.Poore31-Mar-06 23:11 
GeneralRe: Plase help me out !!! Pin
mrkeivan1-Apr-06 0:24
mrkeivan1-Apr-06 0:24 
GeneralRe: Plase help me out !!! Pin
Ed.Poore1-Apr-06 8:41
Ed.Poore1-Apr-06 8:41 
GeneralRe: Plase help me out !!! Pin
mrkeivan1-Apr-06 9:13
mrkeivan1-Apr-06 9:13 
QuestionDifference between XML and HTML Pin
Mohammad Daba'an31-Mar-06 20:18
Mohammad Daba'an31-Mar-06 20:18 
AnswerRe: Difference between XML and HTML Pin
Ravi Bhavnani31-Mar-06 20:36
professionalRavi Bhavnani31-Mar-06 20:36 
AnswerRe: Difference between XML and HTML Pin
Guffa31-Mar-06 20:44
Guffa31-Mar-06 20:44 
Questionproblem with dropdownlist Pin
Prashant Gadhave31-Mar-06 19:17
Prashant Gadhave31-Mar-06 19:17 
AnswerRe: problem with dropdownlist Pin
ricardojb31-Mar-06 19:39
ricardojb31-Mar-06 19:39 
GeneralRe: problem with dropdownlist Pin
Prashant Gadhave31-Mar-06 20:42
Prashant Gadhave31-Mar-06 20:42 
GeneralRe: problem with dropdownlist Pin
ricardojb1-Apr-06 13:09
ricardojb1-Apr-06 13:09 
QuestionDockable Panel in WinForms Pin
Majid Shahabfar31-Mar-06 18:30
Majid Shahabfar31-Mar-06 18:30 
AnswerRe: Dockable Panel in WinForms Pin
Ed.Poore31-Mar-06 22:14
Ed.Poore31-Mar-06 22:14 
Questionmulti-project solutions Pin
B I Khan31-Mar-06 17:52
B I Khan31-Mar-06 17:52 
AnswerRe: multi-project solutions Pin
ricardojb31-Mar-06 19:43
ricardojb31-Mar-06 19:43 
that depends on what you want to achieve.

Usually, you will place more than one project in the same solution if they are related (not necessarily means they will run together), but many times, if you are developpig a multitier application, you will have for example your main project, which will generate an .exe (windows or console application) and some class libraries that will generate a .dll, you can run code from those class libraries by adding a reference to them to your main project (the .exe) and then, you can create instance of the classes, call methods, set properties. etc.

QuestionTELNET SESSION Pin
picasso231-Mar-06 15:34
picasso231-Mar-06 15:34 
AnswerRe: TELNET SESSION Pin
Ravi Bhavnani31-Mar-06 16:52
professionalRavi Bhavnani31-Mar-06 16:52 
QuestionC# ComboBox Questions Pin
jdnx31-Mar-06 14:40
jdnx31-Mar-06 14:40 

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.