Foo
May 17th, 2001, 12:46 PM
Hi All,
I’m a new VB person, and kind of confused. I’m working on this VC app that it needs a VB object. This object should have a method called ShowDlg(). When my app calls this method it’ll shows a non-modal dialogbox. When a user clicks on a button on this dialogbox it should fire an event back to the app.
Now, can this object being develop in VB?
If yes,
How would it fire an event?
Should I use an OCX, or DLL? I think an OCX is a GUI control, correct me if I’m wrong.
How should I do it?
Thanks
I’m a new VB person, and kind of confused. I’m working on this VC app that it needs a VB object. This object should have a method called ShowDlg(). When my app calls this method it’ll shows a non-modal dialogbox. When a user clicks on a button on this dialogbox it should fire an event back to the app.
Now, can this object being develop in VB?
If yes,
How would it fire an event?
Should I use an OCX, or DLL? I think an OCX is a GUI control, correct me if I’m wrong.
How should I do it?
Thanks