Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
Shameel27-Dec-11 3:32
professionalShameel27-Dec-11 3:32 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
Tosche Station27-Dec-11 3:55
Tosche Station27-Dec-11 3:55 
AnswerRe: how can we write large source code in 2 or more seperate units? Pin
AmitGajjar27-Dec-11 3:10
professionalAmitGajjar27-Dec-11 3:10 
AnswerRe: how can we write large source code in 2 or more seperate units? Pin
Shameel27-Dec-11 3:34
professionalShameel27-Dec-11 3:34 
AnswerRe: how can we write large source code in 2 or more seperate units? Pin
#realJSOP27-Dec-11 4:08
professional#realJSOP27-Dec-11 4:08 
they're called "assemblies" in .Net. Just create a class library project in your solution, and start adding classes to it. To use the classes in that library, you have to include htis line at the top of your file:

C#
using MyLibraryNameSpace;

".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997


GeneralRe: how can we write large source code in 2 or more seperate units? Pin
PIEBALDconsult27-Dec-11 4:29
mvePIEBALDconsult27-Dec-11 4:29 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
Shameel27-Dec-11 4:42
professionalShameel27-Dec-11 4:42 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
PIEBALDconsult27-Dec-11 4:56
mvePIEBALDconsult27-Dec-11 4:56 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
Shameel27-Dec-11 5:09
professionalShameel27-Dec-11 5:09 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
PIEBALDconsult27-Dec-11 5:30
mvePIEBALDconsult27-Dec-11 5:30 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
#realJSOP27-Dec-11 7:37
professional#realJSOP27-Dec-11 7:37 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
Shameel27-Dec-11 8:02
professionalShameel27-Dec-11 8:02 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
PIEBALDconsult27-Dec-11 8:28
mvePIEBALDconsult27-Dec-11 8:28 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
Jan Steyn28-Dec-11 2:08
Jan Steyn28-Dec-11 2:08 
AnswerRe: how can we write large source code in 2 or more seperate units? Pin
BillWoodruff27-Dec-11 5:14
professionalBillWoodruff27-Dec-11 5:14 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
PIEBALDconsult27-Dec-11 5:34
mvePIEBALDconsult27-Dec-11 5:34 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
BillWoodruff27-Dec-11 6:18
professionalBillWoodruff27-Dec-11 6:18 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
#realJSOP27-Dec-11 7:37
professional#realJSOP27-Dec-11 7:37 
GeneralRe: how can we write large source code in 2 or more seperate units? Pin
BillWoodruff27-Dec-11 15:46
professionalBillWoodruff27-Dec-11 15:46 
QuestionReading text using iTextSharp Pin
NarVish26-Dec-11 22:42
NarVish26-Dec-11 22:42 
Questionremoving checkboxes for bool datatypes in DEVEXPRESS grid view Pin
MahaKh26-Dec-11 9:59
MahaKh26-Dec-11 9:59 
AnswerRe: removing checkboxes for bool datatypes in DEVEXPRESS grid view Pin
Richard Andrew x6426-Dec-11 11:18
professionalRichard Andrew x6426-Dec-11 11:18 
AnswerRe: removing checkboxes for bool datatypes in DEVEXPRESS grid view Pin
AmitGajjar26-Dec-11 19:10
professionalAmitGajjar26-Dec-11 19:10 
QuestionHow to add large icon for my app Pin
skylarkcob26-Dec-11 3:13
professionalskylarkcob26-Dec-11 3:13 
AnswerRe: How to add large icon for my app Pin
Shameel26-Dec-11 3:54
professionalShameel26-Dec-11 3:54 

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.