How to include external file ?

O

Oleg Subachev

I need to include external file into C# source code.

How to perform this ?

Oleg Subachev

P.S.
I need C# equivalent of Delphi's {$INCLUDE ...} directive.
 
G

Guest

What do u mean?
Just add reference to that file. Context menu on the project name

Oleg Subachev said:
I need to include external file into C# source code.

How to perform this ?

Oleg Subachev

P.S.
I need C# equivalent of Delphi's {$INCLUDE ...} directive.

--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
O

Oleg Subachev

What do u mean?
Just add reference to that file. Context menu on the project name

No, I need to insert content of a file at the exact position in the source
(.cs) file.

Oleg Subachev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top