Click here to Skip to main content
15,921,174 members
Home / Discussions / C#
   

C#

 
GeneralRe: using a variable on two different forms Pin
Alex@UEA16-Jul-08 23:45
Alex@UEA16-Jul-08 23:45 
AnswerRe: using a variable on two different forms Pin
Ajay.k_Singh16-Jul-08 20:22
Ajay.k_Singh16-Jul-08 20:22 
GeneralRe: using a variable on two different forms Pin
V.16-Jul-08 21:48
professionalV.16-Jul-08 21:48 
QuestionListView problem ! [modified] Pin
itmad16-Jul-08 18:47
itmad16-Jul-08 18:47 
AnswerRe: ListView problem ! Pin
Ravi Bhavnani16-Jul-08 18:55
professionalRavi Bhavnani16-Jul-08 18:55 
AnswerRe: ListView problem ! [modified] Pin
itmad16-Jul-08 21:14
itmad16-Jul-08 21:14 
QuestionHi all...problem in retrining more then 1200 records from DB2 Pin
tasumisra16-Jul-08 18:38
tasumisra16-Jul-08 18:38 
QuestionRe: Hi all...problem in retrining more then 1200 records from DB2 Pin
tasumisra16-Jul-08 19:07
tasumisra16-Jul-08 19:07 
Questionhow write a addon tool for Internet Explorer ????? Pin
San@Coding16-Jul-08 18:08
San@Coding16-Jul-08 18:08 
QuestionEncryption Pin
ctrlnick16-Jul-08 13:00
ctrlnick16-Jul-08 13:00 
AnswerRe: Encryption Pin
Judah Gabriel Himango16-Jul-08 14:14
sponsorJudah Gabriel Himango16-Jul-08 14:14 
QuestionEasy Question Pin
nelsonpaixao16-Jul-08 12:54
nelsonpaixao16-Jul-08 12:54 
AnswerRe: Easy Question Pin
Judah Gabriel Himango16-Jul-08 14:11
sponsorJudah Gabriel Himango16-Jul-08 14:11 
AnswerRe: Easy Question Pin
PIEBALDconsult17-Jul-08 5:23
mvePIEBALDconsult17-Jul-08 5:23 
QuestionTime Zone map Pin
Dr. Kelwin16-Jul-08 12:39
Dr. Kelwin16-Jul-08 12:39 
QuestionIs it possible to add import dll during runtime? Pin
pnpfriend16-Jul-08 10:29
pnpfriend16-Jul-08 10:29 
AnswerRe: Is it possible to add import dll during runtime? Pin
Luc Pattyn16-Jul-08 10:58
sitebuilderLuc Pattyn16-Jul-08 10:58 
Hi,

if your source code is referring to managed code that resides in some DLL, then you need to add
a reference, and you may choose to (or not to) use a using statement, in order to tell the compiler
how to find the types you are using.

if on the other hand you want to use types from some DLL files using reflection only, then no
reference and no using statement is needed pointing to these DLL files; with the right code
you can discover and use any managed DLL you can reach. Look for "reflection" on CodeProject or Google.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Voting for dummies? No thanks. Dead | X|


AnswerRe: Is it possible to add import dll during runtime? Pin
dan!sh 16-Jul-08 19:04
professional dan!sh 16-Jul-08 19:04 
AnswerRe: Is it possible to add import dll during runtime? Pin
PIEBALDconsult17-Jul-08 17:28
mvePIEBALDconsult17-Jul-08 17:28 
QuestionRules for command line parsing Pin
Alan N16-Jul-08 9:40
Alan N16-Jul-08 9:40 
AnswerRe: Rules for command line parsing Pin
Luc Pattyn16-Jul-08 10:11
sitebuilderLuc Pattyn16-Jul-08 10:11 
GeneralRe: Rules for command line parsing Pin
Alan N17-Jul-08 6:40
Alan N17-Jul-08 6:40 
GeneralRe: Rules for command line parsing Pin
Luc Pattyn17-Jul-08 7:28
sitebuilderLuc Pattyn17-Jul-08 7:28 
Questionbuilding a program to find words in a list of letters Pin
davidallenmorse16-Jul-08 8:04
davidallenmorse16-Jul-08 8:04 
AnswerRe: building a program to find words in a list of letters Pin
Paul Conrad16-Jul-08 9:37
professionalPaul Conrad16-Jul-08 9:37 

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.