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

Recent content by Whatsit

  1. Whatsit

    Using Class Module to fill unbound ADO Data Grid ??

    Try stepping thru your code with "F8", where does it go after "rsNames.Movefirst" ??????
  2. Whatsit

    Drawing with VB

    The following should work by calculating the offsets. Private Sub Command1_Click() Dim Angle As Single, Arad As Single Dim circrad As Single Dim x As Long, y As Long Dim PI PI = (4 * Atn(1)) circrad = 2000 'set radius Angle = 12 + (45 / 60) + (35 / 3600) Arad = Angle * PI / 180 ' convert to...

Part and Inventory Search

Back
Top