Click here to Skip to main content
15,913,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Virtual Memory Pin
David Crow15-Feb-07 8:33
David Crow15-Feb-07 8:33 
AnswerSolid State Drive & Limiting Writing activity Pin
ScotDolan15-Feb-07 8:33
ScotDolan15-Feb-07 8:33 
QuestionRe: Solid State Drive & Limiting Writing activity Pin
David Crow15-Feb-07 8:43
David Crow15-Feb-07 8:43 
AnswerNot a USB drive Pin
ScotDolan15-Feb-07 8:59
ScotDolan15-Feb-07 8:59 
QuestionGUI for console application in c++ Pin
Newbie0015-Feb-07 6:41
Newbie0015-Feb-07 6:41 
AnswerRe: GUI for console application in c++ Pin
David Crow15-Feb-07 7:30
David Crow15-Feb-07 7:30 
GeneralRe: GUI for console application in c++ Pin
Newbie0021-Feb-07 2:11
Newbie0021-Feb-07 2:11 
QuestionActiveX Controls and the View class Pin
Like2Byte15-Feb-07 6:00
Like2Byte15-Feb-07 6:00 
Hi,

I'm encountering a problem with my ActiveX control. This control needs to be visible throughout the life of the application because of a Client/Server relationship.

I'm using a View type of application. Currently, I'm getting an ASSERTion error from winocc.cpp, line 345. After doing some research, this error is seemingly caused by attempting to instantiate an ActiveX control without really adding the control to an instance form.

Currently, I've created a member var in my App class that is public.
Such as:
CClient m_conn.

However, that is clearly not enough to invoke the object correctly. I'm now under the impression that the control needs to be on a form. My problem is I do not know what form to place this control on.

So, I ask CodeProject: What form should I place my ActiveX control on in order to make it visible to the entire application throughout the application's life-time?

Do I have to make a dummy form, such as initclientdlg; then, instantiate the dialog but never call DoModal() or whathaveyou?

Thank you in advance.
Questiondelete a directory Pin
beegu15-Feb-07 5:39
beegu15-Feb-07 5:39 
AnswerRe: delete a directory Pin
toxcct15-Feb-07 5:45
toxcct15-Feb-07 5:45 
GeneralRe: delete a directory Pin
beegu16-Feb-07 22:36
beegu16-Feb-07 22:36 
AnswerRe: delete a directory Pin
Hamid_RT15-Feb-07 7:07
Hamid_RT15-Feb-07 7:07 
QuestionImage Processing Pin
Raj220315-Feb-07 5:00
Raj220315-Feb-07 5:00 
AnswerRe: Image Processing Pin
toxcct15-Feb-07 5:04
toxcct15-Feb-07 5:04 
AnswerRe: Image Processing Pin
Maximilien15-Feb-07 5:51
Maximilien15-Feb-07 5:51 
GeneralRe: Image Processing Pin
Raj220317-Feb-07 7:30
Raj220317-Feb-07 7:30 
AnswerRe: Image Processing Pin
Hamid_RT15-Feb-07 7:07
Hamid_RT15-Feb-07 7:07 
Questionintializing 2d array Pin
ikbahrian15-Feb-07 5:00
ikbahrian15-Feb-07 5:00 
AnswerRe: intializing sd array [modified] Pin
toxcct15-Feb-07 5:03
toxcct15-Feb-07 5:03 
GeneralRe: intializing sd array Pin
David Crow15-Feb-07 5:30
David Crow15-Feb-07 5:30 
GeneralRe: intializing sd array Pin
toxcct15-Feb-07 5:32
toxcct15-Feb-07 5:32 
GeneralRe: intializing sd array Pin
ikbahrian15-Feb-07 5:31
ikbahrian15-Feb-07 5:31 
GeneralRe: intializing sd array Pin
toxcct15-Feb-07 5:33
toxcct15-Feb-07 5:33 
GeneralRe: intializing sd array Pin
Gary R. Wheeler17-Feb-07 3:58
Gary R. Wheeler17-Feb-07 3:58 
GeneralRe: intializing sd array Pin
toxcct17-Feb-07 6:29
toxcct17-Feb-07 6: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.