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

Code for filling up a combobox in ASPVersion: ASP
Author: Hemant D.Submitted: 8/4/2009Views: 5721
The code given below populates the combo box in ASP.

Function is used to open comm port Version: VB6
Author: neerajSubmitted: 7/19/2009Views: 11260
This function is used to open comm port and setting the desired baud rate. There are two global variables port no and baud rate, which are set by user from the combo boxes .

Calculate volume of a box or rectangular objectVersion: VB 2005
Author: LaVerne MortonSubmitted: 7/14/2009Views: 13723
This is a program I wrote using a class and a module to measure the volume of a box or rectangular object.

Kill ProcessVersion: VB6
Author: Matt KrulutsSubmitted: 7/3/2009Views: 12107
I searched around the internet looking for a way to terminate a process running on the local machine. Finally, I thought of my own way of doing it (more than likely thought of by others). This is easy and perfect if you know the name of the process you wa ...more>>

Send Key to another controlVersion: VB 2005
Author: Henry ThetSubmitted: 6/30/2009Views: 13488
Send the cursor to another control without coding every control.

MINIMIZED APP TO SYSTEM TRAYVersion: VB6
Author: Dhrubajyoti NathSubmitted: 6/27/2009Views: 13817
This example will "minimize" your program to the system tray when you click on a button, and restore it when you click the system tray icon.

Image to Byte ArrayVersion: VB 2005
Author:  Visual C# KicksSubmitted: 5/22/2009Views: 40331
Convert an image to an array of raw bytes in memory.

Simple Recursive folder name scanVersion: VB6
Author: GarethSubmitted: 2/27/2009Views: 13183
This is a really simple example of a recursive scan of folders and all sub folders that anybody should be able to understand. My eyes glazed over looking at most code examples of this so I wrote this to show how it can be really simply shown.

Send EMAIL using C#.net with SMTPVersion: C#
Author: Manoj ShrivastavaSubmitted: 2/23/2009Views: 11813
Send email using smtp object in C#.net.

Auto generation of passwordVersion: VB.NET 2003
Author: vijay prakashSubmitted: 1/21/2009Views: 18186
It automatically generates passwords for the given user name based on the characters given in the name. It overcomes the disadvantages of random generation of password. It is independnt of the user name length.

<< Previous  Page 10 of  67  Next >>

Go to page: 10  11  12  13  14  15  ...