Global function

  • Thread starter Thread starter Geoff Jones
  • Start date Start date
G

Geoff Jones

Hiya

Where does a function have to be placed so it is accessible to all the
projects in a solution?

Thanks in advance

Geoff
 
Geoff,

Geoff Jones said:
Where does a function have to be placed so it is accessible to all the
projects in a solution?

Place it in a public class/module in a class library project and reference
this project from your other projects in the same solution.
 
Herfried,

Excelent readed.

Because that this is a question probably related to an answer I have given
in another thread am I in doubt if the question is as you answered it.

However the answer on the question is exactly right.

:-)

Cor
 
Hi Cor

Funnily enough, this wasn't anything to do with my earlier question. Just an
indication I guess of the number of questions that occur to me on a daily
basis :)

Geoff
 

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

Similar Threads

Q: Getting a directory 11
DataGridTextBoxColumn 2
PreProcessMessage 6
Row height in a datagrid 2
Source Code 4
Example of dragging bitmaps 15
Q: Regular Expressions 2
Q: double scientific 3

Back
Top