postmessage problem...64 bites problem

Discussion in 'Perl' started by rag84dec, Sep 27, 2007.

  1. rag84dec

    rag84dec New Member

    Joined:
    Jul 17, 2007
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    i am using win32::guitest package since 2 weeks...

    but one problem i am finding is putting the values in the PostMessage();

    it takes 8 bytes as the last parameter.How to send it as the 8 bytes in perl??


    8 bytes are like this ...lower 4 bytes for the x coordinate and upper 4 bytes for the y coordinate of the windows component in a gui.

    I have x and y coordinate values but my question is "how to put "yx" value in perl"....if the

    x=34
    y=45

    i want like this 4534...(34 should take 4 bytes) after that 45....how to do????
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice