Accessing Functions
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Can i access a function from a file which is not in an active project in a workspace???? Meaning, if i have 11 projects in a workspace and i want to access a function from a project that is currently not set as active one, can i do that?
If it is a DLL, yes, just add a reference in your current project. When the window pops up, select the .NET tab and "Browse" for the dll. Rocky Moore <><