Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help with GDI+ Pin
User 66585-Sep-06 8:13
User 66585-Sep-06 8:13 
AnswerRe: Help with GDI+ Pin
Amar Chaudhary5-Sep-06 8:53
Amar Chaudhary5-Sep-06 8:53 
QuestionTreeview and add node/refresh Pin
Saamir5-Sep-06 7:45
Saamir5-Sep-06 7:45 
AnswerRe: Treeview and add node/refresh Pin
User 66585-Sep-06 8:20
User 66585-Sep-06 8:20 
GeneralRe: Treeview and add node/refresh Pin
Saamir5-Sep-06 8:40
Saamir5-Sep-06 8:40 
AnswerRe: Treeview and add node/refresh Pin
Nader Elshehabi5-Sep-06 10:42
Nader Elshehabi5-Sep-06 10:42 
QuestionCompile Question Pin
HahnTech5-Sep-06 6:06
HahnTech5-Sep-06 6:06 
AnswerRe: Compile Question Pin
User 66585-Sep-06 6:17
User 66585-Sep-06 6:17 
HahnTech wrote:
How do you compile to a library in C#


Create a class library project and just compile it Wink | ;)

HahnTech wrote:
or how can i bring a DLL into the final exe so I don't have to install the dll.


copy the code over from the DLL to your form.
This is ugly, the better way is:

HahnTech wrote:
I'd like a library to link from but don't know how to make it.


Add a reference to your DLL from your form.
In the solution explorer there a folder called "References". You can there rightclick, "Add Reference" -> "Browse" -> select your DLL

regards

modified 12-Sep-18 21:01pm.

GeneralRe: Compile Question Pin
HahnTech5-Sep-06 12:08
HahnTech5-Sep-06 12:08 
GeneralRe: Compile Question Pin
S. Senthil Kumar5-Sep-06 17:59
S. Senthil Kumar5-Sep-06 17:59 
GeneralRe: Compile Question Pin
HahnTech5-Sep-06 18:31
HahnTech5-Sep-06 18:31 
QuestionHide Windows Application in System Tray? Pin
MudkiSekhon5-Sep-06 5:12
MudkiSekhon5-Sep-06 5:12 
AnswerRe: Hide Windows Application in System Tray? Pin
Stefan Troschuetz5-Sep-06 5:23
Stefan Troschuetz5-Sep-06 5:23 
QuestionIs there bidirectional iterator in C# Pin
AndriyZZ5-Sep-06 5:11
AndriyZZ5-Sep-06 5:11 
AnswerRe: Is there bidirectional iterator in C# Pin
Not Active5-Sep-06 7:28
mentorNot Active5-Sep-06 7:28 
GeneralRe: Is there bidirectional iterator in C# Pin
AndriyZZ5-Sep-06 9:37
AndriyZZ5-Sep-06 9:37 
GeneralRe: Is there bidirectional iterator in C# Pin
Not Active5-Sep-06 9:49
mentorNot Active5-Sep-06 9:49 
GeneralRe: Is there bidirectional iterator in C# Pin
AndriyZZ5-Sep-06 10:17
AndriyZZ5-Sep-06 10:17 
GeneralRe: Is there bidirectional iterator in C# Pin
Not Active5-Sep-06 10:34
mentorNot Active5-Sep-06 10:34 
AnswerRe: Is there bidirectional iterator in C# Pin
Nader Elshehabi5-Sep-06 11:10
Nader Elshehabi5-Sep-06 11:10 
GeneralRe: Is there bidirectional iterator in C# Pin
AndriyZZ5-Sep-06 11:20
AndriyZZ5-Sep-06 11:20 
QuestionShell Namespace Question Pin
RSL-REK5-Sep-06 4:59
RSL-REK5-Sep-06 4:59 
AnswerRe: Shell Namespace Question Pin
led mike5-Sep-06 7:52
led mike5-Sep-06 7:52 
GeneralRe: Shell Namespace Question Pin
RSL-REK8-Sep-06 4:46
RSL-REK8-Sep-06 4:46 
GeneralRe: Shell Namespace Question Pin
led mike8-Sep-06 4:58
led mike8-Sep-06 4:58 

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.