Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCDC::FloodFill and Printer Pin
jerome_data19-Apr-07 2:28
jerome_data19-Apr-07 2:28 
AnswerRe: CDC::FloodFill and Printer Pin
bob1697219-Apr-07 3:17
bob1697219-Apr-07 3:17 
GeneralRe: CDC::FloodFill and Printer Pin
jerome_data19-Apr-07 3:45
jerome_data19-Apr-07 3:45 
QuestionRe: CDC::FloodFill and Printer Pin
David Crow19-Apr-07 3:54
David Crow19-Apr-07 3:54 
AnswerRe: CDC::FloodFill and Printer Pin
jerome_data19-Apr-07 4:09
jerome_data19-Apr-07 4:09 
GeneralRe: CDC::FloodFill and Printer Pin
David Crow19-Apr-07 4:16
David Crow19-Apr-07 4:16 
GeneralRe: CDC::FloodFill and Printer Pin
Mark Salsbery19-Apr-07 8:53
Mark Salsbery19-Apr-07 8:53 
QuestionMFC ActiveX Control Pin
Adeel68819-Apr-07 2:28
Adeel68819-Apr-07 2:28 
I have created an MFC ActiveX Control through the wizard. In the 2nd Step of the wizard I have enabled the checkbox saying “Available in Insert Object Dialog”, so that I can use my control in Microsoft Office Application like MS Word, Excel, PowerPoint etc using Insert Objects.

I am using property sheet to change the text contents of my control. For that I followed the steps mentioned the MSDN Example CIRC.

http://msdn2.microsoft.com/en-us/library/c6hzbzz6(VS.80).aspx

My control features the following characteristics.
• Changing the painting behavior of an ActiveX control
• Adding stock properties
• Adding custom properties
• Responding to mouse events
• Adding custom events
• Using text and fonts
• Implementing ActiveX control property pages
• Using simple data binding for control properties

But at present I am stuck up problems.

1. Using property sheet I can update the text contents in ActiveX test container. But it doesn’t get updated in Word, and other Office Applications. In fact its not even recognizing any of the event fired by the user (like changing the color on mouse click, key press etc) in any of the office application.
2. I am using this control for assigning digital signatures to a document. For that I am using X509 libraries. But these libraries use Common Language Runtime (/CLR) Support. And if I enable CLR from the project settings, the control crashes while loading on the Office application, ultimately crashing the entire document.

QuestionWin32/MFC Pin
SumitMandal19-Apr-07 2:27
SumitMandal19-Apr-07 2:27 
AnswerRe: Win32/MFC Pin
Paresh Chitte19-Apr-07 2:31
Paresh Chitte19-Apr-07 2:31 
AnswerOffTopic Pin
toxcct19-Apr-07 3:02
toxcct19-Apr-07 3:02 
AnswerRe: Win32/MFC Pin
Mark Salsbery19-Apr-07 8:55
Mark Salsbery19-Apr-07 8:55 
AnswerRe: Win32/MFC Pin
ThatsAlok2-May-07 23:37
ThatsAlok2-May-07 23:37 
QuestionTo set icon size Pin
Sammyuk19-Apr-07 2:14
Sammyuk19-Apr-07 2:14 
QuestionRe: To set icon size Pin
Hamid_RT19-Apr-07 8:09
Hamid_RT19-Apr-07 8:09 
AnswerRe: To set icon size Pin
Mark Salsbery19-Apr-07 9:02
Mark Salsbery19-Apr-07 9:02 
Questionview problem Pin
john563219-Apr-07 2:02
john563219-Apr-07 2:02 
QuestionRe: view problem Pin
David Crow19-Apr-07 2:44
David Crow19-Apr-07 2:44 
Questioncopy constructor and assignment operator Pin
Kiran Pinjala19-Apr-07 2:00
Kiran Pinjala19-Apr-07 2:00 
AnswerRe: copy constructor and assignment operator [modified] Pin
Paresh Chitte19-Apr-07 2:07
Paresh Chitte19-Apr-07 2:07 
AnswerRe: copy constructor and assignment operator Pin
Roger Stoltz19-Apr-07 2:10
Roger Stoltz19-Apr-07 2:10 
AnswerRe: copy constructor and assignment operator Pin
Cedric Moonen19-Apr-07 2:10
Cedric Moonen19-Apr-07 2:10 
Questionx86 Platform Pin
Sunshine Always19-Apr-07 1:57
Sunshine Always19-Apr-07 1:57 
AnswerRe: x86 Platform Pin
JudyL_MD19-Apr-07 3:15
JudyL_MD19-Apr-07 3:15 
GeneralRe: x86 Platform Pin
Sunshine Always19-Apr-07 19:05
Sunshine Always19-Apr-07 19:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.