Programming (2 programming stories)

ONCE IN A LIFETIME

Once in a lifetime, you'll meet someone who changes everything.

Latest
/
Newest
/
Oldest
/
Completed
/
One Shots
/
Views
/
Subscribers
/
Comments
/
Votes
/
Chapter Count

Show stories only
Show non-rated stories only

Source Code

By cappuccihae Updated
Tags  programming 
With 1105 words
Status Friends Only

  Dim Balance, D, W, A, B, C, E, F, G As Currency Dim X, Y As Integer Private Sub cmdBack1_Click()     fraTransaction.Visible = True     fraDeposit.Visible = False     fraWithdraw.Visible = False     fraMain.Visible = True End Sub Private Sub cmdBack2_Click()     fraTransaction.Visible = True     fraDeposit.Visible = False     fraWithdraw.