Master Minds
02-19-2000, 10:30 PM
Hello everybody,
Well i was wondering is someone can help me with that Please ....
I am using VB5 and an Opengl Ocx created by the waites group found on their Opengl Bible book. The Problem is that they provide a component like the picture box where you can use Opengl commands and functions (most of them) but they only create six events functions with it
1. Render
2. Setuprc
3.DragOver
4. getfocus
etc
they do not provide a MouseMove event
So i am trying to find a way to get the mouse position in the component and i can't
{I am doing a Modeling Program} i want to be able to show the mouse position when the mouse is in mouvement in the component.
I have try everything i can think of but nothing ... I put the code in the GetFocus event but it did not works and i even try with the GetFocus event and then again nothing ...
So please if someone can help me in anyway or give me some tips or tricks or advice or anythind please do ....
Master Minds
Well i was wondering is someone can help me with that Please ....
I am using VB5 and an Opengl Ocx created by the waites group found on their Opengl Bible book. The Problem is that they provide a component like the picture box where you can use Opengl commands and functions (most of them) but they only create six events functions with it
1. Render
2. Setuprc
3.DragOver
4. getfocus
etc
they do not provide a MouseMove event
So i am trying to find a way to get the mouse position in the component and i can't
{I am doing a Modeling Program} i want to be able to show the mouse position when the mouse is in mouvement in the component.
I have try everything i can think of but nothing ... I put the code in the GetFocus event but it did not works and i even try with the GetFocus event and then again nothing ...
So please if someone can help me in anyway or give me some tips or tricks or advice or anythind please do ....
Master Minds