PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Pocket pc
Pocket pc
Débuté par Mark, 17 sep. 2007 16:15 - 4 réponses
Posté le 17 septembre 2007 - 16:15
How can I find out in Windev whether there is a pocket Pc connected to my computer.


I'm using Microsoft activeSync
Posté le 17 septembre 2007 - 19:02
>How can I find out in Windev whether there is a pocket Pc connected to my computer.


I'm using Microsoft activeSync


Hallo,

There are two functions i use :

ceConnect()


// Connection status?


conres = ceConnectionStatus()

See also the manual

Works great

Regards Ab
Posté le 18 septembre 2007 - 08:56
This are functions that can be used in windev mobile,
but I would like to know if there are simular functions that can be called from a windev (not mobile) application.
Thanks very much
Posté le 18 septembre 2007 - 10:19
This are functions that can be used in windev mobile,

but I would like to know if there are simular functions that can be called from a windev (not mobile) application.

Thanks very much
Posté le 18 septembre 2007 - 11:21
>This are functions that can be used in windev mobile,

but I would like to know if there are simular functions that can be called from a windev (not mobile) application.


>Thanks very much

These functions are windev and not windev mobile functions

So when you make a windev application you can use these functions

Regards Ab