Click here to Skip to main content
15,910,234 members
Home / Discussions / C#
   

C#

 
QuestionOpen "Windows Image Fax Viewer" Pin
greekius30-Dec-06 7:33
greekius30-Dec-06 7:33 
AnswerRe: Open "Windows Image Fax Viewer" Pin
Luc Pattyn30-Dec-06 9:21
sitebuilderLuc Pattyn30-Dec-06 9:21 
AnswerRe: Open "Windows Image Fax Viewer" Pin
Luc Pattyn30-Dec-06 9:33
sitebuilderLuc Pattyn30-Dec-06 9:33 
AnswerRe: Open "Windows Image Fax Viewer" Pin
Luc Pattyn30-Dec-06 9:35
sitebuilderLuc Pattyn30-Dec-06 9:35 
QuestionDisplay a Line Graph using Tabbed Panes(Newbie) Pin
NGSjamesc30-Dec-06 5:19
NGSjamesc30-Dec-06 5:19 
AnswerRe: Display a Line Graph using Tabbed Panes(Newbie) Pin
Luc Pattyn30-Dec-06 5:24
sitebuilderLuc Pattyn30-Dec-06 5:24 
QuestionHow to distribute class libraries Pin
axos8830-Dec-06 1:00
axos8830-Dec-06 1:00 
AnswerRe: How to distribute class libraries Pin
Luc Pattyn30-Dec-06 2:51
sitebuilderLuc Pattyn30-Dec-06 2:51 
Distribution:
distribute your xml and dll files together (in the same directory), as Visual does.

Usage:
- add a reference to the dll(s) you need, e.g. using the Solutions pane in Visual Studio
- add a using statement to your client source code
Now the classes in your new dll(s) are available together with their XML comment (for
Intellisense).

Smile | :)


Luc Pattyn

GeneralRe: How to distribute class libraries Pin
Ennis Ray Lynch, Jr.30-Dec-06 17:41
Ennis Ray Lynch, Jr.30-Dec-06 17:41 
GeneralRe: How to distribute class libraries Pin
Luc Pattyn30-Dec-06 18:14
sitebuilderLuc Pattyn30-Dec-06 18:14 
QuestionLocal Database vs XML Pin
Libor Tinka30-Dec-06 0:32
Libor Tinka30-Dec-06 0:32 
AnswerRe: Local Database vs XML Pin
Sceptic Mole30-Dec-06 2:19
Sceptic Mole30-Dec-06 2:19 
AnswerRe: Local Database vs XML Pin
Lju230-Dec-06 12:43
Lju230-Dec-06 12:43 
AnswerRe: Local Database vs XML Pin
Paul Conrad30-Dec-06 13:26
professionalPaul Conrad30-Dec-06 13:26 
Questiondraw an antiAlias wmf Pin
Amar Chaudhary29-Dec-06 23:57
Amar Chaudhary29-Dec-06 23:57 
AnswerRe: liased draw an antiAlias wmf Pin
Dominik Reichl30-Dec-06 0:02
Dominik Reichl30-Dec-06 0:02 
GeneralRe: draw an antiAlias wmf Pin
Amar Chaudhary30-Dec-06 0:12
Amar Chaudhary30-Dec-06 0:12 
QuestionUnzip files Pin
vin107029-Dec-06 19:45
vin107029-Dec-06 19:45 
AnswerRe: Unzip files Pin
Dominik Reichl29-Dec-06 22:59
Dominik Reichl29-Dec-06 22:59 
AnswerRe: Unzip files Pin
Luc Pattyn30-Dec-06 2:23
sitebuilderLuc Pattyn30-Dec-06 2:23 
QuestionAlternate control for DSO Framer in .net Pin
indian14329-Dec-06 19:38
indian14329-Dec-06 19:38 
QuestionNewbie struggling with calling other methods Pin
JHR129-Dec-06 17:43
JHR129-Dec-06 17:43 
AnswerRe: Newbie struggling with calling other methods Pin
Luc Pattyn29-Dec-06 18:46
sitebuilderLuc Pattyn29-Dec-06 18:46 
AnswerRe: Newbie struggling with calling other methods Pin
Luc Pattyn30-Dec-06 2:42
sitebuilderLuc Pattyn30-Dec-06 2:42 
AnswerMain is a static method Pin
Ennis Ray Lynch, Jr.30-Dec-06 17:48
Ennis Ray Lynch, Jr.30-Dec-06 17:48 

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.