
Im wanna create a GUI, my own GUI (preview above.) Now in the real VB i'd use ImageBoxes and loadimages to create the effect of buttons. How do i accomplish this in PB, I found these #WM_LBUTTONDOWN
#WM_LBUTTONUP but they don't help. So I turn to you the forum to help me create a new gadget, a gadget that uses 3 images and makes a button. (ex: ImageButton(ThisGadgetHandle,ImgUp_Handle,ImgOver_Handle,ImgDown_Handle,X,Y,W,H)) In fact this will be a regular Flat ImageBox but the effect will leave a button ish effect.... So help anyone?

