drag and place in OpenGL

hello,
Can we drag and place 2D/3D objects in OpenGL
using Visual C++ MFC ?
if so, which function and how ?

yes, you’ve just got to write the code to do it. OpenGL has no concept of what you want to do with it, it just draws polygons!

Yes, you can drap and place objects in MSVC++.

But there is no drag and place function per say, you do this by using other GL and GLUT functions together you can create a drag and place function.

Originally posted by adityask:
hello,
Can we drag and place 2D/3D objects in OpenGL
using Visual C++ MFC ?
if so, which function and how ?

There is a simple MFC example of how to do this at:
http://www.mfcogl.com/

see Drag & Drop