Click here to Skip to main content
15,925,250 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is it possible to intercept and parse the HTML that IE requests before IE does? Pin
Andreas Philipson27-Jun-00 3:28
Andreas Philipson27-Jun-00 3:28 
GeneralRe: Is it possible to intercept and parse the HTML that IE requests before IE does? Pin
pba_27-Jun-00 6:45
pba_27-Jun-00 6:45 
GeneralCMSWinsockControl help Pin
uzeb27-Jun-00 0:20
sussuzeb27-Jun-00 0:20 
GeneralCRichEditView Pin
BOURDAUD'HUI27-Jun-00 0:05
BOURDAUD'HUI27-Jun-00 0:05 
GeneralHide App From Task List Pin
Lau26-Jun-00 23:13
Lau26-Jun-00 23:13 
GeneralRe: Hide App From Task List Pin
heejun27-Jun-00 1:41
heejun27-Jun-00 1:41 
GeneralCListCtrl using OnCustomDraw() Pin
Chris Vischer26-Jun-00 21:35
Chris Vischer26-Jun-00 21:35 
QuestionWhat's Component Manager? Pin
Member 327926-Jun-00 20:47
Member 327926-Jun-00 20:47 
In MSDN Q247791 , microsoft said
"
SYMPTOMS
Modeless forms in Visual Basic ActiveX DLLs do not display in a Visual C++
application. Instead, a dialog box comes up informing the user that the
client doesn't support Modeless Forms.

CAUSE
In order to work properly, a Visual Basic modeless form requires access to
the message loop of the client application. This access is provided by a COM
object known as the Component Manager, which is integrated directly into the
message loop of the client application. In order to determine if the client
supports modeless forms, Visual Basic gets a reference to the message filter
for the application, and calls IUnknown::QueryInterface for the Component
Manager's primary interface. If this works, modeless forms can be supported.
If it fails, the client cannot support modeless forms.
"

I'm wondering how Visual Basic ActiveX DLLs get the reference to Component Manager which implemented by client in order to display modeless forms in the ActiveX DLL.

Thanks for any suggestion?
QuestionCan I call a CDialog's DoModal() from HTML contained in CHTMLView? Pin
panoramix26-Jun-00 15:04
panoramix26-Jun-00 15:04 
AnswerRe: Can I call a CDialog's DoModal() from HTML contained in CHTMLView? Pin
pba_27-Jun-00 2:41
pba_27-Jun-00 2:41 
GeneralAdd / Remove Splitter Panes Pin
Bert Tuyt26-Jun-00 9:25
Bert Tuyt26-Jun-00 9:25 
GeneralRe: Add / Remove Splitter Panes Pin
pba_27-Jun-00 2:52
pba_27-Jun-00 2:52 
GeneralProblems with conjg in complex class ! Pin
Sascha26-Jun-00 9:13
Sascha26-Jun-00 9:13 
GeneralRe: Problems with conjg in complex class ! Pin
Mike Dunn26-Jun-00 20:29
Mike Dunn26-Jun-00 20:29 
GeneralModify CScrollView background color Pin
Amir Wassermann26-Jun-00 4:36
sussAmir Wassermann26-Jun-00 4:36 
QuestionHow to create SQL queryes in project Pin
David M.Hakobyan26-Jun-00 3:38
David M.Hakobyan26-Jun-00 3:38 
AnswerRe: How to create SQL queryes in project Pin
Pere Mitjavila15-Jul-00 1:38
Pere Mitjavila15-Jul-00 1:38 
QuestionHow to share memory betwenne two process Pin
pepeR26-Jun-00 0:26
pepeR26-Jun-00 0:26 
AnswerRe: How to share memory betwenne two process Pin
Alex Gorev26-Jun-00 3:34
Alex Gorev26-Jun-00 3:34 
Generalado exception occured where recordset opened too big. Pin
tica25-Jun-00 22:48
tica25-Jun-00 22:48 
QuestionHow to display data on the thread? Pin
Edel Alva25-Jun-00 22:45
sussEdel Alva25-Jun-00 22:45 
AnswerRe: How to display data on the thread? Pin
Alex Gorev26-Jun-00 3:39
Alex Gorev26-Jun-00 3:39 
GeneralRe: How to display data on the thread? Pin
Edel Alva26-Jun-00 16:58
sussEdel Alva26-Jun-00 16:58 
GeneralFile Copying Question Pin
woltman25-Jun-00 18:11
woltman25-Jun-00 18:11 
GeneralSwitching MFC Views in Win2000 Pin
Jeff Ellis25-Jun-00 16:14
sussJeff Ellis25-Jun-00 16:14 

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.