Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A Close Method

Status
Not open for further replies.

Yesca

Programmer
Mar 19, 2002
20
CA
I'm writting a wrapper class, and the original set of objects i'm attempting to emulate make use of a Public Sub Close()

Unfortunetly, VB6 complains about this. Seems to be reserved for Microsoft products only. Is there any way around this? Could I write an ActiveX class in VC++6, and use the Implements statement possibly? I would really like to ensure full support in my wrapper.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top