Jump to content

jonathanhafkamp

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by jonathanhafkamp

  1. Hello, Is it possible to, if there is an update available, replace the running executable (AutoIt) with the new updated file? Thanks
  2. Hello. I want to make a Hour Calculator. But I don't know how to make. I'm not verry good in mathematics. Can somebody help me? Thanks a lot
  3. I already tried, but it closes all the windows
  4. I know about this programs, and I use them, but I want to create a popupblocker by myself. So that I can learn more about AutoIt.
  5. Hello, Does somebody know a code for autoit to block popups in Internet Explorer?
  6. Hello, Does somebody know a good autoit script code for a popup blocker for Internet Explorer?
  7. I want to use a button
  8. Hey, How can you stop an function while running that function? Like this: #include <GuiConstants.au3> GuiCreate("Example") $button = GuiCtrlCreateButton("Click Me", 10, 10, 200, 200) GuiSetState(@SW_SHOW) While 1 $msg = GuiGetMsg() If $msg = $GUI_EVENT_CLOSE Then Exit If $msg = $button Then oops_Function_That_Forgets_To_Check_GuiGetMsg() WEnd Func oops_Function_That_Forgets_To_Check_GuiGetMsg() While 1 sleep(100) WEnd EndFunc
  9. How can I stop that function while running that function?
  10. Hey, I can't close the window while running an function.
×
×
  • Create New...