PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Base de Registre SYMBOL MC100
Base de Registre SYMBOL MC100
Iniciado por DIDIER L.N., 22,may. 2008 18:57 - 2 respuestas
Publicado el 22,mayo 2008 - 18:57
Bonjour,
Lors du WarmBoot de la MC100, je dois réinstaller le prog. développé avec WindevMobile. J'y arrive correctement, l'icone du prog. est également créée sur le bureau mais je n'arrive pas à enlever la mise hors tension du MC1000. Il se coupe au bout de 3 minutes d'inutilisation et le prog.se plante. Pouvez-vous me dire quelle clé de registre peut-on modifier sur le MC1000 et comment le faire avec WindevMobile? Merci d'avance.
Publicado el 03,junio 2008 - 16:51
Bonjour,
j'ai eu le même problème sur un MC50. Voila mon code, mais je ne sais pas si cela va fonctionner sur un MC1000:

RegistreEcrit("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power","BattPowerOff",180)
RegistreEcrit("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power","ExtPowerOff",0)
RegistreEcrit("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power","WakeupPowerOff",180)
RegistreEcrit("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power","DisableGwesPowerOff",0)
RegistreEcrit("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts","BattSuspendTimeout",0)
Publicado el 09,junio 2008 - 17:27
DB a écrit dans le message de news <48453adc$1@news.pcsoft.fr> :
Bonjour,
j'ai eu le même problème sur un MC50. Voila mon code, mais je ne sais pas si cela va fonctionner sur un MC1000:

RegistreEcrit("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power","BattPowerOff",180)
RegistreEcrit("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power","ExtPowerOff",0)
RegistreEcrit("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power","WakeupPowerOff",180)
RegistreEcrit("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power","DisableGwesPowerOff",0)
RegistreEcrit("HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Power\Timeouts","BattSuspendTimeout",0)


Merci beaucoup DB !
Cela m'a permis permet de résoudre le problème.