I would like to import an OCX to VC++. How do i make vc create all of the properties and events that VB sees immediatly when I drop it on the form? i tried to drop it on a vc form and use class wizard but it shows nothing? i would rather use vc than vb to make my app.
M
Michael Flood
@Michael Flood
Posts
-
import VB ocx to VC++? -
How do get a child dialogs handle?Duh! This is what I get for not doing any windows programming for about a year. will not let that happen again. I think my problem was that I was casting as a CDialog instead of the derived class that includes all of my functions. Thanks Paolo. Sometimes to catch mice, you have to act like cheese...:laugh: