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

C#

 
GeneralRe: How to disable the jump to node function in TreeVeiw? Pin
coby cai9-Feb-06 21:44
professionalcoby cai9-Feb-06 21:44 
QuestionDLLs - Creating Pin
Expert Coming9-Feb-06 17:58
Expert Coming9-Feb-06 17:58 
AnswerRe: DLLs - Creating Pin
rakesh_nits9-Feb-06 18:10
rakesh_nits9-Feb-06 18:10 
AnswerRe: DLLs - Creating Pin
Dave Kreskowiak9-Feb-06 18:12
mveDave Kreskowiak9-Feb-06 18:12 
GeneralRe: DLLs - Creating Pin
Expert Coming9-Feb-06 18:19
Expert Coming9-Feb-06 18:19 
GeneralRe: DLLs - Creating Pin
Kodanda Pani9-Feb-06 23:01
Kodanda Pani9-Feb-06 23:01 
GeneralRe: DLLs - Creating Pin
tiancaidao10-Feb-06 2:55
tiancaidao10-Feb-06 2:55 
GeneralRe: DLLs - Creating Pin
LongRange.Shooter10-Feb-06 2:01
LongRange.Shooter10-Feb-06 2:01 
There are two ways that your class library can be used:

1) The 'safest' way is to create your class library project/solution, write your code, compile it as a dll, then copy that into the /obj directory of any project that will use it. Then add reference, browse to the obj directory and add a using statement for your library namespace.

2) You add the class library project to the solution that will consume your project. This is only best if this is the only solution that would use that class library. In this method you would do an Add Reference, click the Project tab, then select your class library project and add it.

It is highly suggested that you modify your AssemblyInfo.cs file and make the version number something like "1.0.0". This way you control the version number of your dll with each release. Otherwise you create a new copy of your dll even if it is a minor implementation change.

There are 10 kinds of people in the world.

Those that read binary...

...and those who don't.

QuestionCurrencyManger question Pin
Tom Wright9-Feb-06 16:41
Tom Wright9-Feb-06 16:41 
QuestionC# addins can not implement MC++ interface? Pin
tiancaidao9-Feb-06 16:05
tiancaidao9-Feb-06 16:05 
AnswerRe: C# addins can not implement MC++ interface? Pin
tiancaidao9-Feb-06 16:07
tiancaidao9-Feb-06 16:07 
GeneralRe: C# addins can not implement MC++ interface? Pin
George L. Jackson9-Feb-06 16:15
George L. Jackson9-Feb-06 16:15 
GeneralRe: C# addins can not implement MC++ interface? Pin
tiancaidao9-Feb-06 22:32
tiancaidao9-Feb-06 22:32 
Questionint.Parse for percentage values Pin
Luis Alonso Ramos9-Feb-06 16:00
Luis Alonso Ramos9-Feb-06 16:00 
QuestionDropDownList/ListItem Problem Pin
TheMajorRager9-Feb-06 12:53
TheMajorRager9-Feb-06 12:53 
AnswerRe: DropDownList/ListItem Problem Pin
George L. Jackson9-Feb-06 16:06
George L. Jackson9-Feb-06 16:06 
GeneralRe: DropDownList/ListItem Problem Pin
TheMajorRager10-Feb-06 5:34
TheMajorRager10-Feb-06 5:34 
AnswerRe: DropDownList/ListItem Problem Pin
TheMajorRager10-Feb-06 7:59
TheMajorRager10-Feb-06 7:59 
QuestionActive Directory Pin
gjsantana9-Feb-06 12:03
gjsantana9-Feb-06 12:03 
AnswerRe: Active Directory Pin
osamahmirza9-Feb-06 17:35
osamahmirza9-Feb-06 17:35 
QuestionBuild a message pump for a Windows service? Pin
BlackDice9-Feb-06 11:50
BlackDice9-Feb-06 11:50 
AnswerRe: Build a message pump for a Windows service? Pin
George L. Jackson9-Feb-06 15:07
George L. Jackson9-Feb-06 15:07 
GeneralRe: Build a message pump for a Windows service? Pin
BlackDice10-Feb-06 6:11
BlackDice10-Feb-06 6:11 
GeneralI GOT IT!! Pin
BlackDice10-Feb-06 9:27
BlackDice10-Feb-06 9:27 
QuestionDesign form Error Pin
emran8349-Feb-06 11:22
emran8349-Feb-06 11:22 

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.