The MB Tray Control
This control lets you place an icon in the system tray area and associate it to your application. The icon can be static or animated, if you specify a series
This control lets you place an icon in the system tray area and associate it to your application. The icon can be static or animated, if you specify a series
ou’re probably familiar with the typical “SELECT * FROM Table” SQL statement, which returns all the records in a table. By adding a WHERE clause to a SELECT statement, you
lthough Java syntax borrowed heavily from C++, there are many C++ featuresthat Java chose to omit. At times, the lack of a particular featuremakes Java programs cumbersome to implement. One
n this article, you’ll continue building on the text editor that you created in Part I and Part II. As usual, the code is available for download by clicking here.
This handy class module by Kieron O’Connor lets you add a control-less timer to your application, without actually using a Timer control. Beside being useful in itself, the CLiteTimer class
Everybody knows that the VB timer is not much accurate: about 10 milliseconds on Windows NT and 50 milliseconds on Win9.x. In addition, the interval value is a Integer value
ast month, we saw how we could use the Tabular Data Control (TDC) to display recordset data in a paged fashion in Internet Explorer. The TDC is useful when you
n Part I of this article, we built our basic form for our text editor and wrote the Save functionality. In this part, we complete the File menu with the
his is the first of a series of articles on Visual Basic 7.0; now known as Visual Basic.NET. It is well known that VB in its new reincarnation is undergoing