Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • Read and write Open XML files (MS Office 2007)

    by ZeljkoS

    Learn how to read and write Open XML files in the new Microsoft Office 2007, with a particular examination of the Excel file format.. Read full article

  • Multithreading in VB.NET

    by jspano

    Multithreading, a very powerful technique, is essential for modern software development. Software users expect to work with a very responsive program that they don’t have to wait on, which is a very reasonable demand with the processor speeds that are currently available. Enter multithreading. This article shows you how.. Read full article

  • Collection Controls with Rich Design Time Support

    by divil

    This extensive article details the process of creating complex list-based controls with rich design time support similar to my DotNetWidgets and OutlookBar controls.. Read full article

  • RichTextLabel WinForms Control

    by palom

    Embedding and displaying RTF resources to tweak the UI of an application easily and efficiently. . Read full article

  • Intercepting keys in custom UITypeEditor's

    by palom

    This article and the accompanying source code shows you how to intercept the ENTER and ESC keys in your own UITypeEditor implementation. Intercepting the keys is essential for emulating the behavior of the .NET Framework's built-in, drop-down editors in order to provide your users with a consistent user experience. . Read full article

  • Windows Form Designer generated code

    by palom

    Taking a closer look at the code generated by the Windows Forms Designer and understanding some of the important implications. . Read full article

  • Hosting Windows Forms Designers

    by divil

    Shows how to write the code needed to host the Windows Forms Designers in your own application. Sample code is provided to display a form in design mode and allow normal editing like in Visual Studio.. Read full article

  • Drag and Drop in Windows Forms - A Primer

    by musician

    Examples of how to implement Drag & Drop in Windows Forms including TextBox, TreeView and Dragging a control around a form.. Read full article

  • Windows Forms and Controls

    by musician

    One of the first things to learn in VB.net how to use forms, set it's properties and then do the same with controls AND then learn how to do it programatically. Well this article describes all of this in as simple a way possible and demonstrates how you can create the same result using Notepad and the VB.Net compiler.. Read full article