Click here to Skip to main content
15,910,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What IDE for C++? Pin
error140819-Jun-08 0:10
error140819-Jun-08 0:10 
QuestionUSB device drivers Pin
Deepu Antony18-Jun-08 3:34
Deepu Antony18-Jun-08 3:34 
AnswerRe: USB device drivers Pin
David Crow18-Jun-08 3:39
David Crow18-Jun-08 3:39 
AnswerRe: USB device drivers Pin
Stephen Hewitt18-Jun-08 15:02
Stephen Hewitt18-Jun-08 15:02 
QuestionUltimate Toolbox's drawing style Pin
sawerr18-Jun-08 3:10
sawerr18-Jun-08 3:10 
AnswerRe: Ultimate Toolbox's drawing style Pin
Saurabh.Garg18-Jun-08 3:15
Saurabh.Garg18-Jun-08 3:15 
GeneralRe: Ultimate Toolbox's drawing style Pin
Maximilien18-Jun-08 3:18
Maximilien18-Jun-08 3:18 
AnswerRe: Ultimate Toolbox's drawing style Pin
James R. Twine18-Jun-08 3:32
James R. Twine18-Jun-08 3:32 
   Some controls do not have the concept of an "item."  For example, an edit control does not have a DrawItem message (IIRC), while a ComboBox does.

   You may have to handle both because of what you are allowed to touch in each message handler, and because of what "phase" in the drawing process you are at.  For example, you may not be able to successfully custom-draw the drop-down button on a combobox during the DrawItem phase -- maybe it gets overwritten/redrawn after that phase completes.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<hr></hr>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles



GeneralRe: Ultimate Toolbox's drawing style Pin
sawerr18-Jun-08 3:44
sawerr18-Jun-08 3:44 
GeneralRe: Ultimate Toolbox's drawing style Pin
James R. Twine18-Jun-08 4:07
James R. Twine18-Jun-08 4:07 
GeneralRe: Ultimate Toolbox's drawing style Pin
sawerr18-Jun-08 4:38
sawerr18-Jun-08 4:38 
AnswerRe: Ultimate Toolbox's drawing style Pin
Nibu babu thomas18-Jun-08 6:20
Nibu babu thomas18-Jun-08 6:20 
GeneralRe: Ultimate Toolbox's drawing style Pin
sawerr18-Jun-08 6:58
sawerr18-Jun-08 6:58 
GeneralRe: Ultimate Toolbox's drawing style Pin
Nibu babu thomas19-Jun-08 2:16
Nibu babu thomas19-Jun-08 2:16 
GeneralRe: Ultimate Toolbox's drawing style Pin
sawerr19-Jun-08 6:24
sawerr19-Jun-08 6:24 
GeneralRe: Ultimate Toolbox's drawing style Pin
Nibu babu thomas19-Jun-08 17:19
Nibu babu thomas19-Jun-08 17:19 
QuestionHow to get ASCII Character from Decimal value Pin
tns_ranjith18-Jun-08 2:59
tns_ranjith18-Jun-08 2:59 
AnswerRe: How to get ASCII Character from Decimal value Pin
toxcct18-Jun-08 3:04
toxcct18-Jun-08 3:04 
AnswerRe: How to get ASCII Character from Decimal value Pin
CPallini18-Jun-08 3:13
mveCPallini18-Jun-08 3:13 
QuestionRe: How to get ASCII Character from Decimal value Pin
James R. Twine18-Jun-08 3:35
James R. Twine18-Jun-08 3:35 
QuestionProperty Sheet eVC++ WinCE - Urgent Pin
Trupti Mehta18-Jun-08 2:54
Trupti Mehta18-Jun-08 2:54 
Questionget internal ip, getaddrinfo() Pin
smedowns7718-Jun-08 2:50
smedowns7718-Jun-08 2:50 
QuestionRe: get internal ip, getaddrinfo() Pin
David Crow18-Jun-08 2:57
David Crow18-Jun-08 2:57 
AnswerRe: get internal ip, getaddrinfo() Pin
Jijo.Raj18-Jun-08 3:01
Jijo.Raj18-Jun-08 3:01 
AnswerRe: get internal ip, getaddrinfo() Pin
Mark Salsbery18-Jun-08 10:23
Mark Salsbery18-Jun-08 10:23 

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.