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

Constructing Variable tables...

Status
Not open for further replies.

thetambarineman

Technical User
Feb 29, 2000
63
0
0
GB
Hello all,

Just a quick question on programs that construct Variable
tables. I've been out of the programming world for the past few years-since VB3/4.. I specifically remember a program that would allow you to create a variable table (and converted it into word)(vb2doc????) is there anything to supplement VB6 now or am i just over-looking something simple?? id prefer not to have to write each variable out by hand!!

Thanks in advance..

Paul.
 
The easiest way to create that, is make a DLL with Enumeration Type in it. Then reference the DLL on the project and you can use it then.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top