Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

A very simple VB question.


Alster
 Share

Recommended Posts

Hai!

So I've been learning a bit of C++ (annoying because I'm having to unlearn most of my Visual Basic Logic), given up on it and I'm moving back to VB.

So I thought I'd start off with a simple program which makes a story, with info you enter, saves itself into a .txt document which you can open up and edit in the same program (for fun).

And now I'm stuck on the most basicest (huh?) principle, implementing a variable into other words.

Example:
Private Sub Form_Load()
Dim aName As String
Dim wootAnOnlineTest As String
End Sub

Private Sub makeTehStoriee_Click()
aName = yourName.Text
wootAnOnlineTest = tehBox.text

storyBox.Caption = One Day VariableONE stopped for a VariableTWO.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...