Browsing Visual Basic 6
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.
noob encryption
ive seen lot's of people's input on bad and insecure some encryption codes.
EZ RegRead
My First Submission to PSCode.
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.
Rename the Start Menu Button
This article will show you how to rename the Windows Start Menu button in Win 9x and WinXP .
Decimal To Roman Converter
This code takes an input decimal number and converts it to roman numerals.