AnimatedForms.zip |
This sample demonstrates how close your form to the task tray. |
ColorCommandButtons.zip |
This sample demonstrates how to color the fonts on a command button. |
CreateMenu.zip |
This samples demonstrates how to create menus with pictures. |
DrawItem.zip |
This sample demonstrates how to create a listbox where each entry can be it's own color and font. |
DrawOnDesktop.zip |
This sample demonstrates how to draw a picture on the Windows desktop. |
DrawRectangleAroundControl.zip |
This sample demonstrates how you can draw a colored square around a control. This is could for drawing
the users attention to a certain part of the screen. |
DrawText.zip |
This sample demonstrates how to use the DrawTextEx Windows API function. This function allows you to add
all kinds a features to normal text like rotation, ellipse. |
FormDesigner.zip |
This sample demonstrates how you can create a form designer similar to Visual Basics form designer. |
frmMap.zip |
This sample demonstrates how to create a rollover tab style. When you hover over a button, it hightlights
and then the appropiate tab. |
GradientTitle.zip |
This sample demonstrates how you can create a custom gradient title bar. |
Gradient.zip |
This sample demonstrates how to create that gradient effect that is found in most setup applications |
LayeredWindows.zip |
This sample demonstrates how to create a layered/ transparent window. This samples requires Windows98 SE2 or Windows 2000. |
Owner-drawnmenu.zip |
This sample demonstrates how to draw a menu with graphics on the fly with out having any Visual Basic created menus. |
Print_hwnd.zip |
This sample demonstrates how to print any hWnd. That is a form, a picture box any thing that has
a window handle. |
RGBColorSample.zip |
This sample will generate the RGB code for a given color. |
ShapeForm.zip |
This sample demonstrates how to create a form of any shape. |
Splitter.zip |
This sample demonstrates how to create a splitter without any controls. |
SystemFontSize.zip |
This sample demonstrates how to retrieve the system font size. |