Click here to Skip to main content
15,867,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: enviromental access problem Pin
Garth J Lancaster27-Apr-09 23:53
professionalGarth J Lancaster27-Apr-09 23:53 
AnswerRe: enviromental access problem Pin
Stuart Dootson28-Apr-09 6:03
professionalStuart Dootson28-Apr-09 6:03 
QuestionActivex Control Setfont &Get font Pin
girishog27-Apr-09 23:36
girishog27-Apr-09 23:36 
AnswerRe: Activex Control Setfont &Get font Pin
Stephen Hewitt28-Apr-09 0:07
Stephen Hewitt28-Apr-09 0:07 
GeneralRe: Activex Control Setfont &Get font Pin
girishog28-Apr-09 0:53
girishog28-Apr-09 0:53 
GeneralRe: Activex Control Setfont &Get font Pin
Stephen Hewitt28-Apr-09 4:57
Stephen Hewitt28-Apr-09 4:57 
AnswerRe: Activex Control Setfont &Get font Pin
CPallini28-Apr-09 0:12
mveCPallini28-Apr-09 0:12 
GeneralRe: Activex Control Setfont &Get font Pin
girishog28-Apr-09 0:36
girishog28-Apr-09 0:36 
Hi Pallini,

Thanks for your reply.

If we add a property with get/set for font we get this code. I have kept two beak point one in GetFont (return NULL) and another in SetFont(SetModifiedFlag();)

if I Debug using Activex control Test Container.When I invoke Getfont it goes to Getfont Function .But if Invoke Setfont it move to GetFont Could help me in this part to solve this issue.

LPFONTDISP CMySampleFontCtrl::GetFont()
{
// TODO: Add your property handler here

return NULL;
}

void CMySampleFontCtrl::SetFont(LPFONTDISP newValue)
{
// TODO: Add your property handler here

SetModifiedFlag();
}




GG
GeneralRe: Activex Control Setfont &Get font Pin
CPallini28-Apr-09 3:56
mveCPallini28-Apr-09 3:56 
AnswerRe: Activex Control Setfont &Get font Pin
girishog28-Apr-09 21:13
girishog28-Apr-09 21:13 
QuestionHow To use WUA for remote machine Pin
ashish8patil27-Apr-09 21:27
ashish8patil27-Apr-09 21:27 
Questioninitial a string why this new string has strange character at begin [modified] Pin
jeansea27-Apr-09 21:20
jeansea27-Apr-09 21:20 
AnswerRe: initial a string why this new string has strange character at begin Pin
CPallini27-Apr-09 21:58
mveCPallini27-Apr-09 21:58 
GeneralRe: initial a string why this new string has strange character at begin [modified] Pin
Michael Schubert27-Apr-09 22:07
Michael Schubert27-Apr-09 22:07 
GeneralRe: initial a string why this new string has strange character at begin Pin
CPallini27-Apr-09 22:29
mveCPallini27-Apr-09 22:29 
AnswerRe: initial a string why this new string has strange character at begin Pin
Perry Holman27-Apr-09 22:23
Perry Holman27-Apr-09 22:23 
QuestionRe: initial a string why this new string has strange character at begin Pin
CPallini27-Apr-09 22:31
mveCPallini27-Apr-09 22:31 
QuestionFelxGrid "help me" [modified] Pin
Benjamin Bruno27-Apr-09 20:54
Benjamin Bruno27-Apr-09 20:54 
AnswerRe: FelxGrid "help me" Pin
Code-o-mat27-Apr-09 23:02
Code-o-mat27-Apr-09 23:02 
QuestionHow to Read a User/System Environment Variable Using c++ Pin
Mogaambo27-Apr-09 20:50
Mogaambo27-Apr-09 20:50 
AnswerRe: How to Read a User/System Environment Variable Using c++ Pin
Murugesan G27-Apr-09 21:07
Murugesan G27-Apr-09 21:07 
GeneralRe: How to Read a User/System Environment Variable Using c++ Pin
Stephen Hewitt28-Apr-09 0:11
Stephen Hewitt28-Apr-09 0:11 
AnswerRe: How to Read a User/System Environment Variable Using c++ Pin
Michael Schubert27-Apr-09 21:13
Michael Schubert27-Apr-09 21:13 
GeneralRe: How to Read a User/System Environment Variable Using c++ Pin
Mogaambo27-Apr-09 22:22
Mogaambo27-Apr-09 22:22 
AnswerRe: How to Read a User/System Environment Variable Using c++ Pin
V K 227-Apr-09 21:43
V K 227-Apr-09 21:43 

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.