Zdenek
February 7th, 2000, 05:31 AM
My colleague created a ocx and dll with Visual Basic 6. He used some Events too.
If I add OCX: Project -> Add to project -> Components and controls -> ActiveX,
VisualC studio create a class with methods and properties, but it does not imports the events.
If I add DLL: View -> Class wizard -> Add class -> From a type library,
VisualC studio create a class with methods and properties, but it does not imports the events.
Events do not have complicate list of types. (e.g. Sub Progress())
What is the problem? Please.
Thank you
Zdenek
If I add OCX: Project -> Add to project -> Components and controls -> ActiveX,
VisualC studio create a class with methods and properties, but it does not imports the events.
If I add DLL: View -> Class wizard -> Add class -> From a type library,
VisualC studio create a class with methods and properties, but it does not imports the events.
Events do not have complicate list of types. (e.g. Sub Progress())
What is the problem? Please.
Thank you
Zdenek