How to draw in Edrawings with .net?

Hi,

I am trying to create and application (VB.NET) where i can draw some lines and arcs just in 2D and have the zooming capabilities that solidworks and edrawings have.

After alot of time almost waisted in failing to create a good working picturebox control with a zoom, i found (by accident) that you can actually use the AxEmodelView control (which i know alot of you have known for a long time).

So what i would appreciate is some information on is how to draw in Edrawings. If you open Edrawings there are drawing tools available, so i feel confident that it is possible to do with code.

I kinda think it would be something with AxEModelViewControl1.CreateGraphics but i have very little experience with graphical stuff so i am feeling very lost.

Please Share your brains.

Ben

SolidworksApi macros