Jump to content

Recommended Posts

Posted (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 by Azazel69
Posted

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))

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
×
×
  • Create New...