Jump to content

2words4uready

Active Members
  • Posts

    343
  • Joined

  • Last visited

About 2words4uready

  • Birthday 11/07/1995

Profile Information

  • Location
    Kentucky

2words4uready's Achievements

Universalist

Universalist (7/7)

0

Reputation

  1. #include <IE.au3> $oIE = _IECreate ("www.autoitscript.com/forum") $oForm = _IEFormGetObjByName ($oIE, "") $oQuery = _IEFormElementGetObjByName ($oForm, "UserName") _IEFormElementSetValue ($oQuery, "bottest") _IELoadWait($oIE) Why doesn't this work. Have i missed something?
  2. I speak English and I don't even know what he is talking about. Please explain more
  3. I managed to beat it easily using the search tool that comes with xp.
  4. Happend to me. I did the compile option in scite then it started working on reboot
  5. #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 141, 53, 193, 125) $Button1 = GUICtrlCreateButton("Button1", 16, 8, 113, 25, 0) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 run("notepad.exe") EndSwitch WEnd
  6. The statement would never become true because i will always = 0
  7. You could just unplug the tower cord and take it with you i know my computers cord comes off.
  8. have you looked at the help file?
  9. In place of all the if staements you cound have used switch and case.
  10. Thanks for the source and the Koda designer is definitely worth using.
  11. I want my program to launch this file.
  12. Looks really nice! Could you post the source because we have a lot of l33t scriptwriters on this forum and we might just be able to make it faster and more efficent.
×
×
  • Create New...