G
Guest
Hi
Im writing my app in VB.NET and .NET CF. A client handheld with WinCE.NET also ships a DLL that allows me to get the WLAN signal strength from my Managed application. As its a tentative version they havent provided the documentation for the DLL.
How can I find out what procedures (with parameters) are located in the DLL? Im trying to create a prototype app for approval by management
Ive been told that in eVC++ 4.0 I can call "DWORD GetSignalQuality() - parameters none".
So in my managed code application do I call
<DllImport("clientDLL.dll")>
Public Shared Sub GetSignalQuality As Intege
End Su
All help is appreciated.
Im writing my app in VB.NET and .NET CF. A client handheld with WinCE.NET also ships a DLL that allows me to get the WLAN signal strength from my Managed application. As its a tentative version they havent provided the documentation for the DLL.
How can I find out what procedures (with parameters) are located in the DLL? Im trying to create a prototype app for approval by management
Ive been told that in eVC++ 4.0 I can call "DWORD GetSignalQuality() - parameters none".
So in my managed code application do I call
<DllImport("clientDLL.dll")>
Public Shared Sub GetSignalQuality As Intege
End Su
All help is appreciated.