Jump to content

Recommended Posts

Posted

How can i get the current position (left, top) from a picture?

created like this :

$basti = GUICtrlCreatePic ("images\l_st.gif", 770, 220, 14, 80)
Posted

This should work.

$Img_Pos = ControlGetPos("", "", $basti)

It's better to specify the GUI title or handle.

Example:

$GUI_handle = GUICreate('Some GUI')

$Img_Pos = ControlGetPos($GUI_handle, "", $basti)

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