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

858 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. You could start taking a look to IE Management(UDF in the helpfile) and its examples. Easy to use.
  4. You need a section name (more info here). In your .ini file: In the script...
  5. Here the same. Especially when I need catch code to test. thanks big_daddy
  6. Of course, you're forgotten read the info detailed in the helpfile about the functions included in that small code.
  7. Sorry, but...I'm very surprised by these kinds of requests.
  8. personally, very interesting...always are lessons your scripts. thxs
  9. Do you have some code already? (To start)
  10. Another way could be: #include <WinAPI.au3> $hwnd= WinGetHandle("[active]") MsgBox(4096, "Get ClassName", "ClassName of " & $hwnd & ": " & _WinAPI_GetClassName($hwnd))
×
×
  • Create New...