• Recent Posts

  • Meta

  • Tags

    autocomplete benchmark data cpu cycles directory exists disable beep on enter doevents ebook excel file exists getinputstate gzip high cpu usage intensive task left edge linq mcisendstring microsoft msdn no doevents office open webpage play mp3 play wave right edge scroll textbox shell show icon show notify icon source stop beep on enter system tray text tar textbox text in system tray time consuming tutorials vb.net vb 2008 video visual basic visual basic.net visual basic 2005 visual studio visual studio 2005 ehancements windows mci
  • Textbox Manipulation in VB and .NET - Using API

    Monday, July 21st, 2008

     

     
      This is a basic article on how to do various textbox manipulating that isn't exposed in your normal VB or VB.NET textbox like Page Left or Scroll to the Edge (That I am aware of anyways).
    Note: These codes are basically taken from a example I made at my vbcodesource.com site for VB.NET that shows [...]

    Popularity: 100% [?]

    How to Search/Find Text in a Textbox control using VB.NET

    Monday, November 19th, 2007

     

     
      Most anykind of word processing application from the basic Windows Notepad to the more advanced OpenOffice Writer includes a feature to search its text. There are many other reasons to implement a textbox search feature and hopefuly this article will show you how. The normal textbox control in .NET does not have any find/search [...]

    Popularity: 40% [?]