Azazel69 Posted July 3, 2007 Posted July 3, 2007 (edited) Hi, I don't know how to make a small control with a large image inside and i want to drag the image throught the control to see the part i want. Anyone has already done it ? BTW, how do combine two mix two style : $WS_DISABLED + $WS_DLGFRAME for an example. You use "&","|", ... ? Thanhs Schlumpf Edited July 3, 2007 by Azazel69
ResNullius Posted July 4, 2007 Posted July 4, 2007 Not sure right now how to create a panning image control, but in answer to your second question about combining styles, use the BitOr() function:GUICreate( "my gui", 250, 250, -1, -1, BitOr($WS_DISABLED,$WS_DLGFRAME))
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