VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Create multi-Colored forms without using the API

VB Tips and Source Code  (5 Submissions)   Custom Controls/Forms/Menus   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

Although using the API is a nice way to create multi-colored forms, there might be a reason why you would wish to create one without using the API.

Inputs
The routine requires several parameters to be passed to it. They are: FormName - Used to indicate which form is to be colored Orientation% - Top to bottom or right to left painting effect RStart% - (0-255) value for Red GStart% - (0-255) value for Green BStart% - (0-255) value for Blue RInc% - Amount to increment or decrement for Red GInc% - Amount to increment or decrement for Green BInc% - Amount to increment or decrement for Blue

Rate Create multi-Colored forms without using the API (1(1 Vote))
Create multi-Colored forms without using the API.bas

Create multi-Colored forms without using the API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters