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

Browse Folder DialogVersion: VB 2008
Author: jjdickowSubmitted: 8/19/2010Views: 305
Learn to add a browse folder dialog to your application.

Using String LengthsVersion: VB 2008
Author: jjdickowSubmitted: 8/19/2010Views: 278
Useful for finding parts of strings and counting characters.

String Concatenation in VBVersion: VB 2008
Author: jjdickowSubmitted: 8/19/2010Views: 273
String concatenation

Get and Decrypt Acrobat Key from Registry ScriptVersion: ASP
Author: Brandon MulcahySubmitted: 8/2/2010Views: 252
Similar to my post at http://www.a1vbcode.com/snippet-4796.asp- which deals with converting Adobe encrypted serials into usable serial keys. This is a vbscript which provides that functionality for Adobe Acrobat. You can change the registry location ...more>>

Get Page CountVersion: C#
Author: Gehan FernandoSubmitted: 7/12/2010Views: 392
Get MS Word Document Page Count Programmatically.

SplashScreen with ProgressBarVersion: VB6
Author: lvmontielSubmitted: 6/18/2010Views: 2103
Create a new project (Form1 as default) and then add a second Form (Form2), rename with "frmSplash". In the Project Properties set Startup Object: frmSplash. On frmSplash put 1 ProgressBar. The Timer1 on the frmSplash, set: Enabled=True, Interval=10 ...more>>

Load Internet options in VB Web BrowserVersion: VB 2008
Author: CsharpChicoSubmitted: 5/27/2010Views: 1547
How to load Internet Options in VB Web Browser with one line of code.

Display MAC Address From Enterd Local Machines IP Version: VB 2008
Author: AnonymousSubmitted: 5/14/2010Views: 2319
This Displays MAC Address, add 1 textbox call it MacLocalIPAddressBox and one label called MACAddressDisplayLabel. Then all you need to do is add the code below and add local machines ip addresss ie 192.168.1.1 then press the button and the label will d ...more>>

Marque Text Version: VB 2008
Author: santosh shelarSubmitted: 5/12/2010Views: 2597
Moving text from right to left.

Load webbrowser html source in notepadVersion: VB 2008
Author: CsharpChicoSubmitted: 5/11/2010Views: 1572
This snippet will allow you to load web browser source code into notepad like internet explorer.

Page 1 of  60  Next >>

Go to page: 1  2  3  4  5  6  ...