Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRun application in start up. Pin
Mazdak3-Apr-02 5:29
Mazdak3-Apr-02 5:29 
GeneralRe: Run application in start up. Pin
Jon Hulatt3-Apr-02 5:42
Jon Hulatt3-Apr-02 5:42 
GeneralRe: Run application in start up. Pin
Mazdak3-Apr-02 5:59
Mazdak3-Apr-02 5:59 
QuestionHow to change the listbox background? Pin
Hans Ruck3-Apr-02 4:55
Hans Ruck3-Apr-02 4:55 
AnswerRe: How to change the listbox background? Pin
Ravi Bhavnani3-Apr-02 5:22
professionalRavi Bhavnani3-Apr-02 5:22 
GeneralRe: How to change the listbox background? Pin
Hans Ruck3-Apr-02 5:37
Hans Ruck3-Apr-02 5:37 
GeneralRe: How to change the listbox background? Pin
Ravi Bhavnani3-Apr-02 5:43
professionalRavi Bhavnani3-Apr-02 5:43 
Generalstructures Pin
RK_20003-Apr-02 5:00
RK_20003-Apr-02 5:00 
If you have c-like structure in your code and you create a static member pointer to that structure in your class, what is the proper way of deleting it then? For instance, I instantiate this static member outside of my class as following CMyClass::x = new structre...

this is all part of a dialog wizard class within one of the pages. So I started by deleting this thing in my page's destructor by going delete CMyClass::x, but at times this crashes because it appears that eventhough new has been called on the structure, the structure is empty. What is the proper way of making sure that there is no left overs then, in a scenario like this?
GeneralRe: structures Pin
Paul M Watt3-Apr-02 6:08
mentorPaul M Watt3-Apr-02 6:08 
GeneralRe: structures Pin
3-Apr-02 6:11
suss3-Apr-02 6:11 
GeneralA DAO Problem ! Pin
3-Apr-02 4:48
suss3-Apr-02 4:48 
Generaldistorted bitmaps and meta's using diff resolutions Pin
IGeorgeI3-Apr-02 4:25
IGeorgeI3-Apr-02 4:25 
Generalreading from file Pin
Rajveer3-Apr-02 3:53
Rajveer3-Apr-02 3:53 
GeneralRe: reading from file Pin
3-Apr-02 4:02
suss3-Apr-02 4:02 
GeneralRe: reading from file Pin
alex.barylski3-Apr-02 4:31
alex.barylski3-Apr-02 4:31 
GeneralRe: reading from file Pin
Shog93-Apr-02 4:59
sitebuilderShog93-Apr-02 4:59 
GeneralRe: reading from file Pin
Ravi Bhavnani3-Apr-02 5:19
professionalRavi Bhavnani3-Apr-02 5:19 
GeneralRetrieving handle to the active MDI child window Pin
AmarB3-Apr-02 3:04
AmarB3-Apr-02 3:04 
GeneralRe: Retrieving handle to the active MDI child window Pin
alex.barylski3-Apr-02 3:26
alex.barylski3-Apr-02 3:26 
GeneralRe: Retrieving handle to the active MDI child window Pin
AmarB3-Apr-02 3:37
AmarB3-Apr-02 3:37 
GeneralRe: Retrieving handle to the active MDI child window Pin
alex.barylski3-Apr-02 3:48
alex.barylski3-Apr-02 3:48 
GeneralRe: Retrieving handle to the active MDI child window Pin
3-Apr-02 3:58
suss3-Apr-02 3:58 
GeneralRe: Retrieving handle to the active MDI child window Pin
3-Apr-02 6:13
suss3-Apr-02 6:13 
GeneralIcons in a Listctrl with owner draw fixed style Pin
Cris3-Apr-02 2:58
Cris3-Apr-02 2:58 
GeneralRe: Icons in a Listctrl with owner draw fixed style Pin
alex.barylski3-Apr-02 3:30
alex.barylski3-Apr-02 3: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.