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

Cool Sliding Form on OpenVersion: VB6
Author: BoooozeSubmitted: 1/21/2004Views: 21509
Little trick I fell upon while messing around... quite cool and very easy to modify! Slides your forms open!

Print the content of a MSHFlexGridVersion: VB6
Author: Daniel M. IonescuSubmitted: 1/19/2004Views: 18827
This function allows to print the content of a MSHFlexGrid control and also if the property "AllowUserResizing" of the grid control is set to "flexResizingColumn" or "flexResizingBoth", the user is allowed to set the width of the columns to be printed.

Creating Web Service using VB.NETVersion: VB.NET
Author: Zeeshan MahmoodSubmitted: 12/31/2003Views: 19584
One of the most important feature of Microsoft .NET technology is Web Services. Web services is just like RMI's(Remote Method Invocation) in Java, but Microsoft implements in more efficient way. In this code snippet I will describe you how to create Web S ...more>>

Date Of First Day of WeekVersion: VB6
Author: Jhan Zaib TariqSubmitted: 12/5/2003Views: 41378
It returns the date of first weekday of passing date.

Random Password GeneratorVersion: VB6
Author: Franz TräxlerSubmitted: 11/11/2003Views: 15586
Function to generate random Id's and passwords.

Retrieve Files by Giving Directory NameVersion: VB6
Author: P.SATISH & P.GOPALlSubmitted: 11/6/2003Views: 19608
This is a simple code which retrieves the files into list boxes by just supplying any directory in the textbox. It also compares the two files which you select from those listboxes by just clicking a button.

Retrieve Files From File List BoxVersion: VB6
Author: Robson MukubvuSubmitted: 11/1/2003Views: 16043
Retrieve files from file list box. For use when developing an mp3 player or extracting file name properties without using APIs

Roll Down Form using timerVersion: VB6
Author: Robson MukubvuSubmitted: 11/1/2003Views: 13470
Roll down a form using a timer control 'All you need is a form and a timer control nameed timer1.

Send an attachment by e-mailVersion: VB6
Author: Robson MukubvuSubmitted: 11/1/2003Views: 12928
'Sending mail with an attachment ' You will need '1. Two command buttons command1 and command2 '2. Add a control commondialogbox call it cd1 '3. MAPI controls MAPIMessages1 ,MAPISession1 '4. A text box call it txtto '5. write the e-mail address of ...more>>

Adding Controls Dynamically in VB.NETVersion: VB.NET
Author: Ken MercerSubmitted: 10/31/2003Views: 48460
VB.NET code shows how to add a button control to a form dynamically.

<< Previous  Page 31 of  67  Next >>

Go to page: 31  32  33  34  35  36  ...