views:

919

answers:

1

I am trying to build a Walkie Talkie application for a Windows Mobile 6 phone in C# using the .NET Compact Framework.

I can't figure out how to set up an Ad-Hoc WiFi Connection programmaticaly. Does anyone know how to do that and what APIs to use?

+1  A: 

This other question may be helpful to you.

http://stackoverflow.com/questions/469113/configure-wifi-settings-using-c

smoak
I am aware of that question, but it didn't help me. Thank you.
Christian Toma
That question seems pretty helpful. What are you missing from it?
Michael Donohue