Click here to Skip to main content
15,911,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Generate report using C++ (MFC) Pin
xiAoYJia5-Jul-04 18:17
xiAoYJia5-Jul-04 18:17 
GeneralRe: Generate report using C++ (MFC) Pin
Jose Cezar S. Ynion5-Jul-04 19:41
Jose Cezar S. Ynion5-Jul-04 19:41 
GeneralCreateFont() Pin
Poorniselva4-Jul-04 21:38
Poorniselva4-Jul-04 21:38 
GeneralRe: CreateFont() Pin
Antti Keskinen4-Jul-04 22:44
Antti Keskinen4-Jul-04 22:44 
GeneralRe: CreateFont() Pin
Sumit Kapoor4-Jul-04 22:55
Sumit Kapoor4-Jul-04 22:55 
GeneralRe: CreateFont() Pin
Poorniselva4-Jul-04 23:58
Poorniselva4-Jul-04 23:58 
GeneralRe: CreateFont() Pin
Poorniselva5-Jul-04 0:04
Poorniselva5-Jul-04 0:04 
QuestionCPropertySheet: How to add a maximize button only? Pin
mcbain4-Jul-04 21:38
mcbain4-Jul-04 21:38 
Hi,

I'd like to add a maximize button to my property sheet and the following code does it. However, it also adds a minimize button which I do not want. The mimimize button is disabled but I would prefer to remove it completely. How can I remove it?

<br />
int MyPropertySheet::OnCreate(LPCREATESTRUCT lpCreateStruct)<br />
{<br />
   if (CPropertySheet::OnCreate(lpCreateStruct) == -1)<br />
      return -1;<br />
<br />
   SetWindowLong(this->m_hWnd, GWL_STYLE, GetWindowLong(this->m_hWnd, GWL_STYLE) | WS_MAXIMIZEBOX);<br />
<br />
   return 0;<br />
}<br />

GeneralSniffing Net Usage Pin
Tarundeep Singh Kalra4-Jul-04 21:20
Tarundeep Singh Kalra4-Jul-04 21:20 
GeneralRe: Sniffing Net Usage Pin
Antony M Kancidrowski4-Jul-04 23:36
Antony M Kancidrowski4-Jul-04 23:36 
GeneralRe: Sniffing Net Usage Pin
Mayank Goyal5-Jul-04 0:28
Mayank Goyal5-Jul-04 0:28 
QuestionPainting: Thread and OnTimer OR Thread and DC ? Pin
Danoo4-Jul-04 21:10
Danoo4-Jul-04 21:10 
AnswerRe: Painting: Thread and OnTimer OR Thread and DC ? Pin
Johann Gerell4-Jul-04 22:07
Johann Gerell4-Jul-04 22:07 
AnswerRe: Painting: Thread and OnTimer OR Thread and DC ? Pin
Antti Keskinen4-Jul-04 22:13
Antti Keskinen4-Jul-04 22:13 
GeneralExplorer volume information Pin
Pheonix4-Jul-04 20:30
Pheonix4-Jul-04 20:30 
GeneralRe: Explorer volume information Pin
Graham Bradshaw4-Jul-04 23:51
Graham Bradshaw4-Jul-04 23:51 
GeneralRe: Explorer volume information Pin
Pheonix5-Jul-04 3:12
Pheonix5-Jul-04 3:12 
GeneralRe: Explorer volume information Pin
Graham Bradshaw5-Jul-04 3:14
Graham Bradshaw5-Jul-04 3:14 
GeneralRe: Explorer volume information Pin
Pheonix5-Jul-04 4:14
Pheonix5-Jul-04 4:14 
GeneralRe: Explorer volume information Pin
Graham Bradshaw5-Jul-04 3:23
Graham Bradshaw5-Jul-04 3:23 
QuestionHow to add control on a Button? Pin
Rajesh_K_Sharma4-Jul-04 20:07
Rajesh_K_Sharma4-Jul-04 20:07 
AnswerRe: How to add control on a Button? Pin
Antti Keskinen4-Jul-04 21:09
Antti Keskinen4-Jul-04 21:09 
GeneralRe: How to add control on a Button? Pin
Rajesh_K_Sharma5-Jul-04 23:15
Rajesh_K_Sharma5-Jul-04 23:15 
GeneralRe: How to add control on a Button? Pin
Antti Keskinen6-Jul-04 5:24
Antti Keskinen6-Jul-04 5:24 
Generalhide menubar Pin
s o v a n n4-Jul-04 20:01
s o v a n n4-Jul-04 20:01 

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.