Learning Programming
Friday, June 21, 2013
Visual Basic
Although you can make programs using Notepad, I do recomend you download a program called Visual Basic Studio. Visual Basic is a fast a simple program teaching you how to make fun and easy, hacks, forms, games and web browsers (like internet explorer). I think visual basic is a simple way to make amazing programs. Visual Basic is also free! For a free download click this link visual-basic-2010.en.softonic.com . Here are some vidios on what you can do with Visual Basic.
Thursday, June 20, 2013
Notepad Programming Codes
Here is the code you need to make a program... copy it and paste it to your Notepad.
@echo off
color b0
echo HI WHAT IS YOUR NAME?
set /p name=
echo WELL HI %name%! MY NAME IS... I DONT HAVE A NAME... PLEASE NAME ME
set /p botname=
echo THANKS %name%! I LIKE THE NAME %botname%.
pause>nul
echo WELL... I GOT TO GO NOW... SEE YA!
pause>nul
echo %random% %random% %random% %random% %random% %random% %random% %random%
exit
Now your done! Remember Save your game as "(any thing you want).bat" and save as "all files". Well, i hope you like my program i made! :)
@echo off
color b0
echo HI WHAT IS YOUR NAME?
set /p name=
echo WELL HI %name%! MY NAME IS... I DONT HAVE A NAME... PLEASE NAME ME
set /p botname=
echo THANKS %name%! I LIKE THE NAME %botname%.
pause>nul
echo WELL... I GOT TO GO NOW... SEE YA!
pause>nul
echo %random% %random% %random% %random% %random% %random% %random% %random%
exit
Now your done! Remember Save your game as "(any thing you want).bat" and save as "all files". Well, i hope you like my program i made! :)
Programming isn't as hard as it looks
Subscribe to:
Posts (Atom)