Posts by vb6boy
166 hits, 21 pages | Prev | NextYes, building people. This program, meant to demonstrate the use of a few different methods, builds random person data (Address, phone, etc).
Calculate Area of Triangle with VB6
This is a quick example of how to implement a basic math formula within your program.
Compare Two Files in VB6
This function will allow you to compare one file to another. It will do either a lax check (compare file lengths only) or a stringent check (a byte by byte comparison).
This is a demo program for usage of the AreTheyTheSame function that was described in the Compare Two Files in VB6 post.
Determine if a type of control is in a type of a container.
Convert an IP Address to an Integer
This is a pretty basic function which allows you to convert an IP address, which a string, into a long integer. But where would this be useful?
166 hits, 21 pages | Prev | Next