API Functions
-
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
first u have to import system.runtime.interopservices then u have to declare the function which u want to use as Public Function GetWindowLongA(ByVal hWnd As Long, _ ByVal nIndex As Long) As Long End Function for reference http://www.freevbcode.com/ShowCode.Asp?ID=2707
-
Just an example??? here it is... Import namespace InteropServices
Imports System.Runtime.InteropServices
declare function like...Declare Auto Function sndPlaySound Lib "WINMM.DLL" (ByVal FileName As String, ByVal Options As Int32) As Int32
Tirtha Miles to go before I sleep