Click here to Skip to main content
15,927,213 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Debug assertion error Pin
Mark Salsbery22-Jul-08 7:21
Mark Salsbery22-Jul-08 7:21 
GeneralRe: Debug assertion error Pin
bhanu_850922-Jul-08 20:12
bhanu_850922-Jul-08 20:12 
AnswerRe: Debug assertion error Pin
Stephen Hewitt22-Jul-08 14:08
Stephen Hewitt22-Jul-08 14:08 
GeneralRe: Debug assertion error Pin
bhanu_850922-Jul-08 20:10
bhanu_850922-Jul-08 20:10 
GeneralRe: Debug assertion error Pin
Stephen Hewitt22-Jul-08 20:13
Stephen Hewitt22-Jul-08 20:13 
GeneralRe: Debug assertion error Pin
bhanu_850922-Jul-08 20:39
bhanu_850922-Jul-08 20:39 
GeneralRe: Debug assertion error Pin
Stephen Hewitt22-Jul-08 20:41
Stephen Hewitt22-Jul-08 20:41 
GeneralRe: Debug assertion error Pin
bhanu_850922-Jul-08 22:40
bhanu_850922-Jul-08 22:40 
Dear Steve,

I am creating a Window from my own class like below. The window is created properly. I can see the window also. Please advice.

m_pWnd1 = new CMywnd1;
			if(!m_pWnd1->CreateEx(NULL,
				AfxRegisterWndClass(NULL,0,
				(HBRUSH)::GetStockObject(BLACK_BRUSH),0),
				LPCTSTR(""), WS_POPUP | WS_VISIBLE | WS_SYSMENU  ,
				115,51,600,405,my_hWnd1,NULL,NULL))
				return;
			my_hWnd1 = m_pWnd1->GetSafeHwnd();

GeneralRe: Debug assertion error Pin
bhanu_850923-Jul-08 1:23
bhanu_850923-Jul-08 1:23 
GeneralRe: Debug assertion error Pin
Mark Salsbery23-Jul-08 6:16
Mark Salsbery23-Jul-08 6:16 
QuestionNetworked High Scores Pin
Ackmm722-Jul-08 4:59
Ackmm722-Jul-08 4:59 
AnswerRe: Networked High Scores Pin
Moak12-Aug-08 13:43
Moak12-Aug-08 13:43 
QuestionFile Copy Pin
Chandrasekharan P22-Jul-08 0:54
Chandrasekharan P22-Jul-08 0:54 
AnswerRe: File Copy Pin
_AnsHUMAN_ 22-Jul-08 1:02
_AnsHUMAN_ 22-Jul-08 1:02 
Questionencrypting the stderr of console+socket redirection Pin
FotisSs22-Jul-08 0:14
FotisSs22-Jul-08 0:14 
Question870501 - registry Pin
ilostmyid221-Jul-08 22:58
professionalilostmyid221-Jul-08 22:58 
QuestionRe: 870501 - registry Pin
CPallini21-Jul-08 23:05
mveCPallini21-Jul-08 23:05 
AnswerRe: 870501 - registry Pin
Rajesh R Subramanian28-Jul-08 1:50
professionalRajesh R Subramanian28-Jul-08 1:50 
GeneralRe: 870501 - registry Pin
CPallini28-Jul-08 2:09
mveCPallini28-Jul-08 2:09 
AnswerRe: 870501 - registry Pin
Rajesh R Subramanian28-Jul-08 2:10
professionalRajesh R Subramanian28-Jul-08 2:10 
GeneralRe: 870501 - registry Pin
CPallini28-Jul-08 2:14
mveCPallini28-Jul-08 2:14 
GeneralRe: 870501 - registry Pin
Rajesh R Subramanian28-Jul-08 2:18
professionalRajesh R Subramanian28-Jul-08 2:18 
GeneralRe: 870501 - registry Pin
CPallini28-Jul-08 2:26
mveCPallini28-Jul-08 2:26 
AnswerRe: 870501 - registry Pin
Hamid_RT23-Jul-08 1:50
Hamid_RT23-Jul-08 1:50 
Questiona question about #import and _com_error Pin
Green Fuze21-Jul-08 22:52
Green Fuze21-Jul-08 22:52 

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.