FTP

The File Transfer Protocol (FTP) is the standard network protocol used for the transfer of computer files between a client and server on a computer network.

chkdsk.exe

Checks the file system and file system metadata of a volume for logical and physical errors. If used without parameters, chkdsk displays only the status of the volume and does not fix any errors. If used with the /f, /r, /x, or /b parameters, it fixes errors on the volume.

Multiple Clickable Bitmaps on a drop menu in a for

Very short code! Newly updated and it WORKS! Display bitmaps instead of text on a drop menu, in a form. Use the VB Menu Editor to create a menu with sub menus, the code does the rest!! So easy you will slap yourself for using other people’s lengthy drawn-out codes. Original Author: Patrick K. Bigley Assumptions Create a form… Read More »

A 3D Demo

This is a simple demonstration on 3D programing using line based graphics. This program allows the user to manipulate an object in a 3D enviroment. The functions include rotation, scaling, translating, and zoom control. Original Author: Drew Stickney Attachments File Uploaded Size CODE_UPLOAD996.zip 9/3/2020 3:45:00 PM 85961

rsform.bas

This .bas module allows you to re-size your form and all the controls re-size with it. I kept looking for code out on the internet that would do this right but I was never successful. So, I wrote this to eliminate the need for any ocx’s or dll’s. It resizes the SStab control which I found was a… Read More »

Draw a moving starfield on a form

It draws a moving starfield on a form with simple VB graphics methods and a timer control. Original Author: Theo Kandiliotis API Declarations Code How to draw a moving starfieldThis example shows how to design a moving star field ,the standard animated background used in most space shoot’em up games.You know,the one that asteroids of all kinds of sizes… Read More »