Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Begginers problem compiling QT app. Pin
harleyrana11-Jul-02 17:02
harleyrana11-Jul-02 17:02 
GeneralUsability question... Pin
Matt Gullett10-Jul-02 15:32
Matt Gullett10-Jul-02 15:32 
GeneralRe: Usability question... Pin
Shog910-Jul-02 16:41
sitebuilderShog910-Jul-02 16:41 
GeneralRe: Usability question... Pin
benjymous11-Jul-02 4:00
benjymous11-Jul-02 4:00 
QuestionPThread in VC++??? Pin
ChiYung10-Jul-02 15:16
ChiYung10-Jul-02 15:16 
AnswerRe: PThread in VC++??? Pin
Rage10-Jul-02 22:17
professionalRage10-Jul-02 22:17 
AnswerRe: PThread in VC++??? Pin
Anonymous10-Jul-02 22:43
Anonymous10-Jul-02 22:43 
GeneralRe: problem with CColorDialog... Pin
Steve L.10-Jul-02 12:37
Steve L.10-Jul-02 12:37 
The problem is that the dialog has not been created yet so you can't set its text, and SetWindowText isn't a member function of the CColorDialog class. It should be something like this:
CColorDialog clrDlg;
clrDlg.m_SomeMemberVariable.NameVariable = "Select Object Color";
clrDlg.DoModal();




-Raffi

GeneralRe: problem with CColorDialog... Pin
Joaquín M López Muñoz10-Jul-02 12:37
Joaquín M López Muñoz10-Jul-02 12:37 
GeneralSaving information in Registry. Pin
Speedy10-Jul-02 11:32
Speedy10-Jul-02 11:32 
GeneralRe: Saving information in Registry. Pin
ColinDavies10-Jul-02 11:42
ColinDavies10-Jul-02 11:42 
GeneralRe: Saving information in Registry. Pin
Nish Nishant10-Jul-02 17:46
sitebuilderNish Nishant10-Jul-02 17:46 
GeneralRe: Saving information in Registry. Pin
sudip11-Jul-02 6:45
sudip11-Jul-02 6:45 
GeneralVisual C++ and MFC Pin
Sid Kraft10-Jul-02 11:26
Sid Kraft10-Jul-02 11:26 
GeneralRe: Visual C++ and MFC Pin
Chris Losinger10-Jul-02 11:34
professionalChris Losinger10-Jul-02 11:34 
GeneralRe: Visual C++ and MFC Pin
Desmond Mardle12-Jul-02 8:54
Desmond Mardle12-Jul-02 8:54 
GeneralOnPrint() Help Pin
Desmond Mardle10-Jul-02 11:00
Desmond Mardle10-Jul-02 11:00 
GeneralRe: OnPrint() Help Pin
Joaquín M López Muñoz10-Jul-02 12:45
Joaquín M López Muñoz10-Jul-02 12:45 
GeneralRe: How to maximize dialog at start of Application and++ Pin
sudip10-Jul-02 11:08
sudip10-Jul-02 11:08 
GeneralRegions in GDI+ Pin
Anonymous10-Jul-02 10:35
Anonymous10-Jul-02 10:35 
GeneralRe: Regions in GDI+ Pin
567890123410-Jul-02 19:43
567890123410-Jul-02 19:43 
GeneralWhat is the diff. between GDI and GDI+? Pin
Srini Kella11-Jul-02 8:33
Srini Kella11-Jul-02 8:33 
GeneralRe: What is the diff. between GDI and GDI+? Pin
NormDroid11-Jul-02 9:01
professionalNormDroid11-Jul-02 9:01 
GeneralThank you very much. Pin
Srini Kella11-Jul-02 10:28
Srini Kella11-Jul-02 10:28 
GeneralRe: What is the diff. between GDI and GDI+? Pin
Jay Beckert11-Jul-02 16:30
Jay Beckert11-Jul-02 16:30 

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.