Textbox Manipulation in VB and .NET – Using API
Monday, July 21st, 2008This 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 [...]
How to Search/Find Text in a Textbox control using VB.NET
Monday, November 19th, 2007Most 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 [...]
