Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hopefully
08-27-2005, 03:59 AM
Post: #11
RE: Hopefully
This is some code we are working on...
(I hope it will show)
Code:
Private Sub cmdQuit_Click()
Unload Me
End Sub
\'Dillon Davenport
Private Sub cmdSum_Click()
Dim intNum1 As Integer

intNum1 = txtNum1.Text

intSum = intNum1 + txtNum1

lblsum.Caption = intSum

intNum1 = 100 - 4.9 * t ^ 2
End Sub
Find all posts by this user
Quote this message in a reply
08-27-2005, 07:13 AM
Post: #12
RE: Hopefully
Oh its just visual basic... Wink
I once tried to get into that world too. Gave up 5 pages far in a C++ book. Tongue
Find all posts by this user
Quote this message in a reply
08-28-2005, 02:01 AM (This post was last modified: 08-28-2005 02:03 AM by LivingTarget.)
Post: #13
RE: Hopefully
Don\'t wanna be a scarecrow, but you\'ve got a long way to go. I did my first line of code back in 1997 and I still don\'t know a whole lot.

Start off making text games and then realize VB sucks at making games. Not impossible certainly still working on a few games here and there but it\'s a lot slower then anything i\'ve seen.
Find all posts by this user
Quote this message in a reply
08-29-2005, 07:20 PM
Post: #14
RE: Hopefully
But not everybody is as slow as you lt Wink
Visit this user's website Find all posts by this user
Quote this message in a reply
08-30-2005, 03:08 AM
Post: #15
RE: Hopefully
Yea who wants to help me with my basic programming class???.lol
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)