Hi, guys
Here's my 3rd DLL....
With this we can create non-rectangular forms, mostly used in splash screen, with the possability to pass controls to it....
properties and methods:
Author - returns "Cableguy"
DLLVersion - returns "1.0"
Width - sets/gets the width of the form, value in pixels
Heigth - Sets/gets the heigth of the form, value in pixels
Enable - Sets/gets the form state, boolean, true= enable, false= disable
Visible = Sets/get the visible prop of the form, boolean, true= visible, false= invisible
BrigToFront - Brings the form to the upper z-order
Image - Sets the image used to create the form
Dispose - disposes of the form
AddControl - adds an existing control to this form....
There are a few known limitations/impositions in this dll....
Its a desktop only dll as it target the complete framework...
The image is always centered to the form (couldnt figure out how to parse set/get the image layout), The form apears always centered to the screen, Controls that don't support tranparent background like texts boxes will error, trappable by b4ppc?
In the zipis the dll, an image and a b4ppc file....
Any comments are welcome...
Here's my 3rd DLL....
With this we can create non-rectangular forms, mostly used in splash screen, with the possability to pass controls to it....
properties and methods:
Author - returns "Cableguy"
DLLVersion - returns "1.0"
Width - sets/gets the width of the form, value in pixels
Heigth - Sets/gets the heigth of the form, value in pixels
Enable - Sets/gets the form state, boolean, true= enable, false= disable
Visible = Sets/get the visible prop of the form, boolean, true= visible, false= invisible
BrigToFront - Brings the form to the upper z-order
Image - Sets the image used to create the form
Dispose - disposes of the form
AddControl - adds an existing control to this form....
There are a few known limitations/impositions in this dll....
Its a desktop only dll as it target the complete framework...
The image is always centered to the form (couldnt figure out how to parse set/get the image layout), The form apears always centered to the screen, Controls that don't support tranparent background like texts boxes will error, trappable by b4ppc?
In the zipis the dll, an image and a b4ppc file....
Any comments are welcome...
Attachments
Last edited: