Coding Basics Category Posts
- 08/26/11 : How to generate random numbers, with the info
- 08/21/11 : How to find a given year is leap year or not
- 08/20/11 : How to Convert from decimal to binary
- 08/17/11 : How to Convert Decimal to Hexadecimal
- 08/15/11 : How to Convert Binary to Octal
- 08/14/11 : How to Convert Binary to Decimal
- 08/06/11 : How to find the number of a name, used in a numerology program
- 07/26/11 : Sendkeys example
- 07/23/11 : How to use more than one condition in Select case statement
- 07/06/11 : List of Visual basic 6 Error Codes
- 07/05/11 : How to Fix the App.Path problem
- 07/01/11 : How to do Xor Encode/Decode the given data
- 06/23/11 : How to Decode the given text using base64 algorithm
- 06/23/11 : How to Encode the given text using base64 algorithm
- 09/21/10 : How to generate random password for given length
- 09/21/10 : How to shuffle items in a array
- 09/06/10 : How to add unique items in a collection
- 07/06/10 : How to Pause our application
- 07/06/10 : How to create simple Text Encoder/Decoder
- 06/30/10 : How to set system wide hotkey to open an application
- 08/25/09 : How to move a Form without Title bar
- 01/05/09 : How to Check whether the user pressed the Cancel Button on Input Box
- 01/04/09 : How to display a message in two lines in MSG Box.
- 01/04/09 : What exactly does ByVal and ByRef mean and when do you use it?
- 01/04/09 : How to copy/cut the content of the text box to the clipboard