Click here to Skip to main content
15,917,652 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 0xC0000005:Acces violation Pin
RChin22-Jan-03 0:24
RChin22-Jan-03 0:24 
GeneralRe: 0xC0000005:Acces violation Pin
Ted Ferenc22-Jan-03 1:29
Ted Ferenc22-Jan-03 1:29 
GeneralRe: 0xC0000005:Acces violation Pin
joshfl23-Jan-03 5:42
joshfl23-Jan-03 5:42 
Questionwhat is octet-stream? Pin
murali_utr21-Jan-03 23:59
murali_utr21-Jan-03 23:59 
AnswerRe: what is octet-stream? Pin
Daniel Turini22-Jan-03 0:14
Daniel Turini22-Jan-03 0:14 
AnswerRe: what is octet-stream? Pin
Christian Graus22-Jan-03 0:21
protectorChristian Graus22-Jan-03 0:21 
GeneralRe: what is octet-stream? Pin
Daniel Turini22-Jan-03 1:17
Daniel Turini22-Jan-03 1:17 
QuestionButton without focus? Pin
Moak21-Jan-03 23:50
Moak21-Jan-03 23:50 
Hi,
can I create a button which not get focus if it is clicked? (a focusless button like a button in a toolbar)

The focus should stay with the current control and not be "stolen" by button click. Possibly it can be done by overriding WM_LBUTTONDOWN ...? It would be great if I can avoid ownerdraw (to keep XP style button, if code is running on XP). What I found on Google mentions it has to be a onwerdraw button rebuild from scratch.

At the moment I simply set the focus back after button is clicked, but that's not that great.

Thx for help, Moak
AnswerRe: Button without focus? Pin
chepuri_uk22-Jan-03 0:22
chepuri_uk22-Jan-03 0:22 
GeneralRe: Button without focus? Pin
Moak22-Jan-03 0:51
Moak22-Jan-03 0:51 
AnswerRe: Button without focus? Pin
xxhimanshu22-Jan-03 0:26
xxhimanshu22-Jan-03 0:26 
GeneralRe: Button without focus? Pin
Moak22-Jan-03 1:06
Moak22-Jan-03 1:06 
QuestionHow to Add an Event Handler for Toolbar Button in VC++7 Pin
Exceter21-Jan-03 23:37
Exceter21-Jan-03 23:37 
AnswerRe: How to Add an Event Handler for Toolbar Button in VC++7 Pin
xxhimanshu22-Jan-03 0:32
xxhimanshu22-Jan-03 0:32 
GeneralRe: How to Add an Event Handler for Toolbar Button in VC++7 Pin
Rage22-Jan-03 1:01
professionalRage22-Jan-03 1:01 
GeneralA question about the precompiled directive ASSERT Pin
George221-Jan-03 22:20
George221-Jan-03 22:20 
GeneralRe: A question about the precompiled directive ASSERT Pin
Rage21-Jan-03 22:28
professionalRage21-Jan-03 22:28 
GeneralRe: A question about the precompiled directive ASSERT Pin
George221-Jan-03 23:42
George221-Jan-03 23:42 
GeneralRe: A question about the precompiled directive ASSERT Pin
Rage22-Jan-03 0:01
professionalRage22-Jan-03 0:01 
GeneralRe: A question about the precompiled directive ASSERT Pin
George222-Jan-03 0:18
George222-Jan-03 0:18 
GeneralRe: A question about the precompiled directive ASSERT Pin
Rage22-Jan-03 0:52
professionalRage22-Jan-03 0:52 
GeneralRe: A question about the precompiled directive ASSERT Pin
Jörgen Sigvardsson22-Jan-03 3:28
Jörgen Sigvardsson22-Jan-03 3:28 
GeneralRe: A question about the precompiled directive ASSERT Pin
George222-Jan-03 15:37
George222-Jan-03 15:37 
GeneralRe: A question about the precompiled directive ASSERT Pin
Jörgen Sigvardsson22-Jan-03 21:58
Jörgen Sigvardsson22-Jan-03 21:58 
GeneralRe: A question about the precompiled directive ASSERT Pin
George223-Jan-03 15:55
George223-Jan-03 15:55 

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.