Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPrint image with DrawImage in GDI+ Pin
giannibal14-Dec-04 12:36
giannibal14-Dec-04 12:36 
Generalgetting icon Pin
pnpfriend14-Dec-04 11:26
pnpfriend14-Dec-04 11:26 
GeneralRe: getting icon Pin
David Crow15-Dec-04 4:23
David Crow15-Dec-04 4:23 
GeneralReading data from Serial Port. Pin
CNewbie14-Dec-04 10:34
CNewbie14-Dec-04 10:34 
GeneralRe: Reading data from Serial Port. Pin
wwwhb200014-Dec-04 14:00
wwwhb200014-Dec-04 14:00 
GeneralFreeing up memory Pin
poiut14-Dec-04 10:29
poiut14-Dec-04 10:29 
GeneralRe: Freeing up memory Pin
David Crow15-Dec-04 2:05
David Crow15-Dec-04 2:05 
GeneralRe: Freeing up memory Pin
poiut15-Dec-04 6:28
poiut15-Dec-04 6:28 
I found out I can do

class CDeeper : public CObject{
private:
CString *strTemp;
public:
CDeeper():strTemp(new CString){}
~CDeeper(){ delete strTemp; strTemp = NULL; }
void setStr(CString setTemp){ *strTemp = setTemp; }
void Delete(){ }
};

Now I need to figure out why the three cases are differentConfused | :confused:
GeneralRe: Freeing up memory Pin
poiut15-Dec-04 6:34
poiut15-Dec-04 6:34 
GeneralMFC File Input and Output problem Pin
Member 158681214-Dec-04 10:25
Member 158681214-Dec-04 10:25 
GeneralCHtmlView + focus Pin
iifisher14-Dec-04 10:21
iifisher14-Dec-04 10:21 
GeneralRegister an Active X Control Pin
jerry1211a14-Dec-04 9:56
jerry1211a14-Dec-04 9:56 
GeneralRe: Register an Active X Control Pin
Graham Bradshaw14-Dec-04 10:42
Graham Bradshaw14-Dec-04 10:42 
Generalproblem with long c++ file Pin
dolph_loe14-Dec-04 9:51
dolph_loe14-Dec-04 9:51 
GeneralRe: problem with long c++ file Pin
Sawatzky14-Dec-04 10:55
Sawatzky14-Dec-04 10:55 
GeneralRe: problem with long c++ file Pin
Todd Smith14-Dec-04 11:19
Todd Smith14-Dec-04 11:19 
Questionhow does dialog catch char input? Pin
LeeeNN14-Dec-04 9:08
LeeeNN14-Dec-04 9:08 
AnswerRe: how does dialog catch char input? Pin
David Crow14-Dec-04 9:47
David Crow14-Dec-04 9:47 
GeneralRe: how does dialog catch char input? Pin
LeeeNN14-Dec-04 10:26
LeeeNN14-Dec-04 10:26 
GeneralRe: how does dialog catch char input? Pin
David Crow15-Dec-04 1:58
David Crow15-Dec-04 1:58 
Generalsubclassing the MFC way Pin
Todd Smith14-Dec-04 8:36
Todd Smith14-Dec-04 8:36 
GeneralRunning a local file Pin
Andre Massada14-Dec-04 8:15
Andre Massada14-Dec-04 8:15 
GeneralRe: Running a local file Pin
David Crow14-Dec-04 8:37
David Crow14-Dec-04 8:37 
GeneralCSplitterWnd::GetRowInfo and GetColumnInfo returning wrong height and width Pin
Nirav Thakkar14-Dec-04 7:51
Nirav Thakkar14-Dec-04 7:51 
GeneralActiveX Pin
Anthony988714-Dec-04 7:05
Anthony988714-Dec-04 7:05 

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.