Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> Miscellaneous code

Array, Collection, and ListBox Speed TestsVersion: VB6
Author: Morgan HaueisenSubmitted: 10/6/2006Downloads: 4306
An easy way to add, read, remove, and find items in a single dimensioned array (emulates VB's ListBox functionality without the user interface). Don't use a ListBox or a Collection to build an array just because they have built in functions that make the ...more>>

Lightning Fast ListBox Clear FunctionVersion: VB6
Author: ViSiONSubmitted: 9/29/2006Downloads: 3442
This is a function that will clear a Listbox Real Fast. There is a .txt File Included (List.txt) That has 30,000 Lines. Just load the file & click the Clear List command button and Badda Boom, Badda Bing.

TypeAndScroll LabelVersion: VB6
Author: Dipak AuddySubmitted: 9/16/2006Downloads: 3152
This Demo showing how to mimic typing and scrolling effect on simple Label Control Text.

Text to Speech in VB 2005Version: VB 2005
Author: Scott LysleSubmitted: 9/15/2006Downloads: 8692
This article describes an application used to exercise some of the Text To Speech features available to .NET developers through the Microsoft Speech 5.1 SDK. This article does not address the newer speech server related libraries nor does it address web ...more>>

Generic Application FrameworkVersion: VB 2005
Author: Scott LysleSubmitted: 9/14/2006Downloads: 5476
This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an obje ...more>>

Prevent CD AutoplayVersion: VB 2005
Author: Scott LysleSubmitted: 9/14/2006Downloads: 3652
This article describes the approach used programmatically to prevent a CD from going into auto play mode; this may be useful to you if you are, for example, writing an application that logs directly to CD and you are trying to burn data periodically to a ...more>>

Hide/Unhide any folder from VB-Simple 4 lines codeVersion: VB6
Author: krishnaSubmitted: 9/6/2006Downloads: 6052
You can hide/ unhide any folder from Vb itself with just 5 lines of code.

Count the pages of TIF file with vic32.dll fileVersion: VB6
Author: krishnaSubmitted: 8/23/2006Views: 9173
You can count # pages perfectly but you need to HAVE "VIC32.DLL" must & should.

Print the Jpg / Gif / Bmp File to Paper SizeVersion: VB6
Author: krishnaSubmitted: 8/23/2006Views: 20880
print the Jpg / Gif / Bmp file to Paper size

Error and Event Logging in VB.NETVersion: VB 2005
Author: Scott LysleSubmitted: 8/18/2006Downloads: 5626
This article describes an approach to writing to a custom error log and to writing events into the system event log.

<< Previous  Page 30 of  78  Next >>

Go to page: 30  31  32  33  34  35  ...