Click here to Skip to main content
15,891,951 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to check... Pin
Kant8-Jun-03 4:21
Kant8-Jun-03 4:21 
GeneralRe: How to check... Pin
shaunAustin9-Jun-03 0:46
shaunAustin9-Jun-03 0:46 
GeneralRe: How to check... Pin
Kant9-Jun-03 5:03
Kant9-Jun-03 5:03 
QuestionHow to create a 'copy' and 'paste' feature for selected cell ranges Pin
sleepycat7-Jun-03 15:40
sleepycat7-Jun-03 15:40 
GeneralVisual C# question Pin
dratti7-Jun-03 12:24
dratti7-Jun-03 12:24 
GeneralRe: Visual C# question Pin
leppie7-Jun-03 13:02
leppie7-Jun-03 13:02 
GeneralRe: Visual C# question Pin
dratti7-Jun-03 22:21
dratti7-Jun-03 22:21 
GeneralRe: Visual C# question Pin
Iulian Serban7-Jun-03 22:22
Iulian Serban7-Jun-03 22:22 
You can make a dll library that holds the shared classes and you can access those classes from any project you want by including a reference to that dll project.
To add such a project to your solution right click the solution in the Solution Explorer and select Add --> New Project and select Class Library and create a new project somewhere. Then to add references to that library and to make dependencies right click on the projects you want to set the dependency on and click dependencies. Then click the checkbox in front of the dll library and it automatically adds references to that poject and you can use those classes that you put in the dll library by just adding a: #using dllNamespace directive in the files you want to use it.
GeneralRe: .NET Framework Initialization Error Pin
James T. Johnson7-Jun-03 15:07
James T. Johnson7-Jun-03 15:07 
GeneralRe: .NET Framework Initialization Error Pin
shaunAustin9-Jun-03 0:48
shaunAustin9-Jun-03 0:48 
GeneralRe: .NET Framework Initialization Error Pin
shaunAustin9-Jun-03 9:10
shaunAustin9-Jun-03 9:10 
GeneralScrollBar.LargeChange Pin
Iulian Serban7-Jun-03 3:04
Iulian Serban7-Jun-03 3:04 
GeneralRe: ScrollBar.LargeChange Pin
James T. Johnson7-Jun-03 15:15
James T. Johnson7-Jun-03 15:15 
GeneralRe: ScrollBar.LargeChange Pin
Iulian Serban7-Jun-03 22:12
Iulian Serban7-Jun-03 22:12 
GeneralRe: ScrollBar.LargeChange Pin
James T. Johnson8-Jun-03 4:16
James T. Johnson8-Jun-03 4:16 
GeneralRe: ScrollBar.LargeChange Pin
Iulian Serban8-Jun-03 4:34
Iulian Serban8-Jun-03 4:34 
QuestionMulti line in Label?? Pin
Weiye Chen7-Jun-03 2:56
Weiye Chen7-Jun-03 2:56 
AnswerRe: Multi line in Label?? Pin
Jim Stewart7-Jun-03 7:41
Jim Stewart7-Jun-03 7:41 
GeneralRe: Multi line in Label?? Pin
dynamic7-Jun-03 12:52
dynamic7-Jun-03 12:52 
GeneralRe: Multi line in Label?? Pin
Jim Stewart7-Jun-03 14:36
Jim Stewart7-Jun-03 14:36 
GeneralRe: Multi line in Label?? Pin
Weiye Chen7-Jun-03 18:21
Weiye Chen7-Jun-03 18:21 
General32byte Char[] Unicode array conversion Pin
stonee747-Jun-03 1:00
stonee747-Jun-03 1:00 
GeneralRe: 32byte Char[] Unicode array conversion Pin
leppie7-Jun-03 2:49
leppie7-Jun-03 2:49 
GeneralRe: 32byte Char[] Unicode array conversion Pin
Laimis7-Jun-03 9:31
Laimis7-Jun-03 9:31 
GeneralRe: 32byte Char[] Unicode array conversion Pin
stonee747-Jun-03 22:53
stonee747-Jun-03 22:53 

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.