Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: concerning PostMessage..... Pin
Ravi Bhavnani19-Sep-05 18:19
professionalRavi Bhavnani19-Sep-05 18:19 
GeneralRe: concerning PostMessage..... Pin
ThatsAlok19-Sep-05 18:43
ThatsAlok19-Sep-05 18:43 
GeneralRe: concerning PostMessage..... Pin
namaskaaram20-Sep-05 1:44
namaskaaram20-Sep-05 1:44 
Questionhosting activeX control in WIN32 dll (non-mfc) Pin
yccheok19-Sep-05 3:46
yccheok19-Sep-05 3:46 
QuestionDouble Click File to open MFC ??? Pin
tbrake19-Sep-05 3:32
tbrake19-Sep-05 3:32 
AnswerRe: Double Click File to open MFC ??? Pin
MailtoGops19-Sep-05 5:06
MailtoGops19-Sep-05 5:06 
AnswerRe: Double Click File to open MFC ??? Pin
dilipvpv19-Sep-05 7:55
dilipvpv19-Sep-05 7:55 
Questionhelp needed Pin
Laffis19-Sep-05 3:31
Laffis19-Sep-05 3:31 
AnswerRe: help needed Pin
MailtoGops19-Sep-05 5:14
MailtoGops19-Sep-05 5:14 
GeneralRe: help needed Pin
David Crow19-Sep-05 7:55
David Crow19-Sep-05 7:55 
GeneralRe: help needed Pin
Laffis19-Sep-05 10:40
Laffis19-Sep-05 10:40 
QuestionGet Font Path Pin
RamL19-Sep-05 3:16
RamL19-Sep-05 3:16 
AnswerRe: Get Font Path Pin
Graham Bradshaw19-Sep-05 6:39
Graham Bradshaw19-Sep-05 6:39 
QuestionCOM address independence? Pin
Anonymous19-Sep-05 2:42
Anonymous19-Sep-05 2:42 
AnswerRe: COM address independence? Pin
RChin19-Sep-05 3:32
RChin19-Sep-05 3:32 
Questionhow to delete a socket Pin
jianxin080519-Sep-05 2:41
jianxin080519-Sep-05 2:41 
QuestionPrinting files using MS Word automation Pin
Member 64506719-Sep-05 2:18
Member 64506719-Sep-05 2:18 
QuestionMoving Strings To Resource Pin
abhi_code19-Sep-05 1:26
abhi_code19-Sep-05 1:26 
AnswerRe: Moving Strings To Resource Pin
Maximilien19-Sep-05 2:47
Maximilien19-Sep-05 2:47 
QuestionMoving Strings To Resource Pin
abhi_code19-Sep-05 1:24
abhi_code19-Sep-05 1:24 
QuestionMinimize application on taskbar click Pin
razorbladez19-Sep-05 0:14
razorbladez19-Sep-05 0:14 
Hi,

When you disable the titlebar (and thus the minimize-button) in a dialog, the application wont minimize anymore on a taskbar click.

I was wondering if you can recreate that behaviour, so that the application minimizes even without a titlebar.

I tried already using an own WndProc-Method to catch the messages of the taskbar to look for a WM_LBUTTONUP or DOWN to minimize and restore the application myself, but the GWL_WNDPROC of SetWindowLong seems to only work for windows of the own process, so that didnt work...

Has anybody got an idea or maybe done that himself already?

thanks alot!
AnswerRe: Minimize application on taskbar click Pin
bugDanny19-Sep-05 3:24
bugDanny19-Sep-05 3:24 
GeneralRe: Minimize application on taskbar click Pin
razorbladez19-Sep-05 3:30
razorbladez19-Sep-05 3:30 
GeneralRe: Minimize application on taskbar click Pin
bugDanny19-Sep-05 4:04
bugDanny19-Sep-05 4:04 
GeneralRe: Minimize application on taskbar click Pin
razorbladez19-Sep-05 4:17
razorbladez19-Sep-05 4:17 

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.