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: Become More Productive by Making Custom Code Generation Tools

    Download You can download this example project at the following link. MSDN Galleries (C# and Visual Basic examples) Introduction Sometimes when programming, we get stuck spending valuable time performing repetitive tasks. We can forget that it's possible to create our own reusable...
  • Wiki Page: Bitmap.Lockbits De-Mystified .Net

    How To Use Bitmap.Lockbits Many people may have noticed in the past how intimidating using Bitmap.Lockbits has been due to a lack of clarification/documentation on its usage. This article attempts to do an in depth review of its usage. It does not focus on alternate methods to lockbits. I remember...
  • Wiki Page: Visual Basic - Knife Thrower!

    Table of Contents What is this article about? Glossary/MSDN Library Cross Reference of terms What is GDI+? What is a polygon in Visual Basic? How does polygon rotation work? Part1 Form Initialization Part2 Form1's Load event Part 3 - Waiting for input Part 4 - The polygon Class Project Source...
  • Wiki Page: Visual Basic - Drive Searcher

    Table of Contents Finding files with Visual Basic Source Code Introducing the DriveSearcher Class SearchParameters FileFoundEventHandler StatusChangedEventHandler DriveSearcher Class Resources Finding files with Visual Basic A few times a month, I will see people asking in the forums...
  • Wiki Page: Convert System.Decimal to and from Byte Arrays (VB & C#)

    Table of Contents Introduction ​ Getting the bytes of a System.Decimal Creating an instance of the System.Decimal from bytes Summary References Introduction ​ At first glance converting the datatype (System.Decimal) to and from bytes may appear to be a challenge, this is because the...
  • Wiki Page: Evaluating Expressions - Visual Basic

    Most programmers probably already know this, but I have observed that for beginner programmers, it is quite frequently unknown or overlooked. When you evaluate expressions you need not evaluate "If <expression> = true then", you simply evaluate "If <expression> then"...
Page 1 of 1 (7 items)
Can't find it? Write it!