Jump to content

The buttons are under the picture?


AzKay
 Share

Recommended Posts

Well, This is my problem, I cant click the button Dx

#include <GUIConstants.au3>
; == GUI generated with Koda ==
$Form1 = GUICreate("AshwingRO", 609, 372, 189, 125)
GUISetCursor (3)
GUISetBkColor(0xFFFFFF)
$Pic1 = GUICtrlCreatePic("C:\Documents and Settings\Asus\Desktop\Installer\RagnarokAshwingLeagueOnline.jpg", 0, 0, 609, 372, BitOR($SS_NOTIFY,$WS_GROUP))
$Button1 = GUICtrlCreateButton("- Install -", 216, 288, 185, 33, 0)
GUICtrlSetCursor ($Button1, 3)
$Progress1 = GUICtrlCreateProgress(136, 336, 353, 17)
GUICtrlSetColor(-1, 0x0000FF)
GUICtrlSetCursor ($Progress1, 3)
GUISetState(@SW_SHOW)
While 1
    $msg = GuiGetMsg()
    Select
    Case $msg = $GUI_EVENT_CLOSE
        ExitLoop
    Case Else
        ;;;;;;;
    EndSelect
WEnd
Exit

How, can I, Erm, maybe, send the image to the back? or something, or bring the button up. I think.

# MY LOVE FOR YOU... IS LIKE A TRUCK- #
Link to comment
Share on other sites

HI,

GUICtrlSetState(-1, $GUI_DISABLE)

under the pic

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

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...