Click here to Skip to main content
15,890,186 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Logger! "hijacking" interface! Pin
thelonesquirrely14-Aug-09 8:36
thelonesquirrely14-Aug-09 8:36 
QuestionHow to get tool tip text of another application. Pin
onlyjaypatel14-Aug-09 4:27
onlyjaypatel14-Aug-09 4:27 
AnswerRe: How to get tool tip text of another application. Pin
Bacon Ultimate Cheeseburger14-Aug-09 11:26
Bacon Ultimate Cheeseburger14-Aug-09 11:26 
GeneralRe: How to get tool tip text of another application. Pin
onlyjaypatel14-Aug-09 19:29
onlyjaypatel14-Aug-09 19:29 
QuestionSet TitleBAr Pin
kumar sanghvi14-Aug-09 2:52
kumar sanghvi14-Aug-09 2:52 
AnswerRe: Set TitleBAr Pin
kumar sanghvi14-Aug-09 3:45
kumar sanghvi14-Aug-09 3:45 
QuestionRe: Set TitleBAr Pin
David Crow14-Aug-09 5:39
David Crow14-Aug-09 5:39 
GeneralRe: Set TitleBAr Pin
Bacon Ultimate Cheeseburger14-Aug-09 11:52
Bacon Ultimate Cheeseburger14-Aug-09 11:52 
kumar sanghvi wrote:
but the increased height of the title bar is not shown properly


This is because you are changing the bounding rectangle of the client area not the caption bar. The default window procedure will adjust this rectangle based on the height of the title bar, the height of the menu (if present) and any other non-client component managed by the window. You have however gotten one step close as you now have extra space reserved at the top of the window for your caption bar.

The next step is to handle the WM_NCPAINT message and draw your custom caption bar with the desired height.

I am a lean mean ground beef machine!!!

QuestionUniversal font Pin
includeh1014-Aug-09 2:18
includeh1014-Aug-09 2:18 
AnswerRe: Universal font Pin
Stuart Dootson14-Aug-09 2:21
professionalStuart Dootson14-Aug-09 2:21 
AnswerRe: Universal font Pin
Nemanja Trifunovic14-Aug-09 3:00
Nemanja Trifunovic14-Aug-09 3:00 
QuestionNTLM authentication and Wininet.dll dependency Pin
dharani14-Aug-09 0:22
dharani14-Aug-09 0:22 
AnswerRe: NTLM authentication and Wininet.dll dependency Pin
Stuart Dootson14-Aug-09 2:20
professionalStuart Dootson14-Aug-09 2:20 
QuestionDLL Hell ? Pin
Haakon S.14-Aug-09 0:21
Haakon S.14-Aug-09 0:21 
AnswerRe: DLL Hell ? Pin
_AnsHUMAN_ 14-Aug-09 0:29
_AnsHUMAN_ 14-Aug-09 0:29 
GeneralRe: DLL Hell ? Pin
Haakon S.14-Aug-09 4:12
Haakon S.14-Aug-09 4:12 
AnswerRe: DLL Hell ? Pin
Randor 14-Aug-09 2:24
professional Randor 14-Aug-09 2:24 
GeneralRe: DLL Hell ? Pin
Haakon S.14-Aug-09 4:10
Haakon S.14-Aug-09 4:10 
GeneralRe: DLL Hell ? Pin
Randor 14-Aug-09 11:00
professional Randor 14-Aug-09 11:00 
GeneralRe: DLL Hell ? Pin
Haakon S.16-Aug-09 10:13
Haakon S.16-Aug-09 10:13 
QuestionUnion, Help me this code!! Pin
nhimconlazy13-Aug-09 22:59
nhimconlazy13-Aug-09 22:59 
AnswerRe: Union, Help me this code!! Pin
_AnsHUMAN_ 14-Aug-09 0:06
_AnsHUMAN_ 14-Aug-09 0:06 
AnswerRe: Union, Help me this code!! Pin
Iain Clarke, Warrior Programmer14-Aug-09 1:31
Iain Clarke, Warrior Programmer14-Aug-09 1:31 
QuestionHow to dynamically load values in String table Pin
Pryabu13-Aug-09 22:02
Pryabu13-Aug-09 22:02 
AnswerRe: How to dynamically load values in String table Pin
Rajesh R Subramanian13-Aug-09 22:19
professionalRajesh R Subramanian13-Aug-09 22:19 

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.