Click here to Skip to main content
15,914,070 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Find controls on Window Pin
24-Aug-01 6:17
suss24-Aug-01 6:17 
GeneralDeleting a dynamically allocated 2d array Pin
Josh Knox24-Aug-01 4:11
Josh Knox24-Aug-01 4:11 
GeneralRe: Deleting a dynamically allocated 2d array Pin
Tim Deveaux24-Aug-01 6:00
Tim Deveaux24-Aug-01 6:00 
GeneralRe: Deleting a dynamically allocated 2d array (part II) Pin
Tim Deveaux24-Aug-01 8:39
Tim Deveaux24-Aug-01 8:39 
GeneralBorland C++ Builder : DLL Load Error Pin
AaroC35724-Aug-01 4:04
AaroC35724-Aug-01 4:04 
QuestionHow to remove the maximize button... Pin
Maer72724-Aug-01 3:28
Maer72724-Aug-01 3:28 
AnswerRe: How to remove the maximize button... Pin
Zoltan Csizmadia24-Aug-01 4:14
Zoltan Csizmadia24-Aug-01 4:14 
GeneralRe: How to remove the maximize button... Pin
Maer72724-Aug-01 22:21
Maer72724-Aug-01 22:21 
Thanks for your reply. But I still have a question.

Here is my source codes in a dialog based program, but it does not work.


void CTestStyleDlg::OnLButtonDown(UINT nFlags, CPoint point)
{
// TODO: Add your message handler code here and/or call default
this->ModifyStyle(WS_MINIMIZE,0);
CDialog::OnLButtonDown(nFlags, point);
}

I have already added the minimized button to the window before running the program. But nothing happens when clicking the left button of the mouse.

How to resolve the trouble?

Thanks again.

Maer
QuestionHow can I get the KB articles? Pin
Maer72724-Aug-01 3:27
Maer72724-Aug-01 3:27 
AnswerRe: How can I get the KB articles? Pin
Josh Knox24-Aug-01 4:16
Josh Knox24-Aug-01 4:16 
GeneralRe: How can I get the KB articles? Pin
Maer72724-Aug-01 22:33
Maer72724-Aug-01 22:33 
GeneralBitmap dialog drawing problem Pin
24-Aug-01 3:14
suss24-Aug-01 3:14 
GeneralBitmap dialog drawing problem Pin
24-Aug-01 3:13
suss24-Aug-01 3:13 
GeneralVisual Studio and stray files Pin
John Hagen24-Aug-01 2:39
John Hagen24-Aug-01 2:39 
QuestionHow change network drive name? Pin
24-Aug-01 1:09
suss24-Aug-01 1:09 
GeneralDirectX and timers Pin
24-Aug-01 0:52
suss24-Aug-01 0:52 
GeneralRe: DirectX and timers Pin
Anders Molin24-Aug-01 1:16
professionalAnders Molin24-Aug-01 1:16 
GeneralRe: DirectX and timers Pin
Andrew Peace24-Aug-01 13:21
Andrew Peace24-Aug-01 13:21 
GeneralRe: DirectX and timers Pin
25-Aug-01 3:36
suss25-Aug-01 3:36 
Generalproblem in CTreeView Pin
24-Aug-01 0:48
suss24-Aug-01 0:48 
GeneralListBox presentation Pin
24-Aug-01 0:27
suss24-Aug-01 0:27 
GeneralScroll Bars Pin
24-Aug-01 0:13
suss24-Aug-01 0:13 
GeneralRe: Scroll Bars Pin
JerzyPeter24-Aug-01 3:20
JerzyPeter24-Aug-01 3:20 
GeneralRe: Scroll Bars Pin
MAXS72U24-Aug-01 4:49
MAXS72U24-Aug-01 4:49 
GeneralRe: Scroll Bars Pin
24-Aug-01 6:18
suss24-Aug-01 6:18 

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.