CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2007
    Posts
    90

    Postmessage Problem...64 bits problem

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

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Postmessage Problem...64 bits problem

    Is this not the same problem that you just posted here?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured