Click here to Skip to main content
16,008,954 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: check if two process exist and close the last opened and show the first Pin
valikac3-Dec-02 9:04
valikac3-Dec-02 9:04 
Generalwierd problems w/ vC++ , help ?! :) Pin
joshfl3-Dec-02 7:25
joshfl3-Dec-02 7:25 
GeneralRe: wierd problems w/ vC++ , help ?! :) Pin
-=jarl=-3-Dec-02 8:36
-=jarl=-3-Dec-02 8:36 
GeneralRe: wierd problems w/ vC++ , help ?! :) Pin
Christian Graus3-Dec-02 10:47
protectorChristian Graus3-Dec-02 10:47 
GeneralRe: wierd problems w/ vC++ , help ?! :) Pin
joshfl4-Dec-02 8:02
joshfl4-Dec-02 8:02 
GeneralRe: wierd problems w/ vC++ , help ?! :) Pin
Christian Graus4-Dec-02 8:47
protectorChristian Graus4-Dec-02 8:47 
QuestionHow to change caption of Property Page Pin
Alois Kraus3-Dec-02 6:57
Alois Kraus3-Dec-02 6:57 
AnswerRe: How to change caption of Property Page Pin
Navin3-Dec-02 7:30
Navin3-Dec-02 7:30 
Wow - deja vu, I am having the EXACT SAME PROBLEM. Although my scenario is a little different - my property page is in Wizard mode.

If you know the new title when the constructor of the property page is called, you can put this in the property page constructor:

<br />
m_psp.dwFlags |= PSP_USETITLE;<br />
m_psp.pszTitle = "Some New Title";<br />



BUT... this will NOT work after the property page has already been created! If anyone knows of a way to change the property page title (especailly in a wizard-mode property page) at run-time (NOT in the constructor) that actually works, I'm all ears.

I hate property sheets.. one of these days I'll write my own custom version of them and avoid all the silly restrictions they have.


Even a broken clock is right twice a day.
AnswerYay, I figured it out! Pin
Navin3-Dec-02 7:45
Navin3-Dec-02 7:45 
GeneralRe: Yay, I figured it out! Pin
Alois Kraus4-Dec-02 0:58
Alois Kraus4-Dec-02 0:58 
AnswerRe: How to change caption of Property Page Pin
Andrew Hafen3-Dec-02 7:51
Andrew Hafen3-Dec-02 7:51 
GeneralMFC Sockets - Urgent!!! Pin
Vladimir Georgiev3-Dec-02 6:51
Vladimir Georgiev3-Dec-02 6:51 
GeneralRe: MFC Sockets - Urgent!!! Pin
Shamoon3-Dec-02 7:00
Shamoon3-Dec-02 7:00 
Questionhow to receive activity notification for dynamically created CComboBox? Pin
Anonymous3-Dec-02 6:39
Anonymous3-Dec-02 6:39 
AnswerRe: how to receive activity notification for dynamically created CComboBox? Pin
Roger Allen4-Dec-02 2:00
Roger Allen4-Dec-02 2:00 
GeneralWindows CE: adding popup menu to lower menubar (which is a toolbar) Pin
Anonymous3-Dec-02 6:34
Anonymous3-Dec-02 6:34 
GeneralRender html to image Pin
roel_3-Dec-02 6:25
roel_3-Dec-02 6:25 
GeneralRe: Render html to image Pin
Scott H. Settlemier3-Dec-02 6:39
Scott H. Settlemier3-Dec-02 6:39 
GeneralRe: Render html to image Pin
Scott H. Settlemier3-Dec-02 6:44
Scott H. Settlemier3-Dec-02 6:44 
GeneralRe: Render html to image Pin
roel_3-Dec-02 23:57
roel_3-Dec-02 23:57 
GeneralRe: Render html to image Pin
dabs3-Dec-02 8:50
dabs3-Dec-02 8:50 
GeneralRe: Render html to image Pin
roel_3-Dec-02 23:58
roel_3-Dec-02 23:58 
GeneralCheck State of a CButton Pin
Jon Swain3-Dec-02 6:10
Jon Swain3-Dec-02 6:10 
GeneralRe: Check State of a CButton Pin
valikac3-Dec-02 9:09
valikac3-Dec-02 9:09 
Questionconvert string? Pin
Member 1043933-Dec-02 6:04
Member 1043933-Dec-02 6:04 

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.