Tools Links Login

Browsing Visual Basic 6

Prev   Next

Shadow for controls
i saw many people creating shadow by adding a label control it dosent matter if you have min no of controls but when you have large no of controlsSo here is the code to create shadow without using any other controlsJust paste this code ***Have Fun***Original Author: Joseph VargheseAssumptionsCreate shadow just using codeCodePublic Sub SHADOW(Frm As Form, Ctrl As Control)Const SC = vbBlack 'you can define your own colorConst SW = 3Dim IOLDWIDTH As IntegerDim IOLDSCALE As IntegerIOLDWIDTH = Frm.
Posted:2003-06-01, 106 views

noob encryption
ive seen lot's of people's input on bad and insecure some encryption codes.
Posted:2003-06-01, 87 views

EZ RegRead
My First Submission to PSCode.
Posted:2003-06-01, 94 views

Remove several chars!
It removes a set of chars from a string, by using ParamArray, it is very simple! It was submitted as a alternative to another submission : http://www.
Posted:2003-06-01, 96 views

Rename the Start Menu Button
This article will show you how to rename the Windows Start Menu button in Win 9x and WinXP .
Posted:2003-06-01, 89 views

Decimal To Roman Converter
This code takes an input decimal number and converts it to roman numerals.
Posted:2003-06-01, 98 views

Peek and Poke from VB

Posted:2003-06-01, 157 views

Prev   Next