Valhalla Legends Archive

Programming => General Programming => .NET Platform => Topic started by: Imperceptus on October 20, 2004, 10:19 PM

Title: VB calls from c#
Post by: Imperceptus on October 20, 2004, 10:19 PM
Is it possible to make calls to code in vb.net from code in c#?
Title: Re: VB calls from c#
Post by: Banana fanna fo fanna on October 20, 2004, 11:09 PM
yup
Title: Re: VB calls from c#
Post by: MyndFyre on October 21, 2004, 01:59 AM
Yeah, that is pretty much the entire point of .NET.
Title: Re: VB calls from c#
Post by: Imperceptus on October 21, 2004, 02:18 PM
If a namespace is used in c# then loaded, How could i use vb.net to reference those namespaces? 
Title: Re: VB calls from c#
Post by: Grok on October 21, 2004, 02:44 PM
The same as any other library.  You will not know which language it was written in, and will not care much.
Title: Re: VB calls from c#
Post by: Imperceptus on October 21, 2004, 05:27 PM
wow , yeah easier then I thought.  thanks.