Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Adding one day Pin
CPallini6-Nov-08 23:33
mveCPallini6-Nov-08 23:33 
QuestionConverting hexadecimal code into RGB Pin
Dhiraj kumar Saini6-Nov-08 22:13
Dhiraj kumar Saini6-Nov-08 22:13 
AnswerRe: Converting hexadecimal code into RGB Pin
CPallini6-Nov-08 22:36
mveCPallini6-Nov-08 22:36 
GeneralRe: Converting hexadecimal code into RGB Pin
Dhiraj kumar Saini6-Nov-08 22:49
Dhiraj kumar Saini6-Nov-08 22:49 
GeneralRe: Converting hexadecimal code into RGB Pin
CPallini6-Nov-08 22:52
mveCPallini6-Nov-08 22:52 
GeneralRe: Converting hexadecimal code into RGB Pin
Dhiraj kumar Saini6-Nov-08 23:34
Dhiraj kumar Saini6-Nov-08 23:34 
QuestionRe: Converting hexadecimal code into RGB Pin
David Crow7-Nov-08 2:45
David Crow7-Nov-08 2:45 
AnswerRe: Converting hexadecimal code into RGB Pin
CPallini7-Nov-08 3:31
mveCPallini7-Nov-08 3:31 
Possibly beacuse they go in the opposite order?
I man, he should do
COLORREF cr = RGB(GetBValue(num), GetGValue(num), GetRValue(num));

It is still an option, but personally I don't like it very much.
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: Converting hexadecimal code into RGB Pin
sashoalm8-Nov-08 0:07
sashoalm8-Nov-08 0:07 
QuestionDraw on view and over their controls [modified] Pin
baerten6-Nov-08 21:53
baerten6-Nov-08 21:53 
AnswerRe: Draw on view and over their controls Pin
Nishad S7-Nov-08 1:48
Nishad S7-Nov-08 1:48 
GeneralRe: Draw on view and over their controls Pin
baerten7-Nov-08 4:20
baerten7-Nov-08 4:20 
GeneralRe: Draw on view and over their controls Pin
Nishad S7-Nov-08 23:02
Nishad S7-Nov-08 23:02 
GeneralRe: Draw on view and over their controls Pin
baerten9-Nov-08 20:53
baerten9-Nov-08 20:53 
QuestionCan i open & access view of another window in a MFC SDI application Pin
m_mun6-Nov-08 19:37
m_mun6-Nov-08 19:37 
AnswerRe: Can i open & access view of another window in a MFC SDI application Pin
Nishad S7-Nov-08 1:50
Nishad S7-Nov-08 1:50 
QuestionRegarding application expiration Pin
H4u326-Nov-08 19:22
H4u326-Nov-08 19:22 
AnswerRe: Regarding application expiration Pin
Saurabh.Garg6-Nov-08 19:56
Saurabh.Garg6-Nov-08 19:56 
GeneralRe: Regarding application expiration Pin
H4u326-Nov-08 20:11
H4u326-Nov-08 20:11 
GeneralRe: Regarding application expiration Pin
Saurabh.Garg6-Nov-08 20:17
Saurabh.Garg6-Nov-08 20:17 
GeneralRe: Regarding application expiration Pin
H4u326-Nov-08 20:21
H4u326-Nov-08 20:21 
GeneralRe: Regarding application expiration Pin
Saurabh.Garg6-Nov-08 20:28
Saurabh.Garg6-Nov-08 20:28 
GeneralRe: Regarding application expiration Pin
H4u326-Nov-08 20:33
H4u326-Nov-08 20:33 
GeneralRe: Regarding application expiration Pin
Saurabh.Garg6-Nov-08 20:48
Saurabh.Garg6-Nov-08 20:48 
GeneralRe: Regarding application expiration Pin
David Crow7-Nov-08 2:50
David Crow7-Nov-08 2:50 

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.