Click here to Skip to main content
15,908,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Leaning C++, annoying compile/link error Pin
CPallini9-Apr-08 5:39
mveCPallini9-Apr-08 5:39 
GeneralRe: Leaning C++, annoying compile/link error Pin
Rajesh R Subramanian9-Apr-08 5:44
professionalRajesh R Subramanian9-Apr-08 5:44 
GeneralRe: Leaning C++, annoying compile/link error Pin
CPallini9-Apr-08 5:48
mveCPallini9-Apr-08 5:48 
GeneralMicrosoft Sam Pin
codeinelogic9-Apr-08 4:40
codeinelogic9-Apr-08 4:40 
QuestionRe: Microsoft Sam Pin
David Crow9-Apr-08 4:48
David Crow9-Apr-08 4:48 
GeneralPlease verify the function Pin
bibhakar9-Apr-08 2:53
bibhakar9-Apr-08 2:53 
GeneralRe: Please verify the function Pin
Iain Clarke, Warrior Programmer10-Apr-08 0:08
Iain Clarke, Warrior Programmer10-Apr-08 0:08 
GeneralBitmap not getting loaded Pin
sheetal_069-Apr-08 2:24
sheetal_069-Apr-08 2:24 
Hi,

I have written a code like this:

.h file
=======

class CPressuresResultsPropertyPage : public CPropertyPage
{
CBitmapButton m_BitMapButton;
};

.cpp file
=========
BOOL CPressuresResultsPropertyPage::OnInitDialog()
{
CPropertyPage::OnInitDialog();

m_BitMapButton.AutoLoad(IDC_ROTATE,this);

}

After VS2005 conversion the button is not loading the bitmap IDC_ROTATE.Before that it was working properly.

If the dialogs immediate base class is CDialog then it is loading the bitmap.Eventhough CPropertyPage is inherited from CDialog
the bitmap is not getting loaded.

Thanks.
GeneralRe: Bitmap not getting loaded Pin
Sarath C9-Apr-08 4:01
Sarath C9-Apr-08 4:01 
GeneralRe: Bitmap not getting loaded Pin
sheetal_069-Apr-08 18:18
sheetal_069-Apr-08 18:18 
GeneralRe: Bitmap not getting loaded Pin
Hamid_RT11-Apr-08 0:23
Hamid_RT11-Apr-08 0:23 
GeneralRe: Bitmap not getting loaded Pin
sheetal_0613-Apr-08 18:47
sheetal_0613-Apr-08 18:47 
GeneralRe: Bitmap not getting loaded Pin
Hamid_RT13-Apr-08 19:45
Hamid_RT13-Apr-08 19:45 
GeneralRe: Bitmap not getting loaded Pin
sheetal_0613-Apr-08 20:06
sheetal_0613-Apr-08 20:06 
GeneralRe: Bitmap not getting loaded Pin
Hamid_RT14-Apr-08 21:42
Hamid_RT14-Apr-08 21:42 
GeneralRe: Bitmap not getting loaded Pin
sheetal_0615-Apr-08 0:03
sheetal_0615-Apr-08 0:03 
GeneralRe: Bitmap not getting loaded Pin
Hamid_RT15-Apr-08 0:14
Hamid_RT15-Apr-08 0:14 
QuestionWhat is the correct use of namespaces in ANSI C++? Pin
davidgsteadman9-Apr-08 2:07
davidgsteadman9-Apr-08 2:07 
AnswerRe: What is the correct use of namespaces in ANSI C++? Pin
jhwurmbach9-Apr-08 3:00
jhwurmbach9-Apr-08 3:00 
GeneralNeed to convert DWORD to Date Time Pin
yaminisridaran9-Apr-08 2:05
yaminisridaran9-Apr-08 2:05 
QuestionRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 2:09
mveCPallini9-Apr-08 2:09 
GeneralRe: Need to convert DWORD to Date Time Pin
yaminisridaran9-Apr-08 2:15
yaminisridaran9-Apr-08 2:15 
QuestionRe: Need to convert DWORD to Date Time Pin
CPallini9-Apr-08 2:24
mveCPallini9-Apr-08 2:24 
GeneralRe: Need to convert DWORD to Date Time Pin
Cedric Moonen9-Apr-08 2:25
Cedric Moonen9-Apr-08 2:25 
GeneralRe: Need to convert DWORD to Date Time Pin
yaminisridaran9-Apr-08 2:27
yaminisridaran9-Apr-08 2:27 

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.