RAS & .NET CF

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Here is my scenario. I have a Bluetooth phone and a CE.Net 4.1 device with a bluetooth card. I am able to setup a Dialup connection to have my device connect to my bluetooth phone and am able to successfull connect to the phone and browse a website. I can do this manually but need to do this automatically through code

I am trying to use RasDial and using the DialupName as the szEntryName in the RASDIALPARAMS. Is this the right approach or is this completely wrong? Should I be using something else other than RasDial()

Any suggestions?
 
Another option would be the off the shelf CF component.
http://www.intelliprog.com/netcf/ras.html

Cheers
Chris

--
****Please Reply To The Newsgroup So All Can Benefit From Discussion****
-------------------------------------------
Kognition Consulting Limited - Thought Meets Technology
Chris J.T. Auld - Managing Director
Microsoft MVP (Windows Mobile Devices)
Phone: +64 3 453 0064
Mobile: +64 21 500 239
Email: (e-mail address removed)
Roger said:
Here is my scenario. I have a Bluetooth phone and a CE.Net 4.1 device
with a bluetooth card. I am able to setup a Dialup connection to have my
device connect to my bluetooth phone and am able to successfull connect to
the phone and browse a website. I can do this manually but need to do this
automatically through code.
I am trying to use RasDial and using the DialupName as the szEntryName
in the RASDIALPARAMS. Is this the right approach or is this completely
wrong? Should I be using something else other than RasDial()?
 
Sorry that's not an option for me and I do know about the Intelliprog product. Either way i got it work but now I get a login screen that asks for username, password and domain. Anyone know how to get rid of this dialog

thanks for your help.
 
Hello Roger,

it seems that you change manually your phonebookentry. After every change
authentification screen will shown. Try to create it manual with all your
settings, change device options and then create it automatically again.
Existing device options won't be changed.

Greetings
Andreas

Roger said:
Sorry that's not an option for me and I do know about the Intelliprog
product. Either way i got it work but now I get a login screen that asks
for username, password and domain. Anyone know how to get rid of this
dialog?
 
Back
Top