Members
Technology Zones
Articles
Hosted By
Info
|
Articles & Tutorials  -
Want to make your app look as good as Media Player or Winamp? This tutoral hopes to get you going to a fully skinned killer app!.  -
The API programming series is a set of articles dealing with a common theme: API programming in Visual Basic. Though there are no hard and fast rules regarding the content of these articles, generally one article can be expected to contain explanation of one or more API calls with generously commented code snippets. Depending on the subject, these code samples may expand to become a full-fledged application.
In this article we see how to bring a window to top..  -
Nizar Diamond Ali demonstrates how to create your own image viewer in Visual Basic 6.  -
With the rich textbox control saving, loading, changing fonts, and much more has become very simple. This tutorial takes you through the basic commands available to you..  -
Ever wanted to create a 'tree' in your application, like in explorer? This tutorial shows you how to use the TreeView control to do just that!. 
Sample Code  -
This coding is useful for VB Developer who are interesting to create Dynamic menu.
Steps:
Add form - Name - frmMain
Image List - Name - imglstImages
Label - Name - lblLabel
Class- mcPopupMenu.  -
This is a simple piece of code to add continuously "disappearing" effect on your forms..  -
Adding the horizontal scroll bar to a list box dynamically taking into account its font (using the IFont interface) and the vertical scroll bar visibility (by analyzing the WS_VSCROLL flag of the listbox styles).  -
This program takes in a name for the control, properties of the control and type of control, and displays the control to the screen. Shows how to create controls at runtime. .  -
In most setup programs you will see the form start as black at the bottom of the form and fade into a light blue at the top of the form. This code shows you how to do just that, with any colour you want!. 
Products  -
Skin your VB6 applications using this control -
The RadioGroup ActiveX control is a useful VB component to replace VB OptionButton control. Easy to set up and use, it enables you to create a convenient group of radio buttons on your Visual Basic Form. -
A control used to store organized data like a database, using tables rows and columns. -
A great smooth progress bar from VB Web, only 28K! -
Add your apps icon to the system tray, with only one line of code! Popup menus and on-the-fly icon changing fully supported.
Web Sites  -
TabDock is a dockable Windows control that allows you to create IDE's similar to Visual Basic and Visual C++ -
This demo shows you how to create an elliptic-shaped form using the CreateEllipticRgn API function. -
This application demonstrates a customized popup menu, with a -
The VB and VBA users resource center. Contains Excel Workbook rebuilder, NetSend 3, Excel Sub Classer and API/VB/VBA code. Plus online discussion groups, code postings etc (all free). -
This form creates a cool spider-web like effect when the user moves the mouse around with the left mouse button down. It is used in this case as a link to the author's web site as well, thereby also d
|
Search
Code Samples
New Members
|