Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/24/2011 in all areas

  1. MrVietA2, I have no idea about adding non-existent cursors, sorry. M23
    1 point
  2. MrVietA2, To hide the taskbar button for the MsgBox, just set the hwnd parameter: #include <GUIConstantsEx.au3> $hGUI = GUICreate("Test", 500, 500) $hButton = GUICtrlCreateButton("Test", 10, 10, 80, 30) GUISetState() While 1 Switch GUIGetMsg() Case $GUI_EVENT_CLOSE Exit Case $hButton MsgBox(0,"Hello","How are you ?", 0, $hGUI) EndSwitch WEndM23
    1 point
  3. Hello and WOW! This is awesome It has improved my life so much! I've been writing a few 'improved' Pixel* functions myself but they aren't as universal and smooth working as this! Great Work!!!
    1 point
×
×
  • Create New...