Ghost21 Posted June 23, 2009 Posted June 23, 2009 I'm trying to make it so that I have $Form = GUICreate("Dell 2400MP", 180, 530, -1, -1,$WS_EX_TRANSPARENT)$Pic1 = GUICtrlCreatePic("Remote.jpg", -2, -2, 180, 500, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))$Button1 = GUICtrlCreateButton("", 108, 16, 44, 42, BitOR($BS_DEFPUSHBUTTON,$BS_PUSHBOX,$BS_CENTER,$BS_PUSHLIKE,$BS_BITMAP))GUICtrlSetImage(-1, "Power.bmp", 0)GUICtrlSetTip(-1, "Power ON / OFF")GUISetState(@SW_SHOW)So what I have is this image as a background image then I screen captured the power button.Then used that pic to put it on a autoit button but I can't click on it with the mouse but as soon as the button is off the background picture I can click on button ?????Plus the button has a dashed line around it which is annoying. Please help
Valuater Posted June 23, 2009 Posted June 23, 2009 That looks cool!! Please share it when completed!! Answer... $Pic1 = GUICtrlCreatePic("Remote.jpg", -2, -2, 180, 500, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS)) GUICtrlSetState( -1, $GUI_DISABLE) 8)
Ghost21 Posted June 23, 2009 Author Posted June 23, 2009 That looks cool!! Please share it when completed!! Answer... $Pic1 = GUICtrlCreatePic("Remote.jpg", -2, -2, 180, 500, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS)) GUICtrlSetState( -1, $GUI_DISABLE) 8) Thanks That worked... Now I have a square box that outlining the button can that get tossed too ?
Valuater Posted June 23, 2009 Posted June 23, 2009 I actually did this same thing...You can try "flat" buttons ect, see button styles and extended styles in the "button" help pageBut, I ended up making labels under the picture!!8)
Ghost21 Posted June 23, 2009 Author Posted June 23, 2009 (edited) I actually did this same thing...You can try "flat" buttons ect, see button styles and extended styles in the "button" help pageBut, I ended up making labels under the picture!!8)Ok I have done it .... heehehe Dell 2400MP Projector Remote Over the Network. I can control it via RS232 ... WAHOOOSAD PART THESE BUTTONS LOOK LIKE CRAP !!!!.... HELP Edited June 23, 2009 by Ghost21
Ghost21 Posted June 24, 2009 Author Posted June 24, 2009 Looks cool though! Thanks I just wish that the buttons that are there look like the physical buttons. Not this ugly square block...The actual program runs really well..I will be sending in awhile.
Valuater Posted June 24, 2009 Posted June 24, 2009 You did not check out the info I gave you, its all there round the corners, remove the Title... Yes those buttons look bad, why not at least re-size them so they are conforming ....at the least Try a little more... 8)
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