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

    OnMove event in VB?

    Is there any way to response the windows message "WM_MOVE"
    in VB I cannot found one to do this work.

    //-----------------------------------------\\
    Where there's a wire , there's a way
    \\-----------------------------------------//

  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: OnMove event in VB?

    Yes - I have written a DLL that gives fully Event driven access to all the windows messages in about 5 lines of code. It is in Beta testing at the moment.

    Send me a private message with your email address and I will send it to you.

    If anyone is interested in the final cut, pop across to my website and follow the links there to sign up.

    HTH,
    Duncan


    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

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