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

C / C++ / MFC

 
GeneralRe: Getting what's been clicked on a listbox Pin
David Crow7-Jun-04 7:08
David Crow7-Jun-04 7:08 
GeneralRe: Getting what's been clicked on a listbox Pin
kfaday7-Jun-04 8:34
kfaday7-Jun-04 8:34 
GeneralCreate and Modify a CHM file Pin
Tcpip20057-Jun-04 6:23
Tcpip20057-Jun-04 6:23 
GeneralRe: Create and Modify a CHM file Pin
Ravi Bhavnani7-Jun-04 7:30
professionalRavi Bhavnani7-Jun-04 7:30 
GeneralClicking on a bitmap Pin
kfaday7-Jun-04 6:08
kfaday7-Jun-04 6:08 
GeneralRe: Clicking on a bitmap Pin
Johan Rosengren7-Jun-04 6:13
Johan Rosengren7-Jun-04 6:13 
GeneralRe: Clicking on a bitmap Pin
kfaday7-Jun-04 6:15
kfaday7-Jun-04 6:15 
GeneralRe: Clicking on a bitmap Pin
Johan Rosengren7-Jun-04 6:29
Johan Rosengren7-Jun-04 6:29 
kfaday!

You are not lazy, are you Smile | :)

Here is the declaration from MSDN:

void MapWindowPoints( CWnd* pwndTo, LPRECT lpRect ) const;

which I strongly suggest for reading (http://www.msdn.microsoft.com/[^]).

Something like:

CStatic* pflecha = ( CStatic* ) GetDlgItem( IDC_FLECHA );
pflecha->GetClientRect( &flecharect );
pflecha->MapWindowPoints( this, &flecharect );


should get flecharect in the coordinate space for the owning window.
GeneralRe: Clicking on a bitmap Pin
kfaday7-Jun-04 6:37
kfaday7-Jun-04 6:37 
QuestionHow to create reset button Pin
syasya7-Jun-04 5:59
syasya7-Jun-04 5:59 
AnswerRe: How to create reset button Pin
Johan Rosengren7-Jun-04 6:15
Johan Rosengren7-Jun-04 6:15 
GeneralProblem with Threads dialog box Pin
LasVegasGuy7-Jun-04 5:29
LasVegasGuy7-Jun-04 5:29 
Generalserial com port transmission Pin
jetournier7-Jun-04 5:27
jetournier7-Jun-04 5:27 
Generallinking managed dll to standard c++ Pin
Emiliano7-Jun-04 5:24
Emiliano7-Jun-04 5:24 
GeneralChange the font size in a CComboBox Pin
Anonymous7-Jun-04 4:12
Anonymous7-Jun-04 4:12 
GeneralRe: Change the font size in a CComboBox Pin
David Crow7-Jun-04 5:44
David Crow7-Jun-04 5:44 
GeneralExperts Guide regarding MAC Address of a remote machine. Pin
Member 11501767-Jun-04 3:59
Member 11501767-Jun-04 3:59 
GeneralRe: Experts Guide regarding MAC Address of a remote machine. Pin
David Crow7-Jun-04 5:09
David Crow7-Jun-04 5:09 
GeneralRe: Experts Guide regarding MAC Address of a remote machine. Pin
cmk7-Jun-04 22:40
cmk7-Jun-04 22:40 
GeneralRe: Experts Guide regarding MAC Address of a remote machine. Pin
simpocoder15-Jun-10 21:19
simpocoder15-Jun-10 21:19 
GeneralWaitForMultipleObject problem Pin
hasansheik7-Jun-04 3:55
hasansheik7-Jun-04 3:55 
GeneralWaitForMultipleObject problem Pin
hasansheik7-Jun-04 3:55
hasansheik7-Jun-04 3:55 
GeneralHandles of Threads Pin
RichardS7-Jun-04 3:50
RichardS7-Jun-04 3:50 
GeneralRe: Handles of Threads Pin
Antony M Kancidrowski7-Jun-04 4:11
Antony M Kancidrowski7-Jun-04 4:11 
GeneralRe: Handles of Threads Pin
Mike Dimmick7-Jun-04 4:16
Mike Dimmick7-Jun-04 4:16 

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.