Search found 33 matches

by ScottMeyer
16 Jun 2019, 15:58
Forum: Ask for Help (v1)
Topic: WinHttp method POST
Replies: 5
Views: 1245

Re: WinHttp method POST

I turn around the problem. create a new window, works but authentication problem. whr: = ComObjCreate ("WinHttp.WinHttpRequest.5.1") But the simple command "run" allows to launch the link in an existing IE window and it works! nice. Run, C:\Program Files\Internet Explorer\iexplore.exe www.01net.com,...
by ScottMeyer
16 Jun 2019, 09:11
Forum: Ask for Help (v1)
Topic: WinHttp method POST
Replies: 5
Views: 1245

Re: WinHttp method POST

hello, you're right that's what I tried to do ...
do not use --> whr: = ComObjCreate (" WinHttp.WinHttpRequest.5.1 ")
I tried without success --> whr: = ComObjActive (" InternetExplorer.Application ") ( uses IE which is open , i think )
I do not have the right synthax, can you help me?
by ScottMeyer
13 Jun 2019, 09:00
Forum: Ask for Help (v1)
Topic: WinHttp method POST
Replies: 5
Views: 1245

Re: WinHttp method POST

Hi :) Great ! Thank you for your answer it's OK for my i have a good argument with my URL. Now i have another problem, UrlDownloadToFile don't work example url UrlDownloadToFile, %URL_Link%, c:\temp\url.html Because under IE windows already open I am authenticated and UrlDownloadToFile opens a new I...
by ScottMeyer
09 Jun 2019, 10:55
Forum: Ask for Help (v1)
Topic: WinHttp method POST
Replies: 5
Views: 1245

WinHttp method POST

Hello, i want launch internet explorer with for exemple : " https://www.01net.com/telecharger/ " and add in form search " searchstring " the value " %string_Name% " and launch this search with " Enter " ? and finish, get response page to one file. For example : https://www.google.com/search?q=test o...
by ScottMeyer
06 Dec 2017, 09:04
Forum: Scripts and Functions (v1)
Topic: Combined CreateTreeView and TreeViewColor
Replies: 0
Views: 10667

Combined CreateTreeView and TreeViewColor

Hi, I combined 2 functions CreateTreeView by Learning one https://autohotkey.com/board/topic/92863-function-createtreeview/ Treeview Custom Item Colors by maestrith https://autohotkey.com/boards/viewtopic.php?f=6&t=2632&hilit=TreeView+color ; Combined 2 functions by Scott Meyer https://autohotkey.co...
by ScottMeyer
23 Nov 2017, 04:42
Forum: Scripts and Functions (v1)
Topic: Gui Scrollable Windows - Add New Controls \ Save \ Load! (Practical Script Examples Compilation Videos!)
Replies: 6
Views: 3963

Re: Gui Scrollable Windows - Add New Controls \ Save \ Load! (Practical Script Examples Compilation Videos!)

Hey, thanks for the videos. Youtube unfortunately to stop their diffusion. Where can I find the scripts? Thank you in advance
by ScottMeyer
04 Nov 2017, 04:44
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244598

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Hello, I would just like to read Active directory and take the name and first name of the person from his ID and vice versa. Please can you share the code AHK you used? Thank you for your answer. See you soon Main GUI - Search (phonenumber and other infos removed ;) ) Reads it's info from the active...
by ScottMeyer
30 Oct 2017, 12:27
Forum: Scripts and Functions (v1)
Topic: [Script] Simply Backup Script
Replies: 0
Views: 1352

[Script] Simply Backup Script

Hi, simply save your scripts during construction. all the "x" times with verification of the file modification 1) Add Simply_Backup_Script.ahk in your folder working 2) setup in the file: - specify the script files to back up - indicate the period 3) Launch Ps: possibility backup manual press [SHIFT...
by ScottMeyer
29 Oct 2017, 06:41
Forum: Ask for Help (v1)
Topic: Autohotkey: v1? , v1_H ?, v2?
Replies: 1
Views: 552

Autohotkey: v1? , v1_H ?, v2?

Hello, I am doing a program that needs to display 1000 objects in a resizable window. I use Autohotkey 1.1.26 (basic), I tested my script on "Autohotkey v1H" and I see lag and display bug. I wonder, for reasons of performance: What do you recommend ? use Autohotkey: v1? , v1_H ?, v2? If you have ask...
by ScottMeyer
28 Oct 2017, 15:47
Forum: Ask for Help (v1)
Topic: MenuBar with Class_ScrollGUI Topic is solved
Replies: 3
Views: 1561

Re: MenuBar with Class_ScrollGUI Topic is solved

Hi, sorry I have the same problem. MenuBar (MainMenu> Open) which does not display My code : #NoEnv #Include Class_ScrollGUI.ahk SetBatchLines, -1 Gui, 1:+hwndHScrollGUI Gui, 1:Margin, 20, 20 Gui, 1:Color , EEAA99 Gui, 1:Add, Button , w150 , First Gui, 1:Add, Button , w150 ys , Second Gui, 1:Add, Bu...
by ScottMeyer
28 Oct 2017, 14:19
Forum: Hors Sujet
Topic: Nouvelle version de Autohotkey
Replies: 1
Views: 7471

Nouvelle version de Autohotkey

Bonjour, Je dois faire un programme sérieux et j'investi beaucoup de temps. Je découvre des fonctions très avancées et pratique de AutoHotkey_H v1.1 , telle que Gui,+Scroll Je suis tombé dessus par hasard, cette version 1.1H m’intéresse beaucoup mais - Est-elle stable suffisamment ? (je ne fais pas ...
by ScottMeyer
28 Oct 2017, 10:11
Forum: Ask for Help (v1)
Topic: Gui & scroll bars
Replies: 7
Views: 2428

Re: Gui & scroll bars

Hi,

Sorry don't work

i tested with this :

Code: Select all

#Include Class_ScrollGUI.ahk
Gui,+Scroll
Gui,+VScroll
Message Error :
Spoiler
The problem could be solved just as easily? I like the idea :P
by ScottMeyer
28 Oct 2017, 08:11
Forum: Ask for Help (v1)
Topic: Gui & scroll bars
Replies: 7
Views: 2428

Re: Gui & scroll bars

Hi,
Please , Can you give a simple example?
Thank you very much :)
by ScottMeyer
28 Oct 2017, 04:17
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 244598

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Hello, I would just like to read Active directory and take the name and first name of the person from his ID and vice versa. Please can you share the code AHK you used? Thank you for your answer. See you soon Main GUI - Search (phonenumber and other infos removed ;) ) Reads it's info from the active...
by ScottMeyer
26 Oct 2017, 15:33
Forum: J'ai besoin d'aide
Topic: Schéma technique avec GDIP ?
Replies: 24
Views: 8620

Re: Schéma technique avec GDIP ?

Merci Joedf, Effectivement avec la documentation sur GitHub que j'avais zappé c'est beaucoup mieux. (je ne connaissais pas le concepts MarkDown, on en apprends tous les jours ;) ) SpeedMaster, toujours aussi efficace dans tes réponses :D le vrai lucky Luke du forum qui fait mouche :clap: Merci à toi...
by ScottMeyer
26 Oct 2017, 07:22
Forum: J'ai besoin d'aide
Topic: Schéma technique avec GDIP ?
Replies: 24
Views: 8620

Re: Schéma technique avec GDIP ?

Salut SpeedMaster, Superbe :bravo: Merci pour l'exemple 1) J'ai pas trouvé comment on peut creer le " Canvas Surface " à partir de la position X, Y du Gui . On n'a actuellement que la hauteur et largeur. Quand je rajoute un " MenuBar" ça décale le Canvas donc c'est OK mais si je veux rajouter un tit...
by ScottMeyer
25 Oct 2017, 07:17
Forum: J'ai besoin d'aide
Topic: Schéma technique avec GDIP ?
Replies: 24
Views: 8620

Re: Schéma technique avec GDIP ?

Excellent ! Merci de l'info Speed Master :D

Gros avantage le dessin est un élément du Gui et positionnable dans ce dernier.
Il est moins beau que GDIP mais j'ai pas regardé pour l'instant on peut certainement augmenter la résolution (cleartype, dpi,...) en tout cas cela m'intéresse beaucoup.

Merci
by ScottMeyer
25 Oct 2017, 04:56
Forum: J'ai besoin d'aide
Topic: WinGetPos problème avec la taille de l'extérieur de la fenêtre Topic is solved
Replies: 3
Views: 3413

Re: WinGetPos problème avec la taille de l'extérieur de la fenêtre Topic is solved

Hi jeeswg !

Perfect you are a genie! It works wonderfully
For my part I add just before "WinActivate, %Name_Windows%" not to find a false information.

Thank you very much :clap:
by ScottMeyer
24 Oct 2017, 16:58
Forum: J'ai besoin d'aide
Topic: WinGetPos problème avec la taille de l'extérieur de la fenêtre Topic is solved
Replies: 3
Views: 3413

WinGetPos problème avec la taille de l'extérieur de la fenêtre Topic is solved

Salut, Je suis embête avec WinGetPos Ma fenêtre est bien de la taille " A " (voir screenshot) mais WinGetPos me retourne " B " que je mets dans +MinSize du coup c'est faux et dés qu'on redimensionne la fenêtre la taille minimal est plus grande ... http://atelierludique.free.fr/000/UPLOAD/Active_Wind...
by ScottMeyer
22 Oct 2017, 17:17
Forum: J'ai besoin d'aide
Topic: Schéma technique avec GDIP ?
Replies: 24
Views: 8620

Re: Schéma technique avec GDIP ?

Salut, J'avoue c'est compliqué GDIP, certainement que j'y arriverai avec du temps et beaucoup de tests (je n'abandonne pas cet idée) Cependant dans l'immédiat j'opte plutôt pour une solution que je maîtrise mieux, plus simple pour que mon projet aboutisse après on verra pour le rendre beau. Voilà ce...

Go to advanced search