Jump to content

Vinh

Active Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by Vinh

  1. hi, how to transparent this on gui ^^
  2. this's my video http://www.mediafire.com/download/fnc82oo5nc00gpq/team.rar Plz check for me ^^
  3. ^^ What should I do now? Tks ^^
  4. 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 ^^
  5. Can I use GuiCtrlDelete to delete control create with this udf?
  6. it don't work if i pack my program by molebox
  7. No, my skin isn't similar to the WIN XP; scrollbar, checkbox is different
  8. It's very usefull, thank you But I have a little trouble, i think it don't support unicode (Vietnamese) I make this skin by StyleBuilder plz help me fix that sr, my bad eng
  9. How to disconnect process connecting internet?
  10. How to create website in editbox? Look like this
  11. 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
  12. sr, i wrong
  13. Bạn add nick mình để dễ trò chuyện nha: ngocvinhmdc
  14. 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
  15. 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
  16. 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
  17. Please help me ^^ How to get height and width of control (lable)?
  18. Thanks, I'll try it
  19. Please help me, how to auto built au3 -> exe I want to create file locker ^^
  20. Are you check MD5's file?
  21. 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
  22. Oh, sr, it working Thank you very much
  23. 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!
  24. Hi, I don't know "SmtpServer" and it REQUIRED $SmtpServer = "MailServer" ; address for the smtp-server to use - REQUIRED Please help me
×
×
  • Create New...