Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ reading out memory specs Pin
Michael Schubert24-Mar-09 6:28
Michael Schubert24-Mar-09 6:28 
GeneralRe: C++ reading out memory specs Pin
David Crow24-Mar-09 6:39
David Crow24-Mar-09 6:39 
AnswerRe: C++ reading out memory specs Pin
Iain Clarke, Warrior Programmer24-Mar-09 8:39
Iain Clarke, Warrior Programmer24-Mar-09 8:39 
GeneralRe: C++ reading out memory specs Pin
Fatbuddha 126-Mar-09 22:52
Fatbuddha 126-Mar-09 22:52 
Questionsegmentation fault en strcat() Pin
sankariyo24-Mar-09 4:58
sankariyo24-Mar-09 4:58 
AnswerRe: segmentation fault en strcat() Pin
Code-o-mat24-Mar-09 5:17
Code-o-mat24-Mar-09 5:17 
GeneralRe: segmentation fault en strcat() Pin
sankariyo24-Mar-09 22:26
sankariyo24-Mar-09 22:26 
GeneralRe: segmentation fault en strcat() Pin
Code-o-mat24-Mar-09 23:04
Code-o-mat24-Mar-09 23:04 
AnswerRe: segmentation fault en strcat() Pin
Michael Schubert24-Mar-09 5:37
Michael Schubert24-Mar-09 5:37 
GeneralRe: segmentation fault en strcat() Pin
sankariyo24-Mar-09 22:39
sankariyo24-Mar-09 22:39 
QuestionRe: segmentation fault en strcat() Pin
David Crow24-Mar-09 6:20
David Crow24-Mar-09 6:20 
AnswerRe: segmentation fault en strcat() Pin
CPallini24-Mar-09 7:09
mveCPallini24-Mar-09 7:09 
GeneralRe: segmentation fault en strcat() Pin
David Crow24-Mar-09 7:14
David Crow24-Mar-09 7:14 
GeneralRe: segmentation fault en strcat() Pin
CPallini24-Mar-09 7:25
mveCPallini24-Mar-09 7:25 
GeneralRe: segmentation fault en strcat() Pin
sankariyo24-Mar-09 22:42
sankariyo24-Mar-09 22:42 
GeneralRe: segmentation fault en strcat() Pin
CPallini24-Mar-09 22:48
mveCPallini24-Mar-09 22:48 
AnswerRe: segmentation fault en strcat() Pin
SrivathsanRaghavan11-Dec-12 19:37
SrivathsanRaghavan11-Dec-12 19:37 
QuestionCRunTimeClass with parameters Pin
prithaa24-Mar-09 4:20
prithaa24-Mar-09 4:20 
AnswerRe: CRunTimeClass with parameters Pin
Akt_4_U24-Mar-09 6:12
Akt_4_U24-Mar-09 6:12 
GeneralRe: CRunTimeClass with parameters Pin
prithaa24-Mar-09 6:23
prithaa24-Mar-09 6:23 
QuestionForm Circular Reference? Pin
thenutz7224-Mar-09 4:00
thenutz7224-Mar-09 4:00 
AnswerRe: Form Circular Reference? Pin
Cedric Moonen24-Mar-09 4:23
Cedric Moonen24-Mar-09 4:23 
AnswerRe: Form Circular Reference? Pin
Iain Clarke, Warrior Programmer24-Mar-09 8:47
Iain Clarke, Warrior Programmer24-Mar-09 8:47 
Questionbitmap in combobox Pin
Rakesh524-Mar-09 3:28
Rakesh524-Mar-09 3:28 
AnswerRe: bitmap in combobox Pin
Iain Clarke, Warrior Programmer24-Mar-09 3:51
Iain Clarke, Warrior Programmer24-Mar-09 3:51 
1/ It's a codeguru article - did you get any luck on codeguru's forums?

2/ I've had good success with a codeproject article:
http://www.codeproject.com/KB/miscctrl/colour_picker.aspx[^]

3/ I've written my own combobox like control, where you can put anything you like in the little boxes...
http://www.codeproject.com/KB/miscctrl/generic_picker.aspx[^]

4/ If you look at the code on the original codeguru article, you'll see it handles WM_DRAWITEM, and there will be a couple of lines where it draws the coloured box - just replace that with your own code.

5/ Didn't I already point you at our combobox section? We have several other owner draw combo boxes that you can learn from.

6/ Good luck!

Iain.

In the process of moving to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), give me a job!

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.