Click here to Skip to main content
15,896,915 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: C# ComboBox Questions Pin
ricardojb31-Mar-06 19:47
ricardojb31-Mar-06 19:47 
GeneralRe: C# ComboBox Questions Pin
jdnx1-Apr-06 1:27
jdnx1-Apr-06 1:27 
GeneralRe: C# ComboBox Questions Pin
jdnx1-Apr-06 21:07
jdnx1-Apr-06 21:07 
QuestionToolStripTextBox Pin
Sean8931-Mar-06 12:14
Sean8931-Mar-06 12:14 
AnswerRe: ToolStripTextBox Pin
ricardojb31-Mar-06 19:57
ricardojb31-Mar-06 19:57 
AnswerRe: ToolStripTextBox Pin
Ed.Poore31-Mar-06 22:16
Ed.Poore31-Mar-06 22:16 
GeneralRe: ToolStripTextBox Pin
Sean891-Apr-06 2:54
Sean891-Apr-06 2:54 
GeneralRe: ToolStripTextBox Pin
Ed.Poore1-Apr-06 8:48
Ed.Poore1-Apr-06 8:48 
QuestionDataSet.HasChanges won't become True Pin
MohammadAmiry31-Mar-06 11:42
MohammadAmiry31-Mar-06 11:42 
AnswerRe: DataSet.HasChanges won't become True Pin
Jimbo221-Apr-06 1:40
Jimbo221-Apr-06 1:40 
GeneralRe: DataSet.HasChanges won't become True Pin
MohammadAmiry1-Apr-06 5:20
MohammadAmiry1-Apr-06 5:20 
GeneralRe: DataSet.HasChanges won't become True Pin
Jimbo221-Apr-06 22:52
Jimbo221-Apr-06 22:52 
GeneralRe: DataSet.HasChanges won't become True Pin
MohammadAmiry2-Apr-06 10:12
MohammadAmiry2-Apr-06 10:12 
Questionfind tool in text editor Pin
abdelhameed8131-Mar-06 11:25
abdelhameed8131-Mar-06 11:25 

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.