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!

[b][u]Inheritence[/u][/b]

Status
Not open for further replies.

bakerm

Programmer
Apr 25, 2000
53
US
I need to use properties of the VB File Object and also add a property of my own definition to it. This is new to me and I have had no luck figuring this out.<br><br>Thanks in advance for your help! <br>
 
hmm you ever tried creating a new form, or new object, set it up the way you want it, then somewhere in code you do.<br><br>Dim this as new Form1<br><br>which would create another instance exactly the same, then you change that to what you want. <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href= </a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VJ++6(starting),VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML,Visual InterDev 6, ASP(WebProgramming), QBasic(least i didnt start with COBOL)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top