If you are using VC++ 6.0. You can insert an activeX control from the resource tab, then open the class wizard. The class wizard will detect that you have insert an activeX control, and will ask you if you want to generate a wrapper class for it.
Hope this helps.
Search found 3 matches
- Thu Jul 01 2004
- Forum: C/C++/C# Community
- Topic: C++ header file for Creator?
- Replies: 3
- Views: 10363
- Tue Jun 29 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Event not firing.
- Replies: 3
- Views: 5910
- Thu Jun 24 2004
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Event not firing.
- Replies: 3
- Views: 5910
Event not firing.
I am using Amyuni 2.10 and using C++. I added a activeX control onto a window, then I use the class wizard to capture each of the event but none of the event is firing. I am using window API call shellexecute to print my documet to the PDF printer. I also try the method of registering a window messa...