K
kun1he2
Hmm... reusing VB.NET Form dialogs in other VB.NET projects seems very
straight forward.
However, I'm now trying to reuse these dialogs within an existing
C-based app.
The VB.NET project has already been configured for registration for COM
interop, so next question is how do I get retrieve/invoke the dialog's
interfaces/properties?
I'd think that it involves CoCreateInstance initially... but some
examples would be great... e.g. how to do a ShowDialog for starters?
Hmm... still scouring the web for more info... but any pointers/help
will be most appreciated! Thanks.
straight forward.
However, I'm now trying to reuse these dialogs within an existing
C-based app.
The VB.NET project has already been configured for registration for COM
interop, so next question is how do I get retrieve/invoke the dialog's
interfaces/properties?
I'd think that it involves CoCreateInstance initially... but some
examples would be great... e.g. how to do a ShowDialog for starters?
Hmm... still scouring the web for more info... but any pointers/help
will be most appreciated! Thanks.