Jump to content

Recommended Posts

Posted

Hi, guys~

I would like to use GUICtrlCreatePic function with both $WS_EX_ACCEPTFILES and $GUI_WS_EX_PARENTDRAG styles together.

How can I use those styles together with GUICtrl ?

==============================================================================

GUICreate ("title", 70, 70, 200, 200, $WS_POPUP, $WS_EX_TOOLWINDOW )

GUICtrlCreatePic ("title.jpg", -1, -1, 70, 70, $SS_NOTIFY , $WS_EX_ACCEPTFILES , $GUI_WS_EX_PARENTDRAG )

==> I want to use like this but it doesn't work.

==============================================================================

Your kind reply would be very appreciated.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...