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 >> Code Snippets

File or Folder DialogVersion: VB 2010
Author: Theodore DinozzoSubmitted: 10/26/2011Views: 8805
Use this class to show a file or folder dialog like this: To let the user find a winrar file do this: Dim i As Dialogs i = New Dialogs("Please Find a WinRar file", "WinRar Files |*rar") i.FileDialog() To let him find a fold ...more>>

EnumWindows in vb.netVersion: VB 2005
Author: Pete DoxtaderSubmitted: 8/31/2011Views: 26532
A small module containing all the code you need to do this simple task in vb.net. I searched and struggled for about 2 hours before I was able to put this together... it shouldn't have been that hard. hopefully this will save someone some time. Just creat ...more>>

Copying Folders With All ContentsVersion: VB 2010
Author: Theodore DiNozzoSubmitted: 7/17/2011Views: 12412
Copying Folders With All Contents Including Other Folders. VB.net 2010 does not have a built in code to copy full folders with their contents but olny files(one by one)!!! So I created my own code to do that.

Validate IP AddressVersion: VB 2010
Author: MattHSubmitted: 6/4/2011Views: 11845
Validation of IP address.

Clipboard to ArrayVersion: VB 2010
Author: Michael BolanosSubmitted: 6/1/2011Views: 7839
Split the clipboard data to a ArrayList.

Send Keys Using Keybd_event as StringVersion: 
Author: Bob BrandtSubmitted: 4/28/2011Views: 15481
Send keybd_Events as string with all keyboard characters included. Upper Lower Case and Special ?}():>< characters.

.NET Framework - Check if Windows booted in NormalVersion: C#
Author: Gehan FernandoSubmitted: 4/18/2011Views: 6125
.NET Framework - Check if Windows booted in Normal or Safe Mode.

Finding Simple Interest And Compound InterestVersion: VB 2005
Author: Divya MSubmitted: 4/9/2011Views: 51854
This is a simple vb.net 2005 program to find simple interest and compound interest...

Links To System Diagnostics From FormVersion: VB 2005
Author: Divya MSubmitted: 4/4/2011Views: 7121
This is a simple project which has links to some system diagnostics that can be inserted in a Form using VB.NET 2005 version...

Disable [ Paste ] for Numeric TextboxVersion: VB 2008
Author: Gehan FernandoSubmitted: 3/16/2011Views: 9127
Disable [ Paste ] for numeric textbox.

<< Previous  Page 6 of  67  Next >>

Go to page: 6  7  8  9  10  11  ...