CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    WM_GESTURE in VS2005

    I have a project in VS2005 and I'm trying to add the two-finger panning gesture. Problem is, there doesn't seem to be a way to add this in Visual Studio 2005. None of the windows gesture code seems to be there. Is there a way to add this in VS2005, or can I only do this in VS2008 or later?

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: WM_GESTURE in VS2005

    WM_GESTURE message
    Requirements

    Minimum supported client
    Windows 7 [desktop apps only]

    Minimum supported server
    Windows Server 2008 R2 [desktop apps only]

    Header


    Winuser.h (include Windows.h)
    So, it is not about version of VS, it's rather about using proper Platform SDK version.
    Best regards,
    Igor

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