Id moniteur multi screen
Résolu/Fermé
Mrico
Messages postés
139
Date d'inscription
lundi 20 mars 2006
Statut
Membre
Dernière intervention
21 septembre 2020
-
21 août 2014 à 11:02
Mrico Messages postés 139 Date d'inscription lundi 20 mars 2006 Statut Membre Dernière intervention 21 septembre 2020 - 22 août 2014 à 10:54
Mrico Messages postés 139 Date d'inscription lundi 20 mars 2006 Statut Membre Dernière intervention 21 septembre 2020 - 22 août 2014 à 10:54
A voir également:
- Id moniteur multi screen
- Blue screen windows 10 - Guide
- Apowersoft screen recorder - Télécharger - Capture d'écran
- Utiliser écran pc portable comme moniteur hdmi - Guide
- Email id - Forum Consommation & Internet
- Document id lycamobile - Forum Logiciels
1 réponse
Mrico
Messages postés
139
Date d'inscription
lundi 20 mars 2006
Statut
Membre
Dernière intervention
21 septembre 2020
3
22 août 2014 à 10:54
22 août 2014 à 10:54
J'ai reussi à jour avec la configuration des moniteurs:
Set Sh = WScript.CreateObject("WScript.Shell")
With multi
.Offline =True
.Left = (intHorizontal)
.Top = (intVertical)+1080
.Navigate "URL"
.ToolBar = 1
.StatusBar = 1
.Width = 1920
.Height = 1080
.Visible = 1
.Resizable = 0
.FullScreen = false
Set Sh = WScript.CreateObject("WScript.Shell")
With multi
.Offline =True
.Left = (intHorizontal)
.Top = (intVertical)+1080
.Navigate "URL"
.ToolBar = 1
.StatusBar = 1
.Width = 1920
.Height = 1080
.Visible = 1
.Resizable = 0
.FullScreen = false