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

C#

 
GeneralRe: HTML form filler Pin
Bone200331-Jul-07 21:17
Bone200331-Jul-07 21:17 
QuestionUsing directive Pin
Albu Marius31-Jul-07 1:28
Albu Marius31-Jul-07 1:28 
AnswerRe: Using directive Pin
Luc Pattyn31-Jul-07 1:34
sitebuilderLuc Pattyn31-Jul-07 1:34 
GeneralRe: Using directive Pin
Albu Marius31-Jul-07 1:47
Albu Marius31-Jul-07 1:47 
GeneralRe: Using directive Pin
Luc Pattyn31-Jul-07 2:02
sitebuilderLuc Pattyn31-Jul-07 2:02 
GeneralRe: Using directive Pin
Albu Marius31-Jul-07 2:07
Albu Marius31-Jul-07 2:07 
GeneralRe: Using directive Pin
Albu Marius31-Jul-07 2:17
Albu Marius31-Jul-07 2:17 
GeneralRe: Using directive Pin
Luc Pattyn31-Jul-07 2:33
sitebuilderLuc Pattyn31-Jul-07 2:33 
There are only two ways to instantiate a class:
- the normal way, with the new keyword; it implies you have compiled correct code
hence you already have the necessary using statement (and the reference in your
project);
- the reflective way, which means you load some assembly, locate the class,
and invoke its constructor; hence you must know which assembly to load; if you do,
you also know which using is required !

So the only thing that you can do is collect the source lines, add using statements
as much as you see fit, then try to compile and present (a summary of) the error
messages to the user.

Smile | :)


GeneralRe: Using directive Pin
Albu Marius31-Jul-07 2:43
Albu Marius31-Jul-07 2:43 
AnswerRe: Using directive Pin
J4amieC31-Jul-07 3:05
J4amieC31-Jul-07 3:05 
AnswerRe: Using directive Pin
PIEBALDconsult31-Jul-07 10:21
mvePIEBALDconsult31-Jul-07 10:21 
GeneralRe: Using directive Pin
Albu Marius31-Jul-07 22:01
Albu Marius31-Jul-07 22:01 
GeneralRe: Using directive Pin
PIEBALDconsult1-Aug-07 13:52
mvePIEBALDconsult1-Aug-07 13:52 
GeneralRe: Using directive Pin
Albu Marius2-Aug-07 1:20
Albu Marius2-Aug-07 1:20 
GeneralRe: Using directive Pin
PIEBALDconsult2-Aug-07 15:12
mvePIEBALDconsult2-Aug-07 15:12 
QuestionDataGridView Pin
sangramkp31-Jul-07 1:26
sangramkp31-Jul-07 1:26 
AnswerRe: DataGridView Pin
Herman<T>.Instance31-Jul-07 2:56
Herman<T>.Instance31-Jul-07 2:56 
QuestionNUnit and relative Paths Pin
User 665831-Jul-07 1:25
User 665831-Jul-07 1:25 
Questionconvertion from word file into pdf file Pin
adilkazmi31-Jul-07 1:14
adilkazmi31-Jul-07 1:14 
AnswerRe: convertion from word file into pdf file Pin
ekynox31-Jul-07 2:36
ekynox31-Jul-07 2:36 
AnswerRe: convertion from word file into pdf file Pin
Not Active31-Jul-07 2:36
mentorNot Active31-Jul-07 2:36 
QuestionStrange behavior of comparison with Double.IsPositiveInfinity [modified] Pin
Stefan Troschuetz31-Jul-07 1:13
Stefan Troschuetz31-Jul-07 1:13 
AnswerRe: Strange behavior of comparison with double.PositiveInfinity Pin
Luc Pattyn31-Jul-07 1:30
sitebuilderLuc Pattyn31-Jul-07 1:30 
GeneralRe: Strange behavior of comparison with double.PositiveInfinity Pin
Stefan Troschuetz31-Jul-07 2:31
Stefan Troschuetz31-Jul-07 2:31 
GeneralRe: Strange behavior of comparison with double.PositiveInfinity Pin
Luc Pattyn31-Jul-07 2:50
sitebuilderLuc Pattyn31-Jul-07 2:50 

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.