April 2003
-
April 29, 2003
29
Apr'03
How can I print text or numbers with rectangles around them?
-
April 28, 2003
28
Apr'03
Save development time by using inherited forms
You can use an inherited form to reuse a set of controls, or code written in another form, without doing any coding. Continue Reading
-
April 28, 2003
28
Apr'03
JavaScript setting values
In the situation of a combination box populated by JavaScript, when a dropdown list is selected, retrieving the value can be problematical. Here's a solution. Continue Reading
-
April 28, 2003
28
Apr'03
Prevent a form from closing
You can prevent a form from closing by setting event parameter "cancel" to true in "closing" the event of the form. Continue Reading
-
April 28, 2003
28
Apr'03
.NET controls aren't displaying
-
April 25, 2003
25
Apr'03
Useful scripts to clear out old plan history logs
When a plan's history gets long, use the following script rather than deleting one at a time via enterprise manager in SQL Server. Continue Reading
-
April 23, 2003
23
Apr'03
How can I make XmlTextReader read multiple files?
-
April 22, 2003
22
Apr'03
How do I assign an icon to a user defined control?
-
April 21, 2003
21
Apr'03
How do I move images from a picture box to and from a database?
-
April 18, 2003
18
Apr'03
Install/uninstall MSI using VB.NET
Since the Windows Installer Object Model does not work properly with .NET, try controlling the installation, etc. of MSIs using the API provided in msi.dll. Continue Reading
-
April 18, 2003
18
Apr'03
How do I port a Unix makefile to Windows 2000/VS.NET?
-
April 18, 2003
18
Apr'03
Use trace class to write certain log data to file during runtime based on execution flow
How to use trace class to write certain log data to file during runtime based on the execution flow. Continue Reading
-
April 18, 2003
18
Apr'03
Reusing code in VS.NET
In VS.NET you can drag your code to the Toolbox for easy reuse. Continue Reading
-
April 18, 2003
18
Apr'03
Using JavaScript to save roundtrips
Client code to set a check box to true when the user types a search string into a text box without having to make a roundtrip to the server. Continue Reading
-
April 17, 2003
17
Apr'03
How do you use 'includes' in ASP.NET?
-
April 16, 2003
16
Apr'03
Does VB.NET have an application wizard like VB6?
-
April 15, 2003
15
Apr'03
Make VB6 COM components work with ASP.NET
Avoid big performance hits -- or outright failure -- by marking your ASP.NET pages ASP-compatible. Continue Reading
-
April 15, 2003
15
Apr'03
Hospital seeks second backup opinion
After a long bout with a shaky backup system, St. Vincent hospital upgrades Continue Reading
-
April 15, 2003
15
Apr'03
When I submit my form, the original page loads instead of my new code
-
April 14, 2003
14
Apr'03
Problems using design view