Click here to Skip to main content
15,909,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need urgent help in vc++ Pin
priyankapriyanka19-Feb-09 21:59
priyankapriyanka19-Feb-09 21:59 
GeneralRe: Need urgent help in vc++ Pin
Ash_VCPP22-Feb-09 20:04
Ash_VCPP22-Feb-09 20:04 
AnswerRe: Need urgent help in vc++ Pin
Stephen Hewitt19-Feb-09 1:42
Stephen Hewitt19-Feb-09 1:42 
GeneralRe: Need urgent help in vc++ Pin
priyankapriyanka19-Feb-09 18:53
priyankapriyanka19-Feb-09 18:53 
QuestionLoadLibrary cand call MFC DLL's fucntion Pin
akira3218-Feb-09 18:57
akira3218-Feb-09 18:57 
AnswerRe: LoadLibrary cand call MFC DLL's fucntion Pin
«_Superman_»18-Feb-09 19:03
professional«_Superman_»18-Feb-09 19:03 
GeneralRe: LoadLibrary cand call MFC DLL's fucntion Pin
akira3218-Feb-09 19:11
akira3218-Feb-09 19:11 
GeneralRe: LoadLibrary cand call MFC DLL's fucntion Pin
«_Superman_»18-Feb-09 19:17
professional«_Superman_»18-Feb-09 19:17 
GeneralRe: LoadLibrary cand call MFC DLL's fucntion Pin
hariscats7-Dec-09 1:15
hariscats7-Dec-09 1:15 
QuestionDetect Current Drive name in EVC++ 4.0 on window CE 5.0 Pin
pri_skit18-Feb-09 18:39
pri_skit18-Feb-09 18:39 
QuestionSHGetDataFromIDList Problem Pin
john563218-Feb-09 18:00
john563218-Feb-09 18:00 
QuestionCRichEditCtrl and printing Pin
prithaa18-Feb-09 17:44
prithaa18-Feb-09 17:44 
AnswerRe: CRichEditCtrl and printing Pin
Stuart Dootson18-Feb-09 17:52
professionalStuart Dootson18-Feb-09 17:52 
QuestionTrying to create a Popup Window Pin
BobInNJ18-Feb-09 5:05
BobInNJ18-Feb-09 5:05 
AnswerRe: Trying to create a Popup Window Pin
prasad_som18-Feb-09 6:26
prasad_som18-Feb-09 6:26 
AnswerRe: Trying to create a Popup Window Pin
Iain Clarke, Warrior Programmer19-Feb-09 0:20
Iain Clarke, Warrior Programmer19-Feb-09 0:20 
QuestionModifying the window list and/or Ctrl+Tab behaviour in an MDI app Pin
Paul Vickery18-Feb-09 4:28
professionalPaul Vickery18-Feb-09 4:28 
AnswerRe: Modifying the window list and/or Ctrl+Tab behaviour in an MDI app Pin
led mike18-Feb-09 4:40
led mike18-Feb-09 4:40 
Questionmultiple dll Pin
pedefetoll18-Feb-09 3:08
pedefetoll18-Feb-09 3:08 
AnswerRe: multiple dll Pin
CPallini18-Feb-09 3:17
mveCPallini18-Feb-09 3:17 
AnswerRe: multiple dll Pin
Iain Clarke, Warrior Programmer18-Feb-09 3:51
Iain Clarke, Warrior Programmer18-Feb-09 3:51 
GeneralRe: multiple dll Pin
led mike18-Feb-09 4:30
led mike18-Feb-09 4:30 
QuestionCComboBox Pin
durban218-Feb-09 2:32
durban218-Feb-09 2:32 
HI! help, please, me.
MFC, Visual C++ STUDIO 2008
I want to place string into ComboBox that
Is on modeless dialog window.
I’m using two classes:
class CAdodc_my : public Cdialog
class CMyModeless2 : public Cdialog

CMyModeless2* m_pModeless; // into "MyModeless2.h"
CComboBox m_cComboBoxModeless;  // into "MyModeless2.h"

BOOL CAdodc_my::OnInitDialog()
{
m_pModeless = new  CMyModeless2( this); // into constructor Adodc_my.cpp
m_pModeless->m_cComboBoxModeless.AddString("SPARTAC");
}
Debug Assertion Failed!
Program: ...Tested_Examples_Studio_2008\ADOMy_first\Debug\ADOMy_first.exe
File: f:\dd\vctools\vc7libs\ship\atlmfc\include\afxwin2.inl
Line: 879
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)

AnswerRe: CComboBox Pin
krmed18-Feb-09 2:45
krmed18-Feb-09 2:45 
AnswerRe: CComboBox Pin
_AnsHUMAN_ 18-Feb-09 2:46
_AnsHUMAN_ 18-Feb-09 2:46 

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.