Jump to content

corey822

Active Members
  • Posts

    113
  • Joined

  • Last visited

corey822's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. sorry m8 just a force of habbiting in typing "lol". I figured this out a couple of hour's ago Case $button1 Run("cmd.exe")
  2. how do i use your code?
  3. thnx so in my code i would jsut use a converter to change the password to a md5 hash or something ?
  4. heya, How does one make a configuration file? What parameter's must it include? How do u make u program search for those paramenter's? cheers C.W
  5. im sorry m8 but your script didnt quite help.. i was trying to figure out a way to change the certain variable i.e the password with the click of a button a text input box come's (or 2 to check pass) then click ok and the password is changed?
  6. ok thnx for clearing that up guy's Basically that is a quick introduction to function's lmao but would my orignal way work? with variable's? say i wanted to change the password from inside the program with one of those button's is there a way to do that with another function?
  7. Would u be kind enough to explain ur code to me please = better understanding of wat has been done
  8. Hey all, Im just wondering with my code-- CODE#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Shortcut opener", 265, 447, 192, 124) $Button1 = GUICtrlCreateButton("Hotmail", 8, 64, 89, 25, 0) $Button2 = GUICtrlCreateButton("Music", 8, 104, 89, 25, 0) $Button3 = GUICtrlCreateButton("Autoit site", 8, 144, 89, 25, 0) $Button4 = GUICtrlCreateButton("Bebo logout", 8, 184, 89, 25, 0) $Button5 = GUICtrlCreateButton("CMD", 8, 224, 89, 25, 0) $Button6 = GUICtrlCreateButton("Button6", 8, 264, 89, 25, 0) $Button7 = GUICtrlCreateButton("Button7", 8, 304, 89, 25, 0) $Button8 = GUICtrlCreateButton("Button8", 8, 344, 89, 25, 0) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 ShellExecute("http://www.hotmail.com") Case $Button2 Run("C:\Documents and Settings\Owner\Desktop\corey's\virtualdj.exe") WinWaitActive("VirtualDJ") ShellExecute("C:\Documents and Settings\Owner\My Documents\My Music\corey's") Case $Button3 ShellExecute("http://www.autoitscript.com/forum") Case $Button4 ShellExecute("http://www.bebo.com/c/account/sign_out") WinWaitActive("Signed Out - Windows Internet Explorer") WinClose("Signed Out - Windows Internet Explorer") Case $Button5 run("cmd.exe") EndSwitch WEnd is there a way to open a seperate box that ask's for a password input - and if password = true it allow's the program to be used and if password = false program closes? i was thinking $Pass = "watever pass is" $input = "watever user inputs" If $Pass = $input Then run("w/e is here") else exit is that the way to go? But i dont want the password dialog box to be a seperate program becuase thats the flaw the other person can just come out of no where and open the other program bypassing the password and i wanted the password coded into the program Cheers C.W
  9. Yep jsut finished ur tutorial and passed all the quizzes Yet it didnt asnwer my question lol would u like to feel me..... in lol cheers C.W
  10. haha how did i know that question would come up :S lol ummm Well i started coding in autoit ummm abit back then gave up on all coding after finding myself never getting any further lol now im back for another shot and i need to re-learn wat i learnt.... haha and i jsut dld'ed ur autoit 1.2.3 just before coming back to read this post lol this thing better help or else i kid i kid anyway's im back to the noob status owell.... cheers C.W
  11. What are some functions that auto it GUI can do? And also how to apply these to button's? mainly how to execute a program from a button Please fill me wiht you knowledge lol cheers C.W
  12. Works like a beaut abosoloutly great!!! works perfect for me no error's cheers C.W
  13. i think he is asking for help lol did u even read his post? cheers C.W
  14. real time chatting? never heard of it in notepad before where and when are u gonna release this script? is it over net work or internet? cheers C.W
×
×
  • Create New...