
question regarding MFC property sheets and MDI Children forms in VB
Hello all,
I am having a problem with property sheets in C++. Here is my issue.
I have a C++ MFC ocx that is using property sheets. I am trying to
load those property sheets at run time in a VB application. The
difficult part is that I have a VB DLL that will request a MDIChild
form, paste the ocx in the form and then call the methods on my OCX.
My problem is that the entire processing of the OCX is in the property
sheets. There is nothing in the onDraw method of the OCX. I want to
be able to put the property sheets in the MDIChild window that VB has
given to me. Is this possible. Thanks in advance.
Scot Rossman