Jump to content

Forms.ScrollBar.1


hoangthi
 Share

Recommended Posts

I have the following code

#include <GUIConstants.au3>

GUICreate("Form1", 633, 454, 193, 115)
$Obj1 = ObjCreate("Forms.ScrollBar.1")
$Obj1_ctrl = GUICtrlCreateObj($Obj1, 80, 40, 16, 80)
GUISetState()

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit

    EndSwitch
WEnd

But when it runs !!!!!

Please Fix it for me.

Sorry i speak english is bad

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...