
Vinh
Active Members-
Posts
27 -
Joined
-
Last visited
Everything posted by Vinh
-
hi, how to transparent this on gui ^^
-
this's my video http://www.mediafire.com/download/fnc82oo5nc00gpq/team.rar Plz check for me ^^
-
^^ What should I do now? Tks ^^
-
Hi, I have 1 video avi format and want it show on GUI But I am having trouble with _GUICtrlAVI_Create function, it does not work, the video does not show on GUI, I see many ways in the forum but no answers for me. Please help me #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #include <GuiAVI.au3> $Form1 = GUICreate("Form1", 615, 438, 192, 124) $hAVI = _GUICtrlAVI_Create($Form1, 'E:\Clip\team.avi', -1, 0,0, 301, 177) GUISetState(@SW_SHOW) _GUICtrlAVI_Play($hAVI) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd This's video file: Note: download and rename file's name: team.rar then extract tks ^^
-
_GUIResourcePic.au3 (UDF) - Supports GIF animation using GDI+
Vinh replied to JScript's topic in AutoIt Example Scripts
Can I use GuiCtrlDelete to delete control create with this udf?- 67 replies
-
- gif
- gif animated
- (and 4 more)
-
How to disconnect process connecting internet?
Vinh replied to Vinh's topic in AutoIt General Help and Support
Can Autoit make? -
How to create website in editbox? Look like this
-
I can share source for someone, u can contact me at ngocvinhmdc@yahoo.com This software need internet to update, because everyday we will update software
-
Bạn add nick mình để dễ trò chuyện nha: ngocvinhmdc
-
This software was created by AutoIt The software has two languages: English and Vietnamese This software was created by the Vietnamese If you need the source code of the software, please contact email: ADMIN2@vzsoft.tk See software here http://translate.google.com.vn/translate?js=n&prev=_t&hl=vi&ie=UTF-8&layout=2&eotf=1&sl=vi&tl=en&u=http%3A%2F%2Fwww.download.com.vn%2Fphan%2Bmem%2Bviet%2Bnam%2Fsystem%2F32156_windows-utilities.aspx&act=url Download here http://www.mediafire.com/?mc1gr9syh4qnl1j
-
Not GAME AUTOMATION, Sometime, my keyboard isn't press some keyboard buttons. Ex: button "b" I am sure that my test code that AutoIt has changed the registry, my friend also been similar ModuleScan.au3
-
Wild game the other day, new programming, testing the code, the code that works to fix registry errors by providing pro on the AutoIt forum. I also have to test his friend and as a result of days children lost the keyboard generally a fault: a few keys at the time did not, at this press the other key. Must restart the machine a pain Who knew my only problem on how to fix please, let me back thanks
-
Please help me ^^ How to get height and width of control (lable)?
-
Thanks, I'll try it
-
Please help me, how to auto built au3 -> exe I want to create file locker ^^
-
Are you check MD5's file?
-
I want to know process status (ex: it suspended or working) I tried to find anywhere but i didn't find my answers. Please help me. Thanks
-
Oh, sr, it working Thank you very much
-
Sr, my english's very bad I have 2 process: + Test.exe path in C:\Test.exe + Test.exe path in D:\Test.exe Their name is both Test.exe I want to close process "Test.exe" (path in C:\Test.exe) but if I use ProcessClose("Test.exe"), It will close process "Test.exe" (path in D:\Test.exe) and i don't want it close that process . Please help me to close that process I want to close. Thanks all!
-
Smtp Mailer That Supports Html And Attachments.
Vinh replied to Jos's topic in AutoIt Example Scripts
Hi, I don't know "SmtpServer" and it REQUIRED $SmtpServer = "MailServer" ; address for the smtp-server to use - REQUIRED Please help me