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: *

  1. versof

    What is a "Public Object Module

    I thought you had it, but no. It found something else to complain about. Public Sub VCircle(p0 As Objpt, Radius As Single, Color As Long) Dim P As Objpt Dim Angle As Single 'current Angle For Angle = 0 To 360 Step 10 PolarToCartesian Radius, Angle, P...
  2. versof

    What is a "Public Object Module

    I'm trying to implement type objpt x as single Y as single end type Here is my class VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject END...

Part and Inventory Search

Back
Top