Click here to Skip to main content
15,885,914 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionif is someone who can help me? PLZ!!!!!! Pin
Bravoone_20066-Aug-06 22:33
Bravoone_20066-Aug-06 22:33 
AnswerRe: if is someone who can help me? PLZ!!!!!! Pin
Hamid_RT6-Aug-06 22:53
Hamid_RT6-Aug-06 22:53 
AnswerRe: if is someone who can help me? PLZ!!!!!! Pin
PlayByTheRules7-Aug-06 1:42
PlayByTheRules7-Aug-06 1:42 
AnswerRe: if is someone who can help me? PLZ!!!!!! Pin
David Crow7-Aug-06 2:57
David Crow7-Aug-06 2:57 
Questiondrawing an item in Mousemove of an owner drawn listbox Pin
Vikash Dubey6-Aug-06 22:07
Vikash Dubey6-Aug-06 22:07 
AnswerRe: drawing an item in Mousemove of an owner drawn listbox Pin
Programm3r6-Aug-06 22:53
Programm3r6-Aug-06 22:53 
GeneralRe: drawing an item in Mousemove of an owner drawn listbox Pin
Vikash Dubey6-Aug-06 23:40
Vikash Dubey6-Aug-06 23:40 
QuestionHow to get Edit Style of Edit box Pin
huynhnb6-Aug-06 22:03
huynhnb6-Aug-06 22:03 
I have Dialog public from CColorDialog. I added three edit box to get Dec value and change to Hex value ( R - G - B ) to R-Hex, G-Hex, B-Hex.
get and convert it OK.
But i can make my edit box same edit box of CColorDialog
Help me to make my edit has style same edit box of ColorDialog
My Code to make Edit box
BOOL CHpbColorDialog::OnInitDialog()
{
CEdit _editRed;
_editRed.Create(WS_BORDER | ES_CENTER | WS_CHILD | WS_VISIBLE | WS_TABSTOP ,rectTemp , this, 1000);
_editRed.SetFont(GetFont());
_editRed.SetLimitText(2);
............
}

Thank for reading.

Huynhnb

.: Your success is also me :.



QuestionRe: How to get Edit Style of Edit box Pin
Programm3r6-Aug-06 22:48
Programm3r6-Aug-06 22:48 
AnswerRe: How to get Edit Style of Edit box Pin
David Crow7-Aug-06 3:14
David Crow7-Aug-06 3:14 
GeneralRe: How to get Edit Style of Edit box Pin
huynhnb7-Aug-06 14:12
huynhnb7-Aug-06 14:12 
QuestionRe: How to get Edit Style of Edit box Pin
David Crow8-Aug-06 3:12
David Crow8-Aug-06 3:12 
QuestionI NEEEED HEEELLLPPP !!!!!!!!! [modified] Pin
Bravoone_20066-Aug-06 21:56
Bravoone_20066-Aug-06 21:56 
QuestionRe: I NEEEED HEEELLLPPP !!!!!!!!! Pin
Programm3r6-Aug-06 22:43
Programm3r6-Aug-06 22:43 
AnswerRe: I NEEEED HEEELLLPPP !!!!!!!!! Pin
Bravoone_20066-Aug-06 22:59
Bravoone_20066-Aug-06 22:59 
GeneralRe: I NEEEED HEEELLLPPP !!!!!!!!! Pin
Programm3r6-Aug-06 23:05
Programm3r6-Aug-06 23:05 
GeneralRe: I NEEEED HEEELLLPPP !!!!!!!!! Pin
PlayByTheRules7-Aug-06 1:41
PlayByTheRules7-Aug-06 1:41 
AnswerRe: I NEEEED HEEELLLPPP !!!!!!!!! Pin
PlayByTheRules7-Aug-06 1:40
PlayByTheRules7-Aug-06 1:40 
AnswerRe: I NEEEED HEEELLLPPP !!!!!!!!! Pin
David Crow7-Aug-06 2:56
David Crow7-Aug-06 2:56 
QuestionPrinting Documents using VC++ Pin
Suren6-Aug-06 21:34
Suren6-Aug-06 21:34 
AnswerRe: Printing Documents using VC++ Pin
georgekjolly7-Aug-06 20:19
georgekjolly7-Aug-06 20:19 
Questionhy all ! Pin
Bravoone_20066-Aug-06 21:18
Bravoone_20066-Aug-06 21:18 
AnswerRe: hy all ! Pin
_AnsHUMAN_ 6-Aug-06 22:03
_AnsHUMAN_ 6-Aug-06 22:03 
QuestionRe: hy all ! [modified] Pin
Bravoone_20066-Aug-06 22:22
Bravoone_20066-Aug-06 22:22 
AnswerRe: hy all ! Pin
PlayByTheRules7-Aug-06 1:39
PlayByTheRules7-Aug-06 1:39 

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.