lancer un .exe à partir de IE sous windows CE

lancer un .exe à partir de IE sous windows CE - Divers - Programmation

Marsh Posté le 04-05-2009 à 20:33:16    

Bonjour voici ma configuration :
j'ai un pda motorola symbol modèle MC3090 qui tourne sous windows CE.
J'ai comme navigateur internet explorer et symbol pocket browser.
 
J'aimerais appeler un active X pour lancer un .exe comme je le fais sur des ordinateurs classiques et où ça marche.
 
Hello there.
I use activeX Control to launch a local .exe application from a browser (internet explorer for windows CE) on a PDA but does not work.
I end up with an error :
 
Automation server can't create object.
So I added the url of the application to the trusted sites but does not change.

Code :
  1. function runipconfig() {
  2. var oSH = new ActiveXObject("WScript.Shell" );
  3. oSH.Run("ipconfig.exe" );
  4. }
  5. function runvb() {
  6. var oSH = new ActiveXObject("SymbolBrowser.MicroFlash" );
  7. oSH.Run("\Application\SCANWEDGE.exe" );
  8. }


 
Dans options internet , j'ai tout activé les active X et j'ai même ajouté mon application (URL du site) aux sites de confiance.
Le probleme est que rien se lance et un message d'erreur s'affiche :

Code :
  1. automation server can't create object


 
Comment faire?

Reply

Marsh Posté le 04-05-2009 à 20:33:16   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed