Browse by Tags

Tagged Content List
  • Wiki Page: Visual Basic/C# Workaround: WebBrowser DBLClick Word

    Table of Contents What is this article about? Workaround References What is this article about? Recently in the MSDN forums (link below) it was discovered that the WebBrowser control (IE 10 based) exhibits the following unexpected behavior while used on a UserControl: MSDN Forums - WebBrowser...
  • Wiki Page: Visual Basic Articles By Paul Ishak

    I will be using this as an index page to track my wiki articles. Pull Out Panel - Borderless Form - Visual Basic.Net Visual Basic - Accessing a method Via its declared name string. Visual Basic - Changing the speed of a wavefile LoOps! With Visual Basic.Net Conditional Branches With...
  • Wiki Page: Virtual Memory In Visual Basic.Net

    How To Use Virtual Memory In Visual Basic.Net Sometimes don't you want to use ram as you go, instead of loading giant files into ram? Here is an example of how to utilize Virtual Memory in Visual Basic. Code: The following Visual Basic code uses the MemoryMappedFile.CreateFromFile(FileName...
  • Wiki Page: Pattern Matching Words With Visual Basic

    How to match word patterns with Visual Basic Someone recently asked a question about solving cryptograms and I had recalled reading an article about MIT students creating a cryptogram solver that used some kind of pattern matching. i figured it was interesting enough to give a go at it. Below is ...
  • Wiki Page: Visual Basic.Net Common Errors: "Index was out of range."

    Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index The error message couldn't do a better job in conveying what went wrong. Lets back up... An index is an integer that identifies the location of an element in a array, list, or other...
Page 1 of 1 (5 items)
Can't find it? Write it!