Click here to Skip to main content
15,906,558 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Which edit box was clicked? Pin
PJ Arends28-Oct-06 21:25
professionalPJ Arends28-Oct-06 21:25 
GeneralRe: Which edit box was clicked? Pin
Oliver12329-Oct-06 13:18
Oliver12329-Oct-06 13:18 
AnswerRe: Which edit box was clicked? Pin
Mark Salsbery29-Oct-06 14:28
Mark Salsbery29-Oct-06 14:28 
QuestionOwner Drawn Pin
BlitzPackage28-Oct-06 13:28
BlitzPackage28-Oct-06 13:28 
AnswerRe: Owner Drawn Pin
Christian Graus28-Oct-06 13:37
protectorChristian Graus28-Oct-06 13:37 
GeneralRe: Owner Drawn Pin
BlitzPackage28-Oct-06 13:41
BlitzPackage28-Oct-06 13:41 
GeneralRe: Owner Drawn Pin
Jörgen Sigvardsson29-Oct-06 9:17
Jörgen Sigvardsson29-Oct-06 9:17 
AnswerRe: Owner Drawn Pin
peterchen29-Oct-06 4:18
peterchen29-Oct-06 4:18 
Specifically, it means that the owner window (usuall the parent) draws the item(s).

This allows you to change the appearance of child controls (like list/combo boxes) without subclassing the child controls themselves.
It is also used to draw custom menus (where subclassing isn't possible)

For Common Controls (comboboxex, treeview, list view control etc.), Owner Draw is replaced by Custom Draw, which provides a more granular control over what you (have to) do and what can remain default.



We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP

Linkify! || Fold With Us! || sighist

QuestionRasSetEntryProperties runtime error. Access Violation Pin
cfo5ter28-Oct-06 11:11
cfo5ter28-Oct-06 11:11 
AnswerRe: RasSetEntryProperties runtime error. Access Violation Pin
PJ Arends28-Oct-06 11:46
professionalPJ Arends28-Oct-06 11:46 
AnswerRe: RasSetEntryProperties runtime error. Access Violation Pin
PJ Arends28-Oct-06 11:56
professionalPJ Arends28-Oct-06 11:56 
GeneralRe: RasSetEntryProperties runtime error. Access Violation Pin
cfo5ter28-Oct-06 12:40
cfo5ter28-Oct-06 12:40 
GeneralRe: RasSetEntryProperties runtime error. Access Violation Pin
PJ Arends28-Oct-06 12:49
professionalPJ Arends28-Oct-06 12:49 
GeneralRe: RasSetEntryProperties runtime error. Access Violation Pin
cfo5ter28-Oct-06 13:19
cfo5ter28-Oct-06 13:19 
GeneralRe: RasSetEntryProperties runtime error. Access Violation Pin
PJ Arends28-Oct-06 21:31
professionalPJ Arends28-Oct-06 21:31 
Questioncombining chars Pin
legit28-Oct-06 9:42
legit28-Oct-06 9:42 
AnswerRe: combining chars Pin
Mohammad A Gdeisat28-Oct-06 10:28
Mohammad A Gdeisat28-Oct-06 10:28 
GeneralRe: combining chars Pin
Mark Salsbery29-Oct-06 7:38
Mark Salsbery29-Oct-06 7:38 
GeneralRe: combining chars Pin
Mohammad A Gdeisat29-Oct-06 10:18
Mohammad A Gdeisat29-Oct-06 10:18 
AnswerRe: combining chars Pin
S Douglas28-Oct-06 22:52
professionalS Douglas28-Oct-06 22:52 
AnswerRe: combining chars Pin
Mark Salsbery29-Oct-06 6:42
Mark Salsbery29-Oct-06 6:42 
QuestionLoad image Pin
Kiethnt28-Oct-06 8:55
Kiethnt28-Oct-06 8:55 
AnswerRe: Load image Pin
Hamid_RT28-Oct-06 9:09
Hamid_RT28-Oct-06 9:09 
QuestionDynamic Context Menus Pin
Mohammad A Gdeisat28-Oct-06 7:25
Mohammad A Gdeisat28-Oct-06 7:25 
AnswerRe: Dynamic Context Menus Pin
Mark Salsbery28-Oct-06 8:35
Mark Salsbery28-Oct-06 8:35 

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.