Related resources for Visual Basic 2005
  • Create Your Own Custom File Type3/2/2022 9:01:26 AM. This article describes a simple approach to creating a custom file type.
  • Send Text Message to Cell Phones from a C# Application5/7/2019 5:45:03 AM. This article describes a simple way to send text messages to a cellular phone from within a C# desktop application. The source code provided includes a relatively good list of carriers to simplify th
  • Converting Numeric Dollar Values to Text in VB.NET12/1/2012 4:50:42 AM. The article describes an easy approach to converting a numeric dollar value into its text equivalent; the primary purpose for such a mechanism would be to express the amount displayed on a check as a string within the ‘Amount’ section typical to most checks.
  • Forecast the Weather with a Custom Control in VB.NET12/1/2012 3:10:19 AM. This article describes the construction of a custom control used to display a three day weather forecast based upon a designated zip code. The control is driven by a public, free web service that returns the seven forecast for any area in the United States by zip code or location. This demonstration only uses the first three days of the seven day forecast and it implements only the zip code based request for forecast data.
  • Use of the HtmlTextWriter Class to Render Custom Controls in VB.NET12/1/2012 2:55:22 AM. This article will address the use of the HtmlTextWriter class and the role is plays in the construction of custom server controls. As custom server control development is accomplished without a visual designer, the HtmlTextWriter class provides a mechanism for precisely defining the output of the custom control directly within the code and in absence of the designer.
  • Embed PDFs into a Web Page with a VB Built Custom Control in VB.NET12/1/2012 2:51:27 AM. This article describes a simple approach to embedding and displaying PDF documents in a web page through the use of a simple ASP.NET 2.0 VB built custom server control.
  • Power pack drawing primitives for VB.NET11/9/2012 9:25:46 AM. This kit contains a collection of drawing primitive controls in the form of an oval, rectangle and a line shape.
  • Transparent Borderless Forms in Visual Basic 200511/9/2012 8:03:13 AM. This article describes an approach to display transparent forms in a Windows application.
  • Fade a Form in Visual Basic 200511/9/2012 7:47:51 AM. This article describes a simple approach to fading out a form.
  • Add a daily Dilbert Comic with a Custom Control in VB.NET11/9/2012 6:36:18 AM. This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
  • Simple Web and RGB Color Picker Utility in VB.NET11/8/2012 9:38:58 AM. The article addresses the construction of a simple utility application useful for selecting an RGB or web color; the application allows the user to key in RGB values or use RGB slider controls to select a color. Whenever the current color is updated, the text boxes at the bottom of the form are dynamically updated to show the current web and RGB color values set for the current color.
  • Building control derived from Windows Forms control in Visual Studio 2005: Part II9/29/2012 8:51:12 AM. Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article I share how you can build your own Windows control derived from an Windows Forms control in Visual Studio 2005. The examples are written using C#.
  • Simple Web and RGB Color Picker Utility5/19/2012 12:38:13 AM. The article addresses the construction of a simple utility application useful for selecting an RGB or web color.
  • Implement a Win Forms Slider Control in ASP.NET 2.01/30/2007 12:32:12 AM. This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0.