If I made something on Visual Basic, how would I give it to someone else on a different computer? Thanks![]()
If I made something on Visual Basic, how would I give it to someone else on a different computer? Thanks![]()
Last edited by sm321; 02-08-2012 at 09:43 AM.
Like, the source code or just the program? Also, what version of VB?
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
I'm on Visual Basic 2010 Express, but that doesn't matter now, I know how, thanks anyway. But what is wrong now is this:
If Val(Label1.Text) = Val(TextBox1.Text) Then
Val(Label14.Text) = "Goal Reached!"
Says 'Expression is a value and therefore cannot be the target of an assignment.'
Val() returns a number from a string, do this:
Code:If Val(Label1.Text) = Val(TextBox1.Text) Then Label14.Text = "Goal Reached!"
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
There are currently 1 users browsing this thread. (0 members and 1 guests)