View Single Post
  #1 (permalink)  
Old 10-31-2008, 3:54 PM
vbuser79 vbuser79 is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Oct 2008
Posts: 1
Reputation: 0
vbuser79 is on a distinguished programming path ahead
Default Mouse Gesture in Webbrowser

Hey guys, I just joined this forum but have 3-5 years experience with VB.NET. I created a browser in VB.NET and want to incorporate mouse gestures like in Opera and some IE based browsers like maxthon, Avant etc.

I think I will need to capture mouse clicks and mouse move in the WndProc of the browser. However, I noticed that no events are fired for mousemove. I can capture mouse clicks though.

Has anyone programmed mouse gestures for a IE based browser in VB.NET?
Any help would be appreciated.
Reply With Quote