March 2004
-
March 31, 2004
31
Mar'04
Managing VB6 Web app from .NET forms and applications
-
March 30, 2004
30
Mar'04
Error when using an OledbDataAdaptor to fill a dataset
-
March 30, 2004
30
Mar'04
Differences between VB.NET Pro 2002 and VB.NET Pro 2003
-
March 30, 2004
30
Mar'04
Issues with using VB.NET and VS.NET to create Web-based business apps
-
March 30, 2004
30
Mar'04
Is there any SDK for developing an application like Remote Desktop?
-
March 29, 2004
29
Mar'04
How do I update the datagrid so it will not affect focus?
-
March 26, 2004
26
Mar'04
Do embedded DLLs load server-side or client-side?
-
March 26, 2004
26
Mar'04
How can I restrict my child form from opening more than once in MDI in VB.NET?
-
March 25, 2004
25
Mar'04
Guidance in creating a remote doctor/patient diagnosis system
-
March 23, 2004
23
Mar'04
Saving details from a form to a SQL Server table
-
March 22, 2004
22
Mar'04
Keep the Handles statement
Use drag-and-drop to move controls from one container to another. This will preserve the Handles statements and save you time and confusion. Continue Reading
-
March 22, 2004
22
Mar'04
Turning off outlining in Visual Studio .NET 2003
-
March 22, 2004
22
Mar'04
Inserting an Excel chart into a Word document
Build a chart in Excel using only code. Continue Reading
-
March 22, 2004
22
Mar'04
Make an editable datagrid
This tip explains how to easily make a datagrid editable with paging. Continue Reading
-
March 22, 2004
22
Mar'04
Avoid errors in insert queries
When you execute insert queries with the ' charecter as part of the text portion, it will give you an error. Here's how to get around that. Continue Reading
-
March 22, 2004
22
Mar'04
VS.NET multiple tabbed windows
A quick tip that makes it a lot simpler to compare and copy code. Continue Reading
-
March 22, 2004
22
Mar'04
Toggling Boolean values
A simpler way to toggle Boolean values than the traditional method. Continue Reading
-
March 22, 2004
22
Mar'04
Use ASP.NET to launch a report as a .pdf
Output a report at runtime that launches a new window with a .PDF version of the report. Continue Reading
-
March 22, 2004
22
Mar'04
Program to find path to your source code
This code determines the current path where your source code resides when it's not in the bin folder. Continue Reading
-
March 22, 2004
22
Mar'04
Third-party app that accepts MFC windows from callers; how to display an MFC window in a .NET form