Re: WiFi Control in Windows Mobile 5.0 using VB.NET in Visual Studio 2

  • Thread starter Thread starter Paul G. Tobey [eMVP]
  • Start date Start date
P

Paul G. Tobey [eMVP]

You can P/Invoke to the API which their DLL exports. I don't think that
ossvcs.dll is a general Windows CE/Pocket PC DLL. That sounds like
something specific to them. What do they say to do?

Paul T.
 
There's code all over the place. In fact, if you have much managed code for
..NET CF, you've got sample code, as you've done it before. I don't think I
have more than one or two simple programs that don't use P/Invoke... Search
for p/invoke in the archives and you'll find hundreds of threads:

http://groups.google.com/group/micr...tframework?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8

Paul T.

Noble Bell said:
I believe those two dll's are specific to platform builder, according to
TDS.
Do you have some sample code on how I would go about using P/Invoke? I am
rusty in this area.

If it would help I could send you the sample code that TDS gave me if it
would help?

Thanks for your response.
nb

--
------------------------------------------
Noble D. Bell
AgForest Partners, Inc.
 
There's a good resource at pinvoke.net.

Steve

Noble Bell said:
I believe those two dll's are specific to platform builder, according to TDS.
Do you have some sample code on how I would go about using P/Invoke? I am
rusty in this area.

If it would help I could send you the sample code that TDS gave me if it
would help?

Thanks for your response.
nb

--
------------------------------------------
Noble D. Bell
AgForest Partners, Inc.
 
Back
Top