Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can i use SHCloseApps in VC++? Pin
Le@rner2-Jun-09 1:10
Le@rner2-Jun-09 1:10 
GeneralRe: How can i use SHCloseApps in VC++? Pin
Naveen2-Jun-09 1:13
Naveen2-Jun-09 1:13 
GeneralRe: How can i use SHCloseApps in VC++? Pin
Le@rner2-Jun-09 1:16
Le@rner2-Jun-09 1:16 
GeneralRe: How can i use SHCloseApps in VC++? Pin
Naveen2-Jun-09 1:22
Naveen2-Jun-09 1:22 
GeneralRe: How can i use SHCloseApps in VC++? Pin
Le@rner2-Jun-09 1:39
Le@rner2-Jun-09 1:39 
GeneralRe: How can i use SHCloseApps in VC++? Pin
Le@rner2-Jun-09 2:55
Le@rner2-Jun-09 2:55 
QuestionCan not set affinity Thread Pin
duongcntt4b2-Jun-09 0:32
duongcntt4b2-Jun-09 0:32 
AnswerRe: Can not set affinity Thread Pin
«_Superman_»2-Jun-09 0:38
professional«_Superman_»2-Jun-09 0:38 
GeneralRe: Can not set affinity Thread Pin
duongcntt4b2-Jun-09 1:25
duongcntt4b2-Jun-09 1:25 
GeneralRe: Can not set affinity Thread Pin
«_Superman_»2-Jun-09 1:44
professional«_Superman_»2-Jun-09 1:44 
Questionvalidate xml with Xsd in C++ Pin
MrKBA2-Jun-09 0:03
MrKBA2-Jun-09 0:03 
AnswerRe: validate xml with Xsd in C++ Pin
Cedric Moonen2-Jun-09 0:16
Cedric Moonen2-Jun-09 0:16 
AnswerRe: validate xml with Xsd in C++ Pin
Stuart Dootson2-Jun-09 0:59
professionalStuart Dootson2-Jun-09 0:59 
GeneralRe: validate xml with Xsd in C++ Pin
MrKBA3-Jun-09 3:00
MrKBA3-Jun-09 3:00 
GeneralRe: validate xml with Xsd in C++ Pin
Stuart Dootson3-Jun-09 3:18
professionalStuart Dootson3-Jun-09 3:18 
Questionhtlmview crashed in child dialog Pin
Bilge Kaan1-Jun-09 23:52
Bilge Kaan1-Jun-09 23:52 
Hello,
I am trying to embed htmlview into dialog.I used this code below.Application is crashed when window type is child.Not crashing for overlapped or popup. How can ı solve this issue?

RECT rc;
GetClientRect(&rc);
CFrameWnd * pfrm = (CFrameWnd*) RUNTIME_CLASS(CFrameWnd)->CreateObject();
pfrm->Create(NULL, NULL, WS_CHILD | WS_VISIBLE, rc, this);
CCreateContext pContext;
pContext.m_pNewViewClass = RUNTIME_CLASS(CHtmlView);
CHtmlView *pView = (CHtmlView *) pfrm->CreateView(&pContext);
if(!pView)
{

return FALSE;
}
pView->Navigate(htmlFilePath);
AnswerRe: htlmview crashed in child dialog Pin
«_Superman_»2-Jun-09 0:14
professional«_Superman_»2-Jun-09 0:14 
GeneralRe: htlmview crashed in child dialog Pin
Bilge Kaan2-Jun-09 0:35
Bilge Kaan2-Jun-09 0:35 
Questionwindows.h Pin
agetina1-Jun-09 23:34
agetina1-Jun-09 23:34 
QuestionRe: windows.h Pin
CPallini1-Jun-09 23:40
mveCPallini1-Jun-09 23:40 
AnswerRe: windows.h Pin
Stuart Dootson1-Jun-09 23:50
professionalStuart Dootson1-Jun-09 23:50 
AnswerRe: windows.h Pin
Rajesh R Subramanian1-Jun-09 23:58
professionalRajesh R Subramanian1-Jun-09 23:58 
QuestionApproach for License Validation. Pin
mmayur1-Jun-09 23:13
mmayur1-Jun-09 23:13 
QuestionRe: Approach for License Validation. Pin
CPallini1-Jun-09 23:42
mveCPallini1-Jun-09 23:42 
QuestionReference in Arrays Pin
Anu_Bala1-Jun-09 22:57
Anu_Bala1-Jun-09 22:57 

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.