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

Execute stored procedure (VB.NET)Version: VB.NET
Author: NikhilSubmitted: 10/4/2004Views: 69808
This function will execute any stored procedure written in SQL server2000 and would return the data as a dataset. It takes care of all the input variables and output variables specified in your SP. Output variables are returned as an array of strings whic ...more>>

A class for all your encryption needs Version: VB.NET
Author: NikhilSubmitted: 10/4/2004Views: 31579
This is a class for all your secutity needs ! This contains methods to encrypt and decrypt any given string. So if you wanna pass something like an employee id or a password in the query string, feed it to this class once, get it encryted and then have no ...more>>

Sending E-mail using MAPI controlVersion: VB5
Author: johnSubmitted: 9/26/2004Views: 24859
Sending E-mail using MAPI control.

Code to find all references in a projectVersion: VB6
Author: Upendra AgnihotramSubmitted: 9/11/2004Views: 7345
This code prints all the references to the current project to the debug window. This code reveals the full path of the reference,GUID,Major & Minor Versions, Determines whether it is built in or not,Determines whether a Reference is broken.

Round FunctionVersion: VB5
Author: Rohit ChuadharySubmitted: 8/30/2004Views: 19167
The built-in round is not 100% perfect. So I tried to make my own. Please mail me if anybody finds any bug.

Using ENTER key to move focusVersion: VB3
Author: vijay a yandeSubmitted: 8/17/2004Views: 26753
Using ENTER key to move focus to next control.

Param(Stor. proc.)Crystal Report in .NETVersion: VB.NET
Author: siddharth sinhaSubmitted: 8/12/2004Views: 19743
The User Sometime Face problem to prepare Crystal Report using Stored Procedure in .NET. But the problem becomes TDS when you have to pass Parameter to stored procedure in other words Parameterized Crystal Report.

File Conversion: unix to dos/dos to unixVersion: VB6
Author: Gareth LapworthSubmitted: 8/4/2004Views: 40130
Simple procedure to convert textfiles from a unix format (line breaks with chr(10)) to dos format (line breaks with chr(13)) and vice versa.

Scrolling effect for FormsVersion: VB6
Author: Daniel IonescuSubmitted: 7/27/2004Views: 12694
This is an example on how to apply very simple scrolling effects to Forms.

Resizing Forms and ControlsVersion: VB6
Author: Daniel IonescuSubmitted: 7/27/2004Views: 16247
Because there isn't a fully automatic way to resize the controls that are built into Visual Basic this solution will give you some tips on how to handle this with just a little bit of code.

<< Previous  Page 27 of  67  Next >>

Go to page: 27  28  29  30  31  32  ...