Dear Sir,

I have a query regarding some Win32 API functionality in Visual Basic. I hope that you will help me solve this.

I need to draw on the WANG Image Edit control supplied with Windows 95/NT using the Win32 API drawing functions like LineTo, Ellipse, Arc etc. Is it possible?

I mean, I tried doing it by using the follwing code, but could not. Please guide me.
How do I proceed?
-------------------------------------------------------------------------------------

Dim dc as Long, dummy as Long
dc = GetDC(ImgEdit1.hwnd)
dummy = Ellipse(dc, 10, 10, 300, 300)



-------------------------------------------------------------------------------------

Thanks & Regards.
Sanjay.

P.S.- If you are unable to solve my problem, can you please guide me to someone/some other forum which can.

My requirement is extremely urgent. Please help me.