954,549 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Use C or c++ code in Visual basic net

How do I use c or c++ code in Visual basic net?



O

Pmaster
Newbie Poster
11 posts since Feb 2005
Reputation Points: 12
Solved Threads: 0
 

It depends, what's your situation? You can use stuff like PInvoke to call stuff from the Win32 API. Or you can add references to COM components and call their methods directly. It all depends on what you want to do.

Iron_Cross
Junior Poster
117 posts since Jul 2003
Reputation Points: 46
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You