Notices

Overclockers Forums > Software > Programming Tips and Tricks
Programming Tips and Tricks
Forum Jump

visual basic 6.0 dot thickness

Post Reply New Thread Subscribe Search this Thread
 
 
Thread Tools
Old 03-27-03, 05:52 PM Thread Starter   #1
overclocker23
Disabled



Join Date: Mar 2003

 
visual basic 6.0 dot thickness


I am new to this thing and I am obviously stuck here.

Here's what you have to do.

Create a draw dots application that allows the user to enter the infomation needed to draw ta dot.

You have to have a ""x-coordinate text box""
you have to have a ""y-coordinate text box""
you have to have a ""thickness text box""

I can figure out how to draw a dot but I don't know how to increase the thickness so please let me know how you do this.

HERE'S MY CODE!


Private Sub Done_Click()
Unload Me
End Sub

Private Sub draw_Click()
Dim a As Integer, b As Integer, t As Integer
a = x.Text
b = y.Text
t = thickness.Text

PSet (a, b), vbRed
End Sub
overclocker23 is offline   QUOTE Thanks

Post Reply New Thread Subscribe


Overclockers Forums > Software > Programming Tips and Tricks
Programming Tips and Tricks
Forum Jump

Thread Tools Search this Thread
Search this Thread:

Advanced Search


Mobile Skin
All times are GMT -5. The time now is 06:46 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
You can add these icons by updating your profile information to include your Heatware ID, Benching Profile ID or your Folding/SETI profile ID. Edit your profile!
X

Welcome to Overclockers.com

Create your username to jump into the discussion!

New members like you have made this the best community on the Internet since 1998!


(4 digit year)

Why Join Us?

  • Share experience
  • Max out your hardware
  • Best forum members anywhere
  • Customized forum experience

Already a member?