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

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

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

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

SplashScreen with ProgressBarVersion: VB6
Author: lvmontielSubmitted: 6/18/2010Views: 23694
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: 10472
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: 20753
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: 12440
Moving text from right to left.

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

Save Web Page In Web Browser With VBVersion: VB 2008
Author: CsharpChicoSubmitted: 5/11/2010Views: 10791
The easiest way to save a webpage using one line of code in VB.

Sort Datagrid in any Column using 1 line of CodeVersion: VB6
Author: Kenneth LinchSubmitted: 5/10/2010Views: 19554
This code will sort the datagrid in ascending order. This is so simple and easy to use and better benefits, just 1 line of code you can sort any column.

<< Previous  Page 8 of  67  Next >>

Go to page: 8  9  10  11  12  13  ...