Click here to Skip to main content
15,887,380 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Office 2003 Pin
PIEBALDconsult22-Sep-23 6:42
mvePIEBALDconsult22-Sep-23 6:42 
GeneralRe: Office 2003 Pin
Vikram A Punathambekar22-Sep-23 6:55
Vikram A Punathambekar22-Sep-23 6:55 
GeneralRe: Office 2003 Pin
Choroid22-Sep-23 18:46
Choroid22-Sep-23 18:46 
GeneralArrrgh Win32! Pin
honey the codewitch21-Sep-23 5:47
mvahoney the codewitch21-Sep-23 5:47 
GeneralRe: Arrrgh Win32! Pin
Andreas Mertens21-Sep-23 7:37
professionalAndreas Mertens21-Sep-23 7:37 
GeneralRe: Arrrgh Win32! Pin
David O'Neil21-Sep-23 8:29
professionalDavid O'Neil21-Sep-23 8:29 
GeneralRe: Arrrgh Win32! Pin
honey the codewitch21-Sep-23 12:21
mvahoney the codewitch21-Sep-23 12:21 
GeneralRe: Arrrgh Win32! Pin
Rick York21-Sep-23 13:10
mveRick York21-Sep-23 13:10 
If you create a child window of a dialog, usually a control, the HMENU field is a resource identifier so you actually do have them since controls generally do not have menus. This is true of both CreateWindow and CreateWindowEx and the identifiers have to be unique for all controls in a dialog.

ETA: there is a handy function, GetDlgItem, that will give you a handle to a control in a dialog. It is handy because if you use it then you don't have to save handles to the controls.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

GeneralRe: Arrrgh Win32! Pin
honey the codewitch21-Sep-23 13:12
mvahoney the codewitch21-Sep-23 13:12 
GeneralRe: Arrrgh Win32! Pin
David O'Neil21-Sep-23 15:07
professionalDavid O'Neil21-Sep-23 15:07 
GeneralRe: Arrrgh Win32! Pin
honey the codewitch21-Sep-23 15:10
mvahoney the codewitch21-Sep-23 15:10 
GeneralRe: Arrrgh Win32! Pin
David O'Neil21-Sep-23 15:21
professionalDavid O'Neil21-Sep-23 15:21 
GeneralRe: Arrrgh Win32! Pin
honey the codewitch21-Sep-23 15:23
mvahoney the codewitch21-Sep-23 15:23 
GeneralRe: Arrrgh Win32! Pin
David O'Neil21-Sep-23 15:09
professionalDavid O'Neil21-Sep-23 15:09 
GeneralRe: Arrrgh Win32! Pin
Kornfeld Eliyahu Peter21-Sep-23 19:12
professionalKornfeld Eliyahu Peter21-Sep-23 19:12 
GeneralRe: Arrrgh Win32! Pin
honey the codewitch22-Sep-23 1:02
mvahoney the codewitch22-Sep-23 1:02 
GeneralRe: Arrrgh Win32! Pin
honey the codewitch22-Sep-23 2:32
mvahoney the codewitch22-Sep-23 2:32 
AnswerRe: Arrrgh Win32! Pin
enhzflep23-Sep-23 18:59
enhzflep23-Sep-23 18:59 
GeneralRe: Arrrgh Win32! Pin
honey the codewitch24-Sep-23 1:09
mvahoney the codewitch24-Sep-23 1:09 
Generalcannot use MS Teams any more - what can I do? Pin
DGrothe-PhD21-Sep-23 5:46
DGrothe-PhD21-Sep-23 5:46 
GeneralRe: cannot use MS Teams any more - what can I do? Pin
k505421-Sep-23 6:22
mvek505421-Sep-23 6:22 
GeneralRe: cannot use MS Teams any more - what can I do? Pin
Gerry Schmitz21-Sep-23 6:34
mveGerry Schmitz21-Sep-23 6:34 
GeneralRe: cannot use MS Teams any more - what can I do? Pin
Al Fargnoli21-Sep-23 7:56
Al Fargnoli21-Sep-23 7:56 
GeneralRe: cannot use MS Teams any more - what can I do? Pin
dandy7221-Sep-23 10:19
dandy7221-Sep-23 10:19 
GeneralRe: cannot use MS Teams any more - what can I do? Pin
DGrothe-PhD22-Sep-23 3:10
DGrothe-PhD22-Sep-23 3:10 

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.