Click here to Skip to main content
15,921,542 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ESMTP Commands using Telnet/VC++ Pin
QuickDeveloper11-Apr-06 19:01
QuickDeveloper11-Apr-06 19:01 
GeneralRe: ESMTP Commands using Telnet/VC++ Pin
capricious_00111-Apr-06 19:15
capricious_00111-Apr-06 19:15 
Questionunhandled exception in Data.exe, OXC00000FD, Stack Overflow Pin
mrby12311-Apr-06 16:05
mrby12311-Apr-06 16:05 
AnswerRe: unhandled exception in Data.exe, OXC00000FD, Stack Overflow Pin
Stephen Hewitt11-Apr-06 18:11
Stephen Hewitt11-Apr-06 18:11 
GeneralRe: unhandled exception in Data.exe, OXC00000FD, Stack Overflow Pin
mrby12312-Apr-06 5:22
mrby12312-Apr-06 5:22 
GeneralRe: unhandled exception in Data.exe, OXC00000FD, Stack Overflow Pin
Stephen Hewitt12-Apr-06 13:43
Stephen Hewitt12-Apr-06 13:43 
GeneralRe: unhandled exception in Data.exe, OXC00000FD, Stack Overflow Pin
mrby12313-Apr-06 6:40
mrby12313-Apr-06 6:40 
Questionhow come my bmp is not displayed? thank you Pin
ewighell11-Apr-06 15:44
ewighell11-Apr-06 15:44 
First, I create a bmp control on a Dialog, and set its ID to ID_MYBMP
second, I creat a member variable for the bmp control as m_mybmp;
third, I import a bmp file into the resource and name it IDB_MYBMP;
forth, I add following code to the funcion OnInitDialog()

BOOL CMyDlg::OnInitDialog() 
{
    CDialog::OnInitDialog();

    CBitmap bmp;
    bmp.LoadBitmap(IDB_MYBMP);
    m_mybmp.SetBitmap((HBITMAP)bmp);
}


Thank you very much!!!

-------------------
I am learning C++ and English
AnswerRe: how come my bmp is not displayed? thank you Pin
Christian Graus11-Apr-06 17:06
protectorChristian Graus11-Apr-06 17:06 
AnswerRe: how come my bmp is not displayed? thank you Pin
Laxman Auti11-Apr-06 18:13
Laxman Auti11-Apr-06 18:13 
AnswerRe: how come my bmp is not displayed? thank you Pin
Hamid_RT11-Apr-06 18:38
Hamid_RT11-Apr-06 18:38 
AnswerRe: how come my bmp is not displayed? thank you Pin
PJ Arends11-Apr-06 20:53
professionalPJ Arends11-Apr-06 20:53 
JokeRe: how come my bmp is not displayed? thank you Pin
ewighell13-Apr-06 16:17
ewighell13-Apr-06 16:17 
Question"error LNK2001" on Release Build Pin
murali197311-Apr-06 13:46
murali197311-Apr-06 13:46 
AnswerRe: "error LNK2001" on Release Build Pin
dabs11-Apr-06 14:10
dabs11-Apr-06 14:10 
GeneralRe: "error LNK2001" on Release Build Pin
murali197312-Apr-06 5:51
murali197312-Apr-06 5:51 
AnswerRe: "error LNK2001" on Release Build Pin
Laxman Auti11-Apr-06 18:20
Laxman Auti11-Apr-06 18:20 
GeneralRe: "error LNK2001" on Release Build Pin
murali197312-Apr-06 5:56
murali197312-Apr-06 5:56 
QuestionWin 32 DLL using .NET Pin
act_x11-Apr-06 13:16
act_x11-Apr-06 13:16 
AnswerRe: Win 32 DLL using .NET Pin
Ștefan-Mihai MOGA11-Apr-06 20:29
professionalȘtefan-Mihai MOGA11-Apr-06 20:29 
AnswerRe: Displaying HTML/web content within C++ app (no MFC) Pin
Stephen Hewitt11-Apr-06 15:49
Stephen Hewitt11-Apr-06 15:49 
GeneralRe: Displaying HTML/web content within C++ app (no MFC) Pin
chasetoys11-Apr-06 17:07
chasetoys11-Apr-06 17:07 
Questionsocket question Pin
nahitan11-Apr-06 11:02
nahitan11-Apr-06 11:02 
QuestionMemory Leak using Bounds checker Pin
act_x11-Apr-06 10:11
act_x11-Apr-06 10:11 
AnswerRe: Memory Leak using Bounds checker Pin
S. Senthil Kumar11-Apr-06 10:29
S. Senthil Kumar11-Apr-06 10:29 

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.