Click here to Skip to main content
16,006,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: what do the method: MapDialogRect() ?? Pin
Chris Losinger21-May-01 5:03
professionalChris Losinger21-May-01 5:03 
GeneralRGB macro Pin
hearties20-May-01 21:28
hearties20-May-01 21:28 
GeneralRe: RGB macro Pin
Christian Graus21-May-01 0:13
protectorChristian Graus21-May-01 0:13 
QuestionHow can I post some data to a webpage? Pin
Shuyi Vi20-May-01 21:26
Shuyi Vi20-May-01 21:26 
AnswerRe: How can I post some data to a webpage? Pin
Anders Molin20-May-01 21:42
professionalAnders Molin20-May-01 21:42 
GeneralAccessing the DOM through MSHTML problems Pin
20-May-01 19:50
suss20-May-01 19:50 
QuestionHow to activate the left mouse button, after clicing a sub-menu Pin
mr200320-May-01 15:03
mr200320-May-01 15:03 
AnswerRe: How to activate the left mouse button, after clicing a sub-menu Pin
Christian Graus20-May-01 16:29
protectorChristian Graus20-May-01 16:29 
You want your program to think the left button is down when it is not ? Or you want the menu to disappear and the left button to stay down ? You've got problems - you'll need a hook for that I'd imagine, because generally the menu item is not called until you *raise* the button. You're talking about changing default UI behaviour - usually a *bad* idea.

Christian

#include "std_disclaimer.h"
GeneralDrawing perpendicular lines Pin
mr200320-May-01 15:02
mr200320-May-01 15:02 
GeneralRe: Drawing perpendicular lines Pin
Christian Graus20-May-01 16:26
protectorChristian Graus20-May-01 16:26 
Generalaccessing the document in a doc/view MFC app through a menu command Pin
20-May-01 11:43
suss20-May-01 11:43 
GeneralRe: accessing the document in a doc/view MFC app through a menu command Pin
Christian Graus20-May-01 12:02
protectorChristian Graus20-May-01 12:02 
GeneralRe: accessing the document in a doc/view MFC app through a menu command Pin
20-May-01 12:17
suss20-May-01 12:17 
GeneralDialogs as MDI Childs Pin
2sky20-May-01 10:07
2sky20-May-01 10:07 
GeneralRe: Dialogs as MDI Childs Pin
20-May-01 10:19
suss20-May-01 10:19 
GeneralAnother way ?????? Pin
2sky20-May-01 10:22
2sky20-May-01 10:22 
GeneralRe: Another way ?????? Pin
Christian Graus20-May-01 10:37
protectorChristian Graus20-May-01 10:37 
GeneralRe: Another way ?????? Pin
2sky20-May-01 10:47
2sky20-May-01 10:47 
GeneralRe: Another way ?????? Pin
Christian Graus20-May-01 12:55
protectorChristian Graus20-May-01 12:55 
Questionhow to exit an MFC application??? Pin
20-May-01 10:03
suss20-May-01 10:03 
AnswerRe: how to exit an MFC application??? Pin
Michael Dunn20-May-01 10:08
sitebuilderMichael Dunn20-May-01 10:08 
AnswerRe: how to exit an MFC application??? Pin
Christian Graus20-May-01 10:10
protectorChristian Graus20-May-01 10:10 
Answerthanks guys. Pin
20-May-01 10:16
suss20-May-01 10:16 
QuestionHow to show bitmap-picture in the code ??? Pin
20-May-01 9:02
suss20-May-01 9:02 
AnswerRe: How to show bitmap-picture in the code ??? Pin
Stan Shannon20-May-01 9:45
Stan Shannon20-May-01 9:45 

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.