Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWake on Lan (WOL) Pin
kiran janaswamy27-Apr-06 2:31
kiran janaswamy27-Apr-06 2:31 
AnswerRe: Wake on Lan (WOL) Pin
Ravi Bhavnani27-Apr-06 4:54
professionalRavi Bhavnani27-Apr-06 4:54 
QuestionPop up blocker designing problem Pin
captaincse27-Apr-06 2:31
captaincse27-Apr-06 2:31 
AnswerRe: Pop up blocker designing problem Pin
James R. Twine27-Apr-06 3:03
James R. Twine27-Apr-06 3:03 
GeneralRe: Pop up blocker designing problem Pin
captaincse28-Apr-06 21:14
captaincse28-Apr-06 21:14 
Questionnmake to build dll Pin
Shiva Prasad27-Apr-06 2:05
Shiva Prasad27-Apr-06 2:05 
QuestionDisable the menu Pin
Anu_Bala27-Apr-06 0:45
Anu_Bala27-Apr-06 0:45 
QuestionComparing colors-newbie Pin
antonaras_marcou27-Apr-06 0:05
antonaras_marcou27-Apr-06 0:05 
Hi again i have a strange question to ask i'am not sure if it is applicable but if there is a way to do it here is right place to find out.

i'm working on the implementation of a spam filter and i'm trying to implement a function that extracts the fonts color and the background color from an html file.
What i'm trying to do is check if the font color and the background color are similar (invisible text, common in spam emails) i get the bgcolor and font color in hexadecimal format and i was wondering if there is a class to compare the colors. i found something similar but for c#.net is

System.Drawing.Color cfg = System.Drawing.ColorTranslator.FromHtml(foreColor);

if (cbg.R <= cfg.R + 15 ||cbg.R >= cfg.R - 15)
{
if (cbg.R <= cfg.R + 15 ||cbg.R >= cfg.R - 15)
{
if (cbg.R <= cfg.R + 15 ||cbg.R >= cfg.R - 15)
{
return fsi;
}
}
}
Any ideas
Thanks in advance
AnswerRe: Comparing colors-newbie Pin
Cedric Moonen27-Apr-06 0:14
Cedric Moonen27-Apr-06 0:14 
GeneralRe: Comparing colors-newbie Pin
antonaras_marcou27-Apr-06 0:23
antonaras_marcou27-Apr-06 0:23 
GeneralRe: Comparing colors-newbie Pin
Stephen Hewitt27-Apr-06 0:51
Stephen Hewitt27-Apr-06 0:51 
GeneralRe: Comparing colors-newbie Pin
antonaras_marcou27-Apr-06 2:49
antonaras_marcou27-Apr-06 2:49 
GeneralRe: Comparing colors-newbie Pin
BadKarma27-Apr-06 5:11
BadKarma27-Apr-06 5:11 
GeneralRe: Comparing colors-newbie Pin
antonaras_marcou27-Apr-06 8:07
antonaras_marcou27-Apr-06 8:07 
GeneralRe: Comparing colors-newbie Pin
Stephen Hewitt27-Apr-06 13:54
Stephen Hewitt27-Apr-06 13:54 
QuestionRe: Comparing colors-newbie Pin
David Crow27-Apr-06 3:10
David Crow27-Apr-06 3:10 
Questionproblem in triggering events Pin
rajeev8227-Apr-06 0:00
rajeev8227-Apr-06 0:00 
AnswerRe: problem in triggering events Pin
Cedric Moonen27-Apr-06 0:12
Cedric Moonen27-Apr-06 0:12 
AnswerRe: problem in triggering events Pin
Roger Stoltz27-Apr-06 0:34
Roger Stoltz27-Apr-06 0:34 
GeneralRe: problem in triggering events Pin
rajeev8227-Apr-06 0:54
rajeev8227-Apr-06 0:54 
AnswerRe: problem in triggering events Pin
Roger Stoltz27-Apr-06 1:00
Roger Stoltz27-Apr-06 1:00 
GeneralRe: problem in triggering events Pin
rajeev8227-Apr-06 1:19
rajeev8227-Apr-06 1:19 
AnswerRe: problem in triggering events Pin
Roger Stoltz27-Apr-06 2:50
Roger Stoltz27-Apr-06 2:50 
QuestionWaiting for the thread end Pin
gomez_a26-Apr-06 23:44
gomez_a26-Apr-06 23:44 
AnswerRe: Waiting for the thread end Pin
Roger Stoltz27-Apr-06 0:38
Roger Stoltz27-Apr-06 0:38 

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.