SimpleCod3rS
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SimpleCod3rS


 
HomePortalSearchLatest imagesRegisterLog in

 

 My Vb progress

Go down 
3 posters
AuthorMessage
Admin
The One and ONLY! Its Vertual!
The One and ONLY! Its Vertual!



Number of posts : 109
Registration date : 2007-05-12

My Vb progress Empty
PostSubject: My Vb progress   My Vb progress Icon_minitimeSat Jun 02, 2007 4:59 am

Welcome, I am atm learning Visual Basic (vB) I have so far taught myself most of the things i know. I have taught my self to hack and now vB. I have so far started on a simple webbrowser.

And Annoing thing, Opens boxes 9999 time one by one.
And a system crasher, (Not release yet)

I will be making more things up to come!

I will be making, Msn crasher,
A lil game (if you get the answer wrong something happens!)
Back to top Go down
https://simplecoders.forumotion.com
No-Danger
No-Dangers Private Tag!
No-Dangers Private Tag!
No-Danger


Number of posts : 68
Registration date : 2007-05-14

My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitimeSat Jun 02, 2007 6:56 pm

sounds fun
Back to top Go down
http://bradslabs.sooch.info
Ben




Number of posts : 24
Registration date : 2007-06-01

My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitimeSun Jun 03, 2007 9:03 am

Excuse the noobyness
Is visual basic anything like just plain BASIC programming language.
Back to top Go down
Admin
The One and ONLY! Its Vertual!
The One and ONLY! Its Vertual!



Number of posts : 109
Registration date : 2007-05-12

My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitimeSun Jun 03, 2007 11:38 am

I wouldnt say it is plain basic, but yes it is alot easier than all programming languages ecept DOS/Batch, From the Name Visual Basic,
Is all VISUAL, you make simple boxes and just code them to do something!
Back to top Go down
https://simplecoders.forumotion.com
Ben




Number of posts : 24
Registration date : 2007-06-01

My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitimeSun Jun 03, 2007 11:47 am

OIC, I've never used visual basic, just plain old text basic using liberty basic (it's damn easy)
and java
and a little batch
c++ this summer
Back to top Go down
Admin
The One and ONLY! Its Vertual!
The One and ONLY! Its Vertual!



Number of posts : 109
Registration date : 2007-05-12

My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitimeSun Jun 03, 2007 11:53 am

what is liberty text?
Go more into depth please
Back to top Go down
https://simplecoders.forumotion.com
Ben




Number of posts : 24
Registration date : 2007-06-01

My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitimeSun Jun 03, 2007 2:54 pm

liberty basic
not liberty text
its just a programmin environment for basic

just straight up coding

like for instance this is a game that randomly generates a number, and has you guess, tells you higher or lower, and once you guess it tells hwo many tries it took.

You would just type this into Liberty Basic and then hit run


[start]
cls
guessthis = int(rnd(1)*100) + 1

print "I'm thinking of a number between 1 and 1000"

[guess]
Input "Enter your guess here "; guess
let amount = amount + 1

If guess = guessthis then goto [win]
If guess > guessthis then print "Lower": goto [guess]
If guess < guessthis then print "Higher": goto [guess]

[win]
Print ""
Print ""
Print ""
Print ""
Print "Good job!"
Print ""
Print ""
Print ""
Print ""
Print "It took you "; amount; " guesses"
count = 0
Input "again? (y/n)"; again$
if instr("YESyes", again$) > 0 then goto [start]
end
Back to top Go down
Admin
The One and ONLY! Its Vertual!
The One and ONLY! Its Vertual!



Number of posts : 109
Registration date : 2007-05-12

My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitimeMon Jun 04, 2007 8:52 am

what coding language is it? where can i find this?
Back to top Go down
https://simplecoders.forumotion.com
Ben




Number of posts : 24
Registration date : 2007-06-01

My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitimeMon Jun 04, 2007 4:57 pm

The programming language is Basic.
Get the programming enviroment here
http://www.libertybasic.com/
Back to top Go down
No-Danger
No-Dangers Private Tag!
No-Dangers Private Tag!
No-Danger


Number of posts : 68
Registration date : 2007-05-14

My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitimeTue Jun 05, 2007 2:31 am

Its a code with a combination of batch and php its like stolen commands eg "Print" the print code is used often in php "cls" and imputs are like batch
Back to top Go down
http://bradslabs.sooch.info
Ben




Number of posts : 24
Registration date : 2007-06-01

My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitimeTue Jun 05, 2007 5:51 am

No-Danger wrote:
Its a code with a combination of batch and php its like stolen commands eg "Print" the print code is used often in php "cls" and imputs are like batch
basically
Back to top Go down
Sponsored content





My Vb progress Empty
PostSubject: Re: My Vb progress   My Vb progress Icon_minitime

Back to top Go down
 
My Vb progress
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
SimpleCod3rS :: Forums :: General-
Jump to: