Click here to Skip to main content
15,924,828 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to use vector.push_back correctly and efficiently? Pin
George224-Apr-03 22:36
George224-Apr-03 22:36 
GeneralRe: How to use vector.push_back correctly and efficiently? Pin
Joaquín M López Muñoz25-Apr-03 3:16
Joaquín M López Muñoz25-Apr-03 3:16 
GeneralRe: How to use vector.push_back correctly and efficiently? Pin
George225-Apr-03 3:33
George225-Apr-03 3:33 
GeneralRe: How to use vector.push_back correctly and efficiently? Pin
jhwurmbach25-Apr-03 4:53
jhwurmbach25-Apr-03 4:53 
GeneralWin API and classwizard Pin
73Zeppelin24-Apr-03 17:57
73Zeppelin24-Apr-03 17:57 
QuestionHow to make a CPropertySheet's help button invisible? Pin
fat88824-Apr-03 16:51
fat88824-Apr-03 16:51 
AnswerRe: How to make a CPropertySheet's help button invisible? Pin
Joan M24-Apr-03 21:52
professionalJoan M24-Apr-03 21:52 
AnswerRe: How to make a CPropertySheet's help button invisible? Pin
David Crow25-Apr-03 2:56
David Crow25-Apr-03 2:56 
See the MSDN article Q141039. It's about the Apply button but it does mention that any of the buttons can be hidden in the same fashion.

You can deactivate the Help button capability by modifying m_psh in the property sheet object as follows:

mySheet.m_psh.dwFlags &= ~(PSH_HASHELP);
GeneralDLL help Pin
psksvp24-Apr-03 16:19
psksvp24-Apr-03 16:19 
GeneralRe: DLL help Pin
John R. Shaw24-Apr-03 17:12
John R. Shaw24-Apr-03 17:12 
GeneralRe: DLL help Pin
Antti Keskinen25-Apr-03 6:39
Antti Keskinen25-Apr-03 6:39 
GeneralEdit Control Pin
Anthony988724-Apr-03 15:57
Anthony988724-Apr-03 15:57 
GeneralRe: Edit Control Pin
John R. Shaw24-Apr-03 17:39
John R. Shaw24-Apr-03 17:39 
GeneralRe: Edit Control Pin
Toni7825-Apr-03 7:41
Toni7825-Apr-03 7:41 
Generalgethostbyaddr() Pin
Swinefeaster24-Apr-03 15:17
Swinefeaster24-Apr-03 15:17 
GeneralRe: gethostbyaddr() Pin
bcraun24-Apr-03 16:41
bcraun24-Apr-03 16:41 
GeneralRe: gethostbyaddr() Pin
Swinefeaster25-Apr-03 7:10
Swinefeaster25-Apr-03 7:10 
GeneralRe: gethostbyaddr() Pin
Swinefeaster25-Apr-03 7:41
Swinefeaster25-Apr-03 7:41 
GeneralDistributing software to locked down PCs Pin
Chris Hafey24-Apr-03 13:42
Chris Hafey24-Apr-03 13:42 
GeneralOwner drawn CListCtrl Pin
alex.barylski24-Apr-03 13:20
alex.barylski24-Apr-03 13:20 
GeneralRe: Owner drawn CListCtrl Pin
tinyegg24-Apr-03 16:44
tinyegg24-Apr-03 16:44 
GeneralPlaySound() Pin
Selevercin24-Apr-03 11:39
Selevercin24-Apr-03 11:39 
GeneralRe: PlaySound() Pin
Rickard Andersson2024-Apr-03 11:50
Rickard Andersson2024-Apr-03 11:50 
GeneralRe: PlaySound() Pin
Selevercin24-Apr-03 12:16
Selevercin24-Apr-03 12:16 
GeneralRe: PlaySound() Pin
Rickard Andersson2024-Apr-03 21:37
Rickard Andersson2024-Apr-03 21:37 

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.