J
Jon Vaughan
I have had a good look around and I havent found what im looking for , but I would have thought that it would be quite a common thing to do, but maybe im wrong.
All I want to do is progmatically switch on and off the wlan / bluetooth on my dell axim x30. I found the following code :
<DllImport("ipaqutil")> _
Public Shared Function iPAQSetWLANRadio(ByRef dwValue As Integer) As Boolean
End Function
But been as I dont have an IPAQ or the DLL I cant see this code going down to well.
Has anyone else ever had a similar issue as this ?
Thanks
J
All I want to do is progmatically switch on and off the wlan / bluetooth on my dell axim x30. I found the following code :
<DllImport("ipaqutil")> _
Public Shared Function iPAQSetWLANRadio(ByRef dwValue As Integer) As Boolean
End Function
But been as I dont have an IPAQ or the DLL I cant see this code going down to well.
Has anyone else ever had a similar issue as this ?
Thanks
J