Kodak Image ActiveX control with VC++ - TechRepublic
General discussion
May 20, 2001 at 12:48 AM
mr.slast

Kodak Image ActiveX control with VC++

by mr.slast . Updated 25 years, 1 month ago

I’m using Kodak Image Edit ActiveX control to write a drawing program. Every thing is Ok. But when I respond to event such as click by displaying a message box, I get the message box, but when I open an image and display it I can’t get the message. I think this is because the Edit control isn’t always active for preference. So when try the SetCapture() function, I get respond. However, I only need the respond if I click inside the control. I get just what I want in VB (I can draw over a displayed image) but I need to write the program in VC++, So what should I do?
If you like, send me your e-mail and I will send you the source code I wrote in Microsoft VC++ 6.
Note: An example to show how to respond to draw a line while the image is displayed is very helpful.
Many thanks

This discussion is locked

All Comments