Library code snippets tagged with vb.net

Search filter
Page 3 of 3
  • Add your Web Link to the Favorites!

    by Karl Moore

    Ever wondered how to add a internet link to Internet Explorer's Favourites from your app? Here's how! vb.net

  • Converting HTML to Text

    by Karl Moore

    Demonstrates how to use a simple regular expression to remove all HTML tags from text vb.net

  • XBrowse

    by J P

    XBrowse is a small application that allows the user to view and edit XML files as well as extract XSD schema files from the XML document. It is overall a pretty simple program that is based off of a code snippet in the VS.Net IDE. xml, vb.net

  • clsFolderBrowser

    by MstrControl

    Implements the SHBrowsrForFolder capability on a .NET environment. vb.net

  • Doing without Control Arrays

    by Brian O'Connell

    Many people ask how implement control arrays in VB.Net. The simple answer is you can't. I've created a vb.net project that demonstrates how to create a series of command buttons based on a user selected amount. It then adds these buttons' click event to an existing click event for a control placed on the form in design time. As far as I can tell this pretty much covers what you might want to do with arrays. vb.net

  • Drawing A Color Gradient

    by Michael H

    How to fill a form or draw text with a color gradient. vb.net

Want to stay in touch with what's going on? Follow us on twitter!