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

Color PalletVersion: VB.NET 2003
Author: Mike RenaudSubmitted: 3/8/2007Views: 17655
Just a owner drawn color pallet with button ****suports transparent colors****

Open FormVersion: VB.NET 2003
Author: Mike RenaudSubmitted: 3/8/2007Views: 19228
Open a new form Without the "New" word.

Solve a set of LinearEquations by GaussEliminationVersion: VB6
Author: Dipankar BasuSubmitted: 2/10/2007Views: 11629
Perform Gaussian Elimination to solve a system of linear equations on n-variables, having n-number of equations, with partial pivoting. This is the final update to my program. Subject : Methods of Numerical Analysis

How to add alert Javascript coding for Gridview?Version: ASP.NET 2.0
Author: C.DHAKCHINA MOORTHYSubmitted: 2/7/2007Views: 34063
Sometimes we need to confirm from the client side, whether to proceed for deletion operation or not? We can use this code snippet to add that alert box to the user.

Displaying pdf file in vb formVersion: VB6
Author: NileshBEITSubmitted: 1/24/2007Views: 14951
Displays pdf using webbrowser control. Requires acrobat reader preinstalled.

Secant method to approximate root of a functionVersion: VB6
Author: BasuDipSubmitted: 12/24/2006Views: 16519
Compute a root of a given equation (function of 1 variable) using Secant method. This is my second program on Methods of Numerical Analysis.

Gauss Elimination on N-variablesVersion: VB6
Author: Dipankar BasuSubmitted: 12/23/2006Views: 16957
This is an update to my previous program. Perform Gaussian Elimination method to solve a system of n-variables of n-linear system of equations. I hope the program will ne some help to students on the subject.

23 usefull CodesVersion: VB6
Author: MetaferiaSubmitted: 11/2/2006Views: 29577
You can get 23 usefull codes that you will need almost any time.

Display systray Icon when Project running Version: VB6
Author: KrishnaSubmitted: 10/30/2006Views: 13698
To display Systray ICON in System Tray when project runs. It adds proffessional look to ur Project(4 better results Change the Forms ICON with .ico File with gud Logo)

Database SearcherVersion: VB 2005
Author: MetaferiaSubmitted: 10/30/2006Views: 64474
This code will search into the database for the text you wrote and show the result in the datagrid view. it's very usefull you have to check it.

<< Previous  Page 17 of  67  Next >>

Go to page: 17  18  19  20  21  22  ...