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

Draw an Arc in VB 6Version: VB6
Author: T.NareshSubmitted: 11/2/2012Views: 5893
This snippet uses the GDI32 library to draw an arc.

VB.NET Project Code Line Counter/WatcherVersion: VB 2010
Author: CraigSubmitted: 10/6/2012Views: 6501
Simple little app that counts and watches the source files for the lines of code and ads them up and writes them to a temp text file. Teaches how to read files and write files in vb.net

Hide / Display DIV on Dropdown list change eventVersion: ASP.NET 2.0
Author: Vinayak ButaleSubmitted: 9/24/2012Views: 9085
Sometimes we need to Hide / Display DIV at client side (Without post back). Even this can be managed during drop down list change event in Asp.Net.

SWF Player + DownloaderVersion: VB 2010
Author: Skillsa2/Lama_DiscoSubmitted: 8/14/2012Views: 7959
This is an Simple code on how to make an swf player in Visual Basic 2008 / 2010. Its also includes an inbuild SWF Downloader so you can download swf files.

Get the longest numeric value in stringVersion: VB 2010
Author: FranciscoSubmitted: 8/7/2012Views: 6916
This function returns the longest numeric value in a string. Example msgbox trimStrNum("qwertyuiop3332-4-22_bb*·%") This will display a msgbox with "3332".

Xna Refresh in Visual BasicVersion: VB 2010
Author: Michel RenaudSubmitted: 5/27/2012Views: 5612
A 2d scrolling text draw on bitmap with Xna Engine on A window form.

Video PlayerVersion: VB 2008
Author: SANJAY KUMAR MEHTASubmitted: 5/23/2012Views: 9487
This is a media player.

erf (Error function for complex numbers)Version: VB6
Author: Paulo BuchsbaumSubmitted: 5/23/2012Views: 12716
This function calculates erf (error function or gaussian aerror function) for complex and real numbers. erf ( x ) = 2 / sqrt (pi) * integration (t=0,x) [ exp ( - t ^2 ) dt ] There is no Visual Basic or VBA (Excel) code to calculate erf funct ...more>>

Mail in vb.net windows applicationVersion: VB 2008
Author: Sumit PatelSubmitted: 5/21/2012Views: 9631
This is code shows how to send mail in vb.net. Please see the code and apply.

Captcha in ASPVersion: ASP
Author: OasitechSubmitted: 5/21/2012Views: 8374
A captcha in ASP using Random questions.

<< Previous  Page 4 of  67  Next >>

Go to page: 4  5  6  7  8  9  ...