Click here to Skip to main content
15,888,219 members
Home / Discussions / C#
   

C#

 
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 
Questiondoubt Pin
divya.simma3-Mar-09 22:39
divya.simma3-Mar-09 22:39 
AnswerRe: doubt Pin
ABitSmart3-Mar-09 22:49
ABitSmart3-Mar-09 22:49 
GeneralRe: doubt Pin
Shyam K Pananghat3-Mar-09 23:28
Shyam K Pananghat3-Mar-09 23:28 
GeneralRe: doubt Pin
Megidolaon4-Mar-09 2:18
Megidolaon4-Mar-09 2:18 
GeneralRe: doubt Pin
ABitSmart4-Mar-09 2:21
ABitSmart4-Mar-09 2:21 
AnswerRe: doubt Pin
Eddy Vluggen3-Mar-09 23:15
professionalEddy Vluggen3-Mar-09 23:15 

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.