Click here to Skip to main content
15,884,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: popup menu [modified] Pin
Randor 19-Jul-09 13:00
professional Randor 19-Jul-09 13:00 
QuestionHow to stop popup menu from closing? Pin
z33z19-Jul-09 6:27
z33z19-Jul-09 6:27 
AnswerRe: How to stop popup menu from closing? Pin
Iain Clarke, Warrior Programmer19-Jul-09 8:04
Iain Clarke, Warrior Programmer19-Jul-09 8:04 
GeneralRe: How to stop popup menu from closing? Pin
z33z19-Jul-09 10:25
z33z19-Jul-09 10:25 
GeneralRe: How to stop popup menu from closing? Pin
z33z19-Jul-09 11:43
z33z19-Jul-09 11:43 
GeneralRe: How to stop popup menu from closing? Pin
Iain Clarke, Warrior Programmer19-Jul-09 20:38
Iain Clarke, Warrior Programmer19-Jul-09 20:38 
QuestionBN_CLICKED not sent to parent. (Button control) Pin
Netc19-Jul-09 3:57
Netc19-Jul-09 3:57 
AnswerRe: BN_CLICKED not sent to parent. (Button control) Pin
Iain Clarke, Warrior Programmer19-Jul-09 8:07
Iain Clarke, Warrior Programmer19-Jul-09 8:07 
I would suggest making a button a child of a static is a bug in itself, but...

Try using spy++ and seeing where the WM_LBUTTONDOWN / BN_CLICKED message(s) get routed. If they disappear into the static control, try adding the SS_NOTIFY style.

Good luck,

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need cotract work done, give me a job! http://cv.imcsoft.co.uk/[^]

AnswerRe: BN_CLICKED not sent to parent. (Button control) Pin
Netc19-Jul-09 12:59
Netc19-Jul-09 12:59 
GeneralRe: BN_CLICKED not sent to parent. (Button control) Pin
Iain Clarke, Warrior Programmer19-Jul-09 20:39
Iain Clarke, Warrior Programmer19-Jul-09 20:39 
QuestionProgram Deployment Pin
Bram van Kampen18-Jul-09 15:00
Bram van Kampen18-Jul-09 15:00 
AnswerRe: Program Deployment Pin
Rick York18-Jul-09 16:50
mveRick York18-Jul-09 16:50 
QuestionMFC Functions Pin
sidkraft18-Jul-09 14:07
sidkraft18-Jul-09 14:07 
AnswerRe: MFC Functions Pin
CPallini18-Jul-09 21:16
mveCPallini18-Jul-09 21:16 
QuestionIs there any way to convert resource name to resource id? Pin
transoft18-Jul-09 11:51
transoft18-Jul-09 11:51 
AnswerRe: Is there any way to convert resource name to resource id? Pin
Stuart Dootson18-Jul-09 13:20
professionalStuart Dootson18-Jul-09 13:20 
QuestionControls flickering, (buttons over a static control) Pin
Netc18-Jul-09 9:36
Netc18-Jul-09 9:36 
AnswerRe: Controls flickering, (buttons over a static control) Pin
transoft18-Jul-09 11:53
transoft18-Jul-09 11:53 
GeneralRe: Controls flickering, (buttons over a static control) Pin
Netc18-Jul-09 13:20
Netc18-Jul-09 13:20 
AnswerRe: Controls flickering, (buttons over a static control) Pin
Moak19-Jul-09 5:41
Moak19-Jul-09 5:41 
QuestionCSocket::Create function has thrown exception Pin
Elsie18-Jul-09 5:31
Elsie18-Jul-09 5:31 
AnswerRe: CSocket::Create function has thrown exception Pin
Moak19-Jul-09 3:38
Moak19-Jul-09 3:38 
AnswerRe: CSocket::Create function has thrown exception Pin
decentsmile28-Jan-10 6:04
decentsmile28-Jan-10 6:04 
QuestionDestructor Pin
Gjm18-Jul-09 3:17
Gjm18-Jul-09 3:17 
AnswerRe: Destructor Pin
Stuart Dootson18-Jul-09 3:29
professionalStuart Dootson18-Jul-09 3:29 

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.