FireLord Posted November 16, 2007 Posted November 16, 2007 (edited) Can I make my own title bar instead of the default blue one? and if so how? Edited November 16, 2007 by FireLord [center]See the Helpfile[/center] While Alive() DrinkWine(); }[center][/center]
FireLord Posted November 16, 2007 Author Posted November 16, 2007 ... [center]See the Helpfile[/center] While Alive() DrinkWine(); }[center][/center]
Madza91 Posted November 16, 2007 Posted November 16, 2007 Possible is to make gui $WS_POPUP #include <GuiConstants.au3> $Form1 = GUICreate("MyGUI", 400, 400, -1, -1, $WS_POPUP) GUICtrlCreatePic(@WindowsDir & "\Zapotec.bmp",0,0,400,400) GUISetState() While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case Else ;;; EndSelect WEnd Exit [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
Nahuel Posted November 16, 2007 Posted November 16, 2007 Dude, it's only been 20 minutes.. Maybe using XSkin?
FireLord Posted November 16, 2007 Author Posted November 16, 2007 Possible is to make gui $WS_POPUP #include <GuiConstants.au3> $Form1 = GUICreate("MyGUI", 400, 400, -1, -1, $WS_POPUP) GUICtrlCreatePic(@WindowsDir & "\Zapotec.bmp",0,0,400,400) GUISetState() While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case Else ;;; EndSelect WEnd Exit It turns the whole GUI to the bitmap. I just want my titlebar to be changed. [center]See the Helpfile[/center] While Alive() DrinkWine(); }[center][/center]
Madza91 Posted November 16, 2007 Posted November 16, 2007 ok, are you see in some software is changed titlebar? I not [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now