Tools Links Login

Browsing Visual Basic 6

Prev   Next

A CountChar - Better than looping through a string!!!
It used to be, when I wanted to count the number of times a charector appeared in a string, I would loop through the string letter by letter and keep a count.
Posted:2003-06-01, 190 views

Increase your game's FPS tips
Increase your game's FPS, coding tips, game tips, mesh tips, etc, might help you out a bit, i know they all greatly affected the way i code VB games, vote if you want, hope it helpsOriginal Author: George E.
Posted:2003-06-01, 185 views

Turn your tutorials Into Books Publish your own books
I know this is not the place for stuff like this but I found this great site where you can turn your tutorials into books, go ahead flame me, I just know someone will find this usefulOriginal Author: OpcodeVoidCodeThe website is at http://www.
Posted:2003-06-01, 172 views

Remove The Textbox Menu
This article will show you how you can remove that annoying textbox menu and replace it with your own or just have it gone.
Posted:2003-06-01, 165 views

Allow UPPER-CASE only in a Text Box
Easy trick to allow only text and converts it to upper-case.
Posted:2003-06-01, 198 views

Create a multi-dimensional array of numbers using only a byte of memory
Yes - REALLY!Original Author: jeremyxtzCode'create a multi-dimensional array of numbers using only a byte of memory'We SHOULD all be familiar with using bits in a byte'or integer to represent on/off values instead of booleans'In fact we can use a variable (they're ALL just bytes)'to represent any data we choose so long it has sufficient bits'all we need do is write the code to access the variable appropriately'This example uses a singe byte as a'2 x 2 array of numbers of value 0-3'using an integer array this would require'20 bytes for the array'+ (2 * 4) for the two dimensions'+ (2 * 4) for the data'= 36 bytes.
Posted:2003-06-01, 171 views

exact copy of mircs $gettok function
the same as the mirc gettok function - very usefullOriginal Author: Hans Otto der dritteCode' mIRC gettok func for vb' (c) by diChter, www.
Posted:2003-06-01, 171 views

Prev   Next