Sitemap
Posts
- Category: Arrays, Collections, Lists
- How to Erase an Array -- removes all of its elements
- How to eliminate Duplicates in an Array (assumes prior sort)
- How to check whether duplicate exists in a given array
- How to Split the given string with multiple delimiters
- How to Scramble the words in the given string
- How to shuffle items in a array
- How to add unique items in a collection
- How to Scramble the order of elements in an array.
- How to sort data and remove duplicates.
- How to replace an item in a collection
- How to remove all the items in a collection
- How to remove items from a Collection object
- How to find out the number of items in the collection
- How to check whether an item exists in a collection
- How to delete an item in an array
- How to insert an item in an array
- How to store all the selected items in a ListBox in an array
- How to sum all the elements in an two dimensional array
- How to find out the number of dimensions of the given array
- How to sum all the elements in an array
- How to evaluate the total number of elements in a two dimensional array
- How to resize an array without losing its contents
- Category: Books
- Mastering Microsoft Visual Basic 2008
- Murach's Visual Basic 2008
- Microsoft Visual Basic 6.0 Professional
- Visual Basic 6 for Dummies (for Windows)
- Visual Basic 2008 Programmer's Reference (Programmer to Programmer)
- Sams Teach Yourself Visual Basic 2008 in 24 Hours: Complete Starter Kit
- Microsoft Visual Basic 2008 Step by Step
- Category: Coding Basics
- How to generate random numbers, with the info
- How to find a given year is leap year or not
- How to Convert from decimal to binary
- How to Convert Decimal to Hexadecimal
- How to Convert Binary to Octal
- How to Convert Binary to Decimal
- How to find the number of a name, used in a numerology program
- Sendkeys example
- How to use more than one condition in Select case statement
- List of Visual basic 6 Error Codes
- How to Fix the App.Path problem
- How to do Xor Encode/Decode the given data
- How to Decode the given text using base64 algorithm
- How to Encode the given text using base64 algorithm
- How to generate random password for given length
- How to shuffle items in a array
- How to add unique items in a collection
- How to Pause our application