Jump to content

Runman

Members
  • Posts

    17
  • Joined

  • Last visited

Runman's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Greetings, What i want to do is the following I created a simple GUI, just 1 box with some buttons. What i want to make is...how do i explain...i want to make a arrow on the right side my program, and when you click on it, it will expend the GUI, same thing i want on the left side of my program another arrow that when you click on it expend the GUI on the left side. So if you click on the arrow - the origanal interface will stay and there will be a "wing"to the left. hope i explained it wondering if this is possible and that somebody can say with type of command i need to use. Thank is advance Dennis
  2. ow btw (: maybe somebody can help me out quick ^^ If $nMsg = $Homepage then RegWrite ("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\" , "Start Page" ,"REG_SZ", "http://www.mranderson.nl/") endif Button wont change the Homepage :C can somebody help? (:
  3. so it does the same only preciser ? ^^ i see i see
  4. thats amazing ! ^^ Spudw2k how can I ever repay you?! If you have any questions with webdesign HTML/CSS you come to me ^^ Thank you all !
  5. aw i see its binary? 0 - off 1 - on
  6. Thank you brothers Spudw2k i used your code if you dont mind ^^ 1 question regarding the code itself ! What does Global $exit = 0/1 mean? * learning * ^^
  7. jezus guys you guys are fast ! i cant even keep up with the reply's !!!
  8. wow...how can i fuck up a code that small so fast ^^ I will recorrect these things, i will do my best thanx for the fast reply's ! will post my results
  9. Good day all, You can say i am a bit noobish in AutoIt3 but i am learning it ! I came across a problem and it seems like google isnt my best friend anymore. Here's the problem while 1 $nMsg = GUIGetMsg() If $nMsg = $okbutton then Do while 2 Sleep(3000) Send("{F5}") WEnd Until ("{Del}") then Do Exitloop endif Wend i just cant stop this loop... Del aint doing the trick even if i erase the then Do Exitloop Part. I hope you guys can sort this out for me. I would be gratefull (L) regards, Dennis
  10. uhm ;D well Lazycat thanx for the Dll But have 1 question if i may ^^ or to all Now, if i press Printscreen the pics will go to the directory where is Script is. how can i make it so the pics will go to a default folder... so if i make a folder on the desktop, and i press printscreen with your dll is it possible to get the pic in that folder without the dll or the script placed in that folder? man that would be awesome ^^ DllCall("captdll.dll", "int:cdecl", "CaptureScreen", "str", @MON & @MDAY & @YEAR & @HOUR & @MIN & @SEC & ".jpg", "int", 85)
  11. DllCall("captdll.dll", "int:cdecl", "CaptureScreen", "str", @MON & @MDAY & @YEAR & @HOUR & @MIN & @SEC & ".jpg", "int", 85) Fixed it myself I thank you all, you all are very kind for helping me and taking your time for me, the first Forum with so fast responce time and so friendly, one day i will become the guy who helps people out ^^
  12. BrewManNH Thank you very much it was indeed the DLL file ! now i inserted: DllCall("captdll.dll", "int:cdecl", "CaptureScreen", "str", "DumpFile.jpg", "int", 85) all works fine, screenshots are been made, one little small problem remains, Everytime i press printscreen the pic names itself DumpFile.jpg, so it overwrite itself ! How can i make a default name that changes everytime? if i fix that it will work !!! Thank you in advance
  13. Goal: 1. Button Make Folder * makes folder on your Desktop * 2. Button Run auto Print ( must activate that if you press Printscreenbutton it will send the pic auto to the folder on the desktop * 3. I want it that you can press it as many times as you want.
  14. Yes u are right ! I want to use Button 2 to activate that script. This is my goal: First Click on the button: Run Auto Print. Now press Printscreen whenever you want and the Dll file will make a printscreen en send the pic to the map Runman I wanted to make with the first button. but after i make 1 screenshot en the pic is sended to the folder, windows closes it :C and thanks for the fast reply If something isnt clear please say so ^^
  15. Hey thanks ;D it works ^^ thats a fast replay my friend, thank you ^^ which Help File? but yea now only that HotKeySet problem and my little program is finished ^^
×
×
  • Create New...