| Author |
Message |
Forum: Support Topic: Control small car - HOTKEY Problem |
| Tlams |
|
Posted: March 7th, 2012, 1:27 pm
|
|
Replies: 2 Views: 133
|
Thx you ! !
I did not know GetKeyState.
I'll post a video of the result. |
|
 |
Forum: Support Topic: Control small car - HOTKEY Problem |
| Tlams |
|
Posted: March 6th, 2012, 2:17 pm
|
|
Replies: 2 Views: 133
|
| Hi! I work with a Velleman K8055 card. I have connected the Velleman card to a remote control. (Remote-controlled car) Now I want to drive the car with the keyboard! But i have un problem: Exemple test 1 a:: ;When "a" is down => first msgbox // when "a" is up => second msgbox msg... |
|
 |
Forum: Support Topic: FTP ~ crypt logs |
| Tlams |
|
Posted: January 20th, 2012, 3:03 pm
|
|
Replies: 1 Views: 50
|
| Hi ! I have a problem: I want distribute my program to my friends but it use ftp_upload. I want securise my password and id against decompile. Exemple: host=my_hote@hote.fr id=my_id ;<= Crypt pw=my_password ;<= Crypt hConnect:=FTP_Open(host, 21, id, pw) screenshot_upload = %A_ScriptDir%\Prin... |
|
 |
Forum: Support Topic: Upload -- folder |
| Tlams |
|
Posted: September 3rd, 2011, 11:08 pm
|
|
Replies: 2 Views: 82
|
Thx!
Solution:
Code: FTP_PutFile(hConnect, A_LoopFileFullPath, "screenshots/" . A_LoopFileName) |
|
 |
Forum: Support Topic: Upload -- folder |
| Tlams |
|
Posted: September 3rd, 2011, 9:59 pm
|
|
Replies: 2 Views: 82
|
| Hi ! I'have this code: SetWorkingDir %A_ScriptDir% lclfldr=capturewebcam hConnect:=FTP_Open(host, 21, id, pw) SetWorkingDir %lclfldr% loop, %a_workingdir%\*.* FTP_PutFile(hConnect,A_LoopFileFullPath, A_LoopFileName) FTP_CloseSocket(hConnect) FTP_Close() But i want upl... |
|
 |
Forum: Support Topic: Read Web page |
| Tlams |
|
Posted: January 7th, 2011, 1:47 pm
|
|
Replies: 6 Views: 547
|
| Perfect! but I have a new problem. I used the UnHTM to remove the HTML tags but I can not use UnHTM + getHTML. I tried: IniWrite, % GetHTML("http://www.metin2.fr/main/highscore/", 366), user_temp.ini, section_1, POSI_temp IniRead, POSI, user_temp.ini, section_1, POSI_temp IniWrite,... |
|
 |
Forum: Support Topic: Read Web page |
| Tlams |
|
Posted: January 7th, 2011, 12:23 am
|
|
Replies: 6 Views: 547
|
Yes i use "URLDownloadToFile".
After downloading the page, the script reads lines with "FileReadLine".
For example, I would:
FileReadLine, POSI, http://www.MyWebSite.fr/index.php, 100 |
|
 |
Forum: Support Topic: Read Web page |
| Tlams |
|
Posted: January 6th, 2011, 11:36 pm
|
|
Replies: 6 Views: 547
|
Hi,
Currently the script downloads, read the web page.
But there are 7200 web pages and the downloading are long.
I want to read the page without downloading.
Possible?
Thx ! |
|
 |
Forum: Support Topic: Detect Key |
| Tlams |
|
Posted: November 1st, 2010, 7:50 pm
|
|
Replies: 2 Views: 112
|
Quote: Also, probably related: Hotkey GuiControl
Perfect !
Thx you. |
|
 |
Forum: Support Topic: Detect Key |
| Tlams |
|
Posted: November 1st, 2010, 6:07 pm
|
|
Replies: 2 Views: 112
|
| Hello, I want to do: When the user puts the cursor on "Edit box" and he presses a key, this key is detected and it is written in "edit box". Currently I have: http://img233.imageshack.us/img233/9528/keym.jpg This is not correct because if the user enters an invalid key, the progr... |
|
 |
Forum: Support Topic: Delta and √ |
| Tlams |
|
Posted: October 14th, 2010, 8:42 am
|
|
Replies: 5 Views: 192
|
Hum...
I'have a new small question:
How write "√" on a Gui text ? |
|
 |
Forum: Support Topic: Delta and √ |
| Tlams |
|
Posted: October 13th, 2010, 5:54 pm
|
|
Replies: 5 Views: 192
|
Thx you ! |
|
 |
Forum: Support Topic: Delta and √ |
| Tlams |
|
Posted: October 13th, 2010, 5:46 pm
|
|
Replies: 5 Views: 192
|
| Hi, I want to calculate the function: (-b-√(delta))/(2*a) and (-b+√(delta))/(2*a) X1 := (-B -sqrt(%Delta%)) / (2 * A) X2 := (-B +sqrt(%Delta%)) / (2 * A) Why it don't work correctly ? Thx ! ---------------------- All the script: #NoTrayIcon... |
|
 |
Forum: Support Topic: Text and images |
| Tlams |
|
Posted: October 4th, 2010, 7:21 pm
|
|
Replies: 4 Views: 1010
|
Merci !
Il fonctionne parfaitement pour ce que j'ai à faire.
Mon projet peut continuer!
 |
|
 |
Forum: Support Topic: Text and images |
| Tlams |
|
Posted: October 3rd, 2010, 9:55 am
|
|
Replies: 4 Views: 1010
|
Hi,
I have a new problem.
I want to generate an image with variable text.(For a forum)
Exemple:
My text is saved in a Ini file.
How?
Is that possible ? |
|
 |
| Sort by: |