Click here to Skip to main content
16,013,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSelf destructing exe Pin
17-Feb-01 18:15
suss17-Feb-01 18:15 
GeneralHRESULT and SetLastError Pin
PJ Arends17-Feb-01 16:09
professionalPJ Arends17-Feb-01 16:09 
GeneralRe: HRESULT and SetLastError Pin
Ancient Dragon17-Feb-01 17:26
Ancient Dragon17-Feb-01 17:26 
GeneralRe: HRESULT and SetLastError Pin
Tim Deveaux18-Feb-01 4:12
Tim Deveaux18-Feb-01 4:12 
GeneralRe: HRESULT and SetLastError Pin
PJ Arends19-Feb-01 6:41
professionalPJ Arends19-Feb-01 6:41 
GeneralRe: HRESULT and SetLastError Pin
Tim Deveaux19-Feb-01 13:10
Tim Deveaux19-Feb-01 13:10 
QuestionHow does..... Pin
17-Feb-01 12:47
suss17-Feb-01 12:47 
AnswerRe: How does..... Pin
Tim Deveaux17-Feb-01 13:15
Tim Deveaux17-Feb-01 13:15 
You might want to look at OnGetDlgCode, which is a handler for the WM_GETDLGCODE message. If you override it for your dialog and return DLGC_WANTALLKEYS you might see a difference - check the docs for other constants.

Windows sends a window this message to see what it wants in terms of tab, arrows, etc. Note, for instance, that a dlg control might not ask for the tab char, since that would interfere with the hanling of the tab key by the parent dialog.

Mind, I would think 'S' would get through. Hmmm...
QuestionEnumerate Toolbars? Pin
17-Feb-01 11:01
suss17-Feb-01 11:01 
AnswerRe: Enumerate Toolbars? Pin
Tim Deveaux17-Feb-01 13:29
Tim Deveaux17-Feb-01 13:29 
Generalcomparison code not working ... Pin
17-Feb-01 6:56
suss17-Feb-01 6:56 
GeneralRe: comparison code not working ... Pin
Anders Molin17-Feb-01 7:43
professionalAnders Molin17-Feb-01 7:43 
GeneralRe: comparison code not working ... Pin
17-Feb-01 13:04
suss17-Feb-01 13:04 
GeneralRe: comparison code not working ... Pin
17-Feb-01 13:04
suss17-Feb-01 13:04 
QuestionHow can I get the host's name and it's workgroup name by it's ip address? under windows2k Pin
17-Feb-01 6:29
suss17-Feb-01 6:29 
GeneralExit Application Function - HELP! Pin
James Bird17-Feb-01 5:49
James Bird17-Feb-01 5:49 
GeneralRe: Exit Application Function - HELP! Pin
l a u r e n17-Feb-01 5:58
l a u r e n17-Feb-01 5:58 
GeneralRe: Exit Application Function - HELP! Pin
Tim Deveaux17-Feb-01 13:50
Tim Deveaux17-Feb-01 13:50 
GeneralActiveX ArdioButton Control Pin
17-Feb-01 0:15
suss17-Feb-01 0:15 
GeneralAutomatically Show a tooltip Pin
Sachin16-Feb-01 23:37
Sachin16-Feb-01 23:37 
Generalzooming in view Pin
16-Feb-01 23:21
suss16-Feb-01 23:21 
Generalzooming in view Pin
16-Feb-01 23:21
suss16-Feb-01 23:21 
GeneralRe: zooming in view Pin
Juan Carlos Cobas17-Feb-01 1:04
Juan Carlos Cobas17-Feb-01 1:04 
GeneralAdd text to title of MainFrame Pin
Starodubtsev Sergey16-Feb-01 20:19
Starodubtsev Sergey16-Feb-01 20:19 
GeneralRe: Add text to title of MainFrame Pin
Christian Graus16-Feb-01 20:24
protectorChristian Graus16-Feb-01 20:24 

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.