Jump to content

Recommended Posts

Posted

the bmp is under the editboxes but the contols aren't

you should see what I mean.

is there a way to fix this?

Thanks

#include <GUIConstants.au3>
$gui = GUICreate("-", 571, 356, 192, 125)
GUISetIcon ( @scriptdir & "\ICON.ico" , -1, $gui )
$Pic1 = GUICtrlCreatePic("BITMAP.bmp", 0, 0, 579, 399)
$Input1 = GUICtrlCreateInput("", 99, 136, 209, 21, -1, $WS_EX_CLIENTEDGE)
$Input2 = GUICtrlCreateInput("", 99, 180, 209, 21, -1, $WS_EX_CLIENTEDGE)
$Checkbox1 = GUICtrlCreateCheckbox("ACheckbox1", 96, 208, 17, 17)
GUISetState(@SW_SHOW)
WinSetOnTop ( "-", "", 1 )
While 1
    $msg = GuiGetMsg()
    Select
    Case $msg = $GUI_EVENT_CLOSE
        ExitLoop
    Case $msg = -11
        _login()
    EndSelect

WEnd
Exit

Func _login()

EndFunc
Check out ConsultingJoe.com
Posted

What the hell. You should realize not to post your questions in multiple places by now. Was the answer I gave not good enough for you? Did you even noticed that I posted an answer, or were you too busy double-posting?

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
  • Recently Browsing   0 members

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