Click here to Skip to main content
15,912,021 members
Home / Discussions / C#
   

C#

 
AnswerRe: passing multiple parameters to the query in C# Pin
Megidolaon4-Mar-09 2:04
Megidolaon4-Mar-09 2:04 
GeneralRe: passing multiple parameters to the query in C# PinPopular
J4amieC4-Mar-09 2:29
J4amieC4-Mar-09 2:29 
AnswerRe: passing multiple parameters to the query in C# Pin
fly9044-Mar-09 5:14
fly9044-Mar-09 5:14 
QuestionTcpChannel disconnect Pin
yesu prakash4-Mar-09 0:15
yesu prakash4-Mar-09 0:15 
AnswerRe: TcpChannel disconnect Pin
stancrm4-Mar-09 1:25
stancrm4-Mar-09 1:25 
QuestionSpecified argument was out of the range of valid values. Parameter name: index. Pin
haleemasher4-Mar-09 0:09
haleemasher4-Mar-09 0:09 
AnswerRe: Specified argument was out of the range of valid values. Parameter name: index. Pin
Shyam K Pananghat4-Mar-09 0:24
Shyam K Pananghat4-Mar-09 0:24 
QuestionProcess.start don't work Pin
abbd3-Mar-09 23:41
abbd3-Mar-09 23:41 
AnswerRe: Process.start don't work Pin
Calin Tatar3-Mar-09 23:48
Calin Tatar3-Mar-09 23:48 
GeneralRe: Process.start don't work Pin
Thomas Krojer4-Mar-09 0:40
Thomas Krojer4-Mar-09 0:40 
QuestionHow to run a class library? Pin
YiXiang_893-Mar-09 23:02
YiXiang_893-Mar-09 23:02 
AnswerRe: How to run a class library? Pin
Eddy Vluggen3-Mar-09 23:06
professionalEddy Vluggen3-Mar-09 23:06 
GeneralRe: How to run a class library? Pin
YiXiang_894-Mar-09 2:14
YiXiang_894-Mar-09 2:14 
GeneralRe: How to run a class library? Pin
Eddy Vluggen4-Mar-09 2:29
professionalEddy Vluggen4-Mar-09 2:29 
1. Start Visual Studio
2. Open your project (Ctrl-Shift-O)
3. Go to the solution-explorer (Ctrl-Alt-L)
4. Right-click with your mouse on the node called "References".
5. From the popupmenu, select "Add Reference"
6. Go to the tabpage called "Browse", and locate your "assembly.dll" file.

Now you got the reference to the assembly, and you're set up to use any Forms defined in that library in your application.

You can "use" libraries in your project, you just can't "start" them like you would start, say, Microsoft Word.

YiXiang_89 wrote:
I need to use class library as i need to generate html to pdf.


Any prior experience there?

I are troll Smile | :)

AnswerRe: How to run a class library? [modified] Pin
Megidolaon4-Mar-09 2:16
Megidolaon4-Mar-09 2:16 
Questionhow to generate an MSI for my excel addin project in c# Pin
abhiram_nayan3-Mar-09 22:57
abhiram_nayan3-Mar-09 22:57 
AnswerRe: how to generate an MSI for my excel addin project in c# [modified] Pin
Shyam K Pananghat3-Mar-09 23:18
Shyam K Pananghat3-Mar-09 23:18 
GeneralRe: how to generate an MSI for my excel addin project in c# Pin
abhiram_nayan3-Mar-09 23:38
abhiram_nayan3-Mar-09 23:38 
Answerplease send any suggetion in project Pin
mulla md fozail3-Mar-09 23:28
mulla md fozail3-Mar-09 23:28 
QuestionAutomated email Pin
1sabine83-Mar-09 22:48
1sabine83-Mar-09 22:48 
AnswerRe: Automated email Pin
Eddy Vluggen3-Mar-09 23:03
professionalEddy Vluggen3-Mar-09 23:03 
AnswerRe: Automated email Pin
Aman Bhullar3-Mar-09 23:05
Aman Bhullar3-Mar-09 23:05 
GeneralRe: Automated email Pin
Shyam K Pananghat3-Mar-09 23:25
Shyam K Pananghat3-Mar-09 23:25 
GeneralRe: Automated email Pin
Xmen Real 4-Mar-09 4:26
professional Xmen Real 4-Mar-09 4:26 
GeneralRe: Automated email Pin
Aman Bhullar5-Mar-09 4:45
Aman Bhullar5-Mar-09 4:45 

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.