<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Multi Line Tool Tips
How to create multi-line balloon style tool tips in Visual Basic.
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Obtain the User Network Logon Name
Obtaining the network logon name is a commonly needed utility function for many applications and can be easily accomplished with a single call to the Win32 API suite of networking functions.
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Deploying MSDE Solutions
MSDE for Visual Studio 6.0 comes packaged in an InstallShield command line installation program. This command line program is intended to ease the distribution of MSDE with desktop and shared database solutions. Although the setup is designed to run unattended and in a silent mode, there are some parameters which can be set during installation. In the following section, we describe two methods for using the MSDE installation program. The first uses the MSDE setup in conjunction with the Visual Studio 6.0 Package and Deployment Wizard. The second example creates a custom Visual Basic application capable of controlling an MSDE setup.
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
A SOAP Wrapper
SOAP (Simple Object Access Protocol ), allows you to connect to a remote machine and access the properties and methods of an object. So what's so special about SOAP? Read on and Find Out!
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
SOAP - A bubbly future
An Introduction to SOAP
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
VB2theMax File Bank
This file bank include HEAPS of Addins that can make your coding easier. Includes Error handler inserter, Regular Expression Tester and MTS Package and Deployment Add-In.
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
The VB-FAQ Programming Commandments
Here is a list of our rules to code by. Read them. Learn them. Follow them.
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
How to Receive Shell Change Notifications
FindFirstChange/FindNextChange notification APIs can be easily used to determine when a file system object has changed. However, this method is best used by an application where polling the physical file system is desired (for example, in creating a Watched Folder as used in Adobe's Acrobat Distiller). Once a change has been detected, the application can proceed to process the change then return to its idle/polling state.
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Free PDF Print Driver
Free PDF is a utility which allows you to create PDFs just by printing to a "Create PDF" printer, from any Windows 9x/ME application FOR FREE
<%#DataBinder.Eval(Container.DataItem, "sitename")%>
Intercept ADO UpdateBatch and Call a Stored Procedure
It may be desirable to call a stored procedure (stored proc) to insert data rather than having the client-batch cursor do straight Inserts by means of the UpdateBatch method. The WillChangeRecord event provides a place to intercept pending changes.