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

hide method from base class

Status
Not open for further replies.

MickTheBelgian

Programmer
Jan 11, 2001
160
DK
I am making a wrapper around an IBM driver. I inherit it and would like to hide those methods of the base class which are no longer necessary. any ideas?
 
<Obsolete(&quot;Replace this Sub with Funtion1&quot;, True)> Public Sub OldSub(ByVal foo As String)
End Sub


Defines the sub as obsolete, True throws a compilier error while coding.
<Obsolete(&quot;Replace this Sub with Funtion1&quot;, True)>

Scott
Programmer Analyst
<{{><
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top