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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: grom2
  • Content: Threads
  • Order by date
  1. grom2

    Does vbs support enum? HELP!!!

    What is the technique for accessing enum's from object that are late bound? Do you have use the equivalent number or is their some way to access the enums? I could also create constants representing the enum's and their vals. How are you doing this? Thanks, Glenn
  2. grom2

    Can't create nested class vb.net/vb6 HELP!!!

    The trouble i'm having is I can't create objects with nested classes from vb6. Try this, create the following class in VB.NET. Then regasm it and try to create an object based on the nested class from vb6. Then try to declare the following object. I can't. As soon as I run the project it tells...
  3. grom2

    how to declare interface for nested classes HELP!!!

    I'm wanted to consume my vb.net assemblies (dll/tlb) from vb6. I can do this but an interface must be defined for the class. That works. But how do we define interfaces for a class with nested classes? ' Visual Basic ' This is the enclosing class, whose class declaration contains the nested '...

Part and Inventory Search

Back
Top