Tutorials

This page has many different coding tutorials. many of them arent even neocities!


Did you know that you can make a whole "chatting" system with a simple vbs file?

I saw this from a youtube video. just make a notepad file (not rich, a simple text file) and just type in:


dim fname


fname=inputbox("Hi! This is a test.")

press enter and copy and paste this. do the same. inside the ("") add whatever! Now when you're done just save it, close it, and rename it like "hello.vbs" name it whatever just put a .vbs at the end!

And when you open it, you will see an input, and the text you added. you can say anything but it wont show anything special, just the text you added. perfect for movies! you can also make a staged chat and just type into the vbs file code things that are based off what you will say. for example "Hi! How are you?" you say: "Good. You?" then code it so that it says "Im fine, thanks!".


Tip: If you want it to be fancier, copy it and paste it as a shortcut and then go to properties, then shortcut and click on change icon. Choose one icon according to what the app you made is, then click apply and ok.



Code ideas

you can make an interactive virtual book that you can flip the pages! Or perhaps a game dedicated to kittens.