I'm working with VB. NET 2005.
I have created two projects that lie within the same solution. The two projects are titled Cats and Committees. Within the Cats project lies a module called ThingsThatStart WithC. Within the module is a procedure called Message.
Is there a way to call the Message procedure(That lies within Cats) from the project Committees?
I have created two projects that lie within the same solution. The two projects are titled Cats and Committees. Within the Cats project lies a module called ThingsThatStart WithC. Within the module is a procedure called Message.
Is there a way to call the Message procedure(That lies within Cats) from the project Committees?
Comment