H Herfried K. Wagner [MVP] Dec 21, 2005 #2 can i use API in vb.net? Click to expand... I assume you are referring to functions exported by native DLLs. Yes, you can consume such functions. How? Click to expand... Keywords: platform invoke (p/invoke), 'DllImport', 'Declare'.
can i use API in vb.net? Click to expand... I assume you are referring to functions exported by native DLLs. Yes, you can consume such functions. How? Click to expand... Keywords: platform invoke (p/invoke), 'DllImport', 'Declare'.
L Lucky Dec 22, 2005 #3 hi zon, it is possible through "PInvoke". search for the term in msdn. you'll find lots of examples and information.
hi zon, it is possible through "PInvoke". search for the term in msdn. you'll find lots of examples and information.
L Lucky Dec 22, 2005 #4 here are some links: http://msdn.microsoft.com/library/d...s/cscon/html/vctskcodeusingpinvokevisualc.asp http://msdn.microsoft.com/library/d...l/vbtchtroubleshootingnetinteroperability.asp i hope this will help
here are some links: http://msdn.microsoft.com/library/d...s/cscon/html/vctskcodeusingpinvokevisualc.asp http://msdn.microsoft.com/library/d...l/vbtchtroubleshootingnetinteroperability.asp i hope this will help
J Jay B. Harlow [MVP - Outlook] Dec 22, 2005 #5 Zack, In addition to the other comments. If you're referring to the Win32 API, I would recommend you also look here: http://www.pinvoke.net -- Hope this helps Jay [MVP - Outlook] ..NET Application Architect, Enthusiast, & Evangelist T.S. Bradley - http://www.tsbradley.net | can i use API in vb.net? How? | | Thanks, | | Zack |
Zack, In addition to the other comments. If you're referring to the Win32 API, I would recommend you also look here: http://www.pinvoke.net -- Hope this helps Jay [MVP - Outlook] ..NET Application Architect, Enthusiast, & Evangelist T.S. Bradley - http://www.tsbradley.net | can i use API in vb.net? How? | | Thanks, | | Zack |