Click here to Skip to main content
16,006,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionI want to sell the antitheft software with source code, can you help? Pin
samdecosta27-Apr-09 23:57
samdecosta27-Apr-09 23:57 
AnswerPlease, don't pollute the forum with advertising. Pin
CPallini28-Apr-09 0:03
mveCPallini28-Apr-09 0:03 
GeneralRe: Please, don't pollute the forum with advertising. Pin
samdecosta30-Apr-09 3:09
samdecosta30-Apr-09 3:09 
GeneralRe: Please, don't pollute the forum with advertising. Pin
CPallini30-Apr-09 3:16
mveCPallini30-Apr-09 3:16 
GeneralRe: Please, don't pollute the forum with advertising. Pin
samdecosta30-Apr-09 19:23
samdecosta30-Apr-09 19:23 
GeneralRe: Please, don't pollute the forum with advertising. [modified] Pin
CPallini30-Apr-09 22:18
mveCPallini30-Apr-09 22:18 
AnswerRe: I want to sell the antitheft software with source code, can you help? Pin
Chandrasekharan P28-Apr-09 0:03
Chandrasekharan P28-Apr-09 0:03 
Questionenviromental access problem Pin
Mogaambo27-Apr-09 23:39
Mogaambo27-Apr-09 23:39 
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 

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.