Jump to content

Josbe

Active Members
  • Posts

    1,508
  • Joined

  • Last visited

Profile Information

  • Member Title
    Infrequent ghost ☺
  • Interests
    Art, Music, Software, Gadgets...

Recent Profile Visitors

1,027 profile views

Josbe's Achievements

Universalist

Universalist (7/7)

1

Reputation

  1. From Helpfile (GUICtrlCreateInput page): So, edit: $Form1 = GUICreate("KAV Scan Automator", 310, 181, 192, 114, -1, $WS_EX_ACCEPTFILES )
  2. I assume that you know about IniWrite() function. Well, the *.ini file file must look like this (check the square brackets): [My ini file] ProgramWindow=Name of your Program Window CloseKey=Close Key StartKey=Start Key Read more about INI format.
  3. Well done! >_
  4. Thanks to you indeed.
  5. You could start taking a look to IE Management(UDF in the helpfile) and its examples. Easy to use.
  6. Thanks for this UDF.
  7. You need a section name (more info here). In your .ini file: In the script...
  8. Here the same. Especially when I need catch code to test. thanks big_daddy
  9. Of course, you're forgotten read the info detailed in the helpfile about the functions included in that small code.
  10. wow. How you did that?
  11. Sorry, but...I'm very surprised by these kinds of requests.
  12. personally, very interesting...always are lessons your scripts. thxs
  13. Do you have some code already? (To start)
  14. Another way could be: #include <WinAPI.au3> $hwnd= WinGetHandle("[active]") MsgBox(4096, "Get ClassName", "ClassName of " & $hwnd & ": " & _WinAPI_GetClassName($hwnd))
×
×
  • Create New...