Click here to Skip to main content
15,916,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating CRichEditCtrl Version 2.0/3.0 Pin
Steve S28-Aug-03 22:24
Steve S28-Aug-03 22:24 
GeneralRe: Creating CRichEditCtrl Version 2.0/3.0 Pin
Larry J. Siddens29-Aug-03 2:23
Larry J. Siddens29-Aug-03 2:23 
GeneralRe: Creating CRichEditCtrl Version 2.0/3.0 Pin
Larry J. Siddens29-Aug-03 5:22
Larry J. Siddens29-Aug-03 5:22 
GeneralExchanging Data Pin
Rage28-Aug-03 5:51
professionalRage28-Aug-03 5:51 
GeneralRe: Exchanging Data Pin
David Crow28-Aug-03 7:05
David Crow28-Aug-03 7:05 
GeneralRe: Exchanging Data Pin
Rage28-Aug-03 8:38
professionalRage28-Aug-03 8:38 
GeneralRe: Exchanging Data Pin
David Crow28-Aug-03 8:54
David Crow28-Aug-03 8:54 
GeneralTitle Bar Problems Pin
Lotonicus28-Aug-03 5:32
Lotonicus28-Aug-03 5:32 
So I am writing an editor for a 3D space game with direct X placed inside a Child Frame.. My problem is that. I need to be able to get the title bar info to adjust the size for picking. This will allow me to correctly send mouse coords to pick models in 3d space.

Basically I just need to add the hight of the title bar to the y mouse coord.

I am tryign to use:

TITLEBARINFO ti;

GetTitleBarInfo(&ti);

However TITLEBARINFO is not valid in MFC as far as I can tell. I tried including winuser.h but as usual cant include windows.h in an mfc project. How can I get the size or how can I get the TITLEBARINFO structure in MFC??


GeneralRe: Title Bar Problems Pin
Alexander M.,28-Aug-03 11:03
Alexander M.,28-Aug-03 11:03 
GeneralRe: Title Bar Problems Pin
Bob Stanneveld29-Aug-03 4:32
Bob Stanneveld29-Aug-03 4:32 
GeneralNetUserEnum() return value where define Pin
Old Gun28-Aug-03 4:32
Old Gun28-Aug-03 4:32 
GeneralRe: NetUserEnum() return value where define Pin
jhwurmbach28-Aug-03 5:43
jhwurmbach28-Aug-03 5:43 
GeneralRe: NetUserEnum() return value where define Pin
David Crow28-Aug-03 7:09
David Crow28-Aug-03 7:09 
GeneralRe: NetUserEnum() return value where define Pin
Alexander M.,28-Aug-03 12:47
Alexander M.,28-Aug-03 12:47 
GeneralRe: NetUserEnum() return value where define Pin
Old Gun28-Aug-03 18:19
Old Gun28-Aug-03 18:19 
GeneralRe: NetUserEnum() return value where define Pin
jhwurmbach29-Aug-03 4:16
jhwurmbach29-Aug-03 4:16 
Generalpreventative directories Pin
will138328-Aug-03 4:31
will138328-Aug-03 4:31 
GeneralRe: preventative directories Pin
Steve S28-Aug-03 7:04
Steve S28-Aug-03 7:04 
GeneralRe: preventative directories Pin
will138328-Aug-03 7:46
will138328-Aug-03 7:46 
GeneralRe: preventative directories Pin
David Crow28-Aug-03 7:12
David Crow28-Aug-03 7:12 
GeneralRe: preventative directories Pin
will138328-Aug-03 7:50
will138328-Aug-03 7:50 
GeneralRe: preventative directories Pin
David Crow28-Aug-03 8:09
David Crow28-Aug-03 8:09 
GeneralPorting VC++ 6.0 -> VC++.net 2003 Help Requested Pin
Larry J. Siddens28-Aug-03 4:27
Larry J. Siddens28-Aug-03 4:27 
GeneralRe: Porting VC++ 6.0 -> VC++.net 2003 Help Requested Pin
valikac28-Aug-03 6:12
valikac28-Aug-03 6:12 
Generalexcel automation Pin
act_x28-Aug-03 4:21
act_x28-Aug-03 4:21 

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.