Results for "Author: philip beam"
This code is the easiest clock ever... The code doesnt get any easier. If you like it vote for it.
RGB and VB color coder has 3 ways of picking colors (scrollbars, slider bars, and common dialog colors). After picking a color it shows the RGB color code, the VB color code, and the color example... Not hard...
This is a notepad that is black with green text... All the colors can be customized. It opens, saves (and save as), cuts, copies, pastes, and shows the file path (if saved or opened) on the Title bar. Demonstrates an easy way to save with a textbox... Also has horizontal and vertical scrollbars. I dont know the limit to the amount of text (if there is one). Please vote if you like it...
This is a Login program that you can easily put into your program... It lets you make a new name/password or put in a previous name/password to login. After pressing the Login button you will get a message of "Login Successful!" if your name/password match, if they dont you will get "Login Unsuccessful". This uses a database and searches for the name and matches it with its password (if login is successful)... If this is useful to you please vote for it.