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

Flashing buttonVersion: VB5
Author: ThreesaSubmitted: 7/23/2004Views: 16497
Flashes button when mouse moves on button.

Round Up and Round Down in VBVersion: VB3
Author: Syed Irtaza AliSubmitted: 7/23/2004Views: 110052
Two simple functions that are not found in VB. Suppose you have a number '3.376'. Now when you will use the RoundUp function you will get the result as '4.0'. By using RoundDown function the result would be '3.0'. However, for .NET you could use the ...more>>

Passing Parameters in ASP.NETVersion: ASP.NET 1.0
Author: GigasoftSubmitted: 7/23/2004Views: 75836
I'm frequently asked how to pass parameters from one page to another page in ASP.NET. This is a beginner's question and every ASP.NET developer should master this concept. So if you don't already know the answer, then definitely read on... I get as ...more>>

Insert Picture w/o Clearing ClipboardVersion: VB6
Author: Hunter PerrinSubmitted: 6/26/2004Views: 12358
I saw another snippet like this but it cleared the clipboard when it ran. Thats not very nice to the user. This snippet saves the contents then returns them to the clipboard.

Access 97 password recoveryVersion: VB6
Author: SeanSubmitted: 6/26/2004Views: 14362
Forgot your access 97 password? Never fear, this function will hack the access 97 local file password. This wasn't made by me Sean); But I don't know the real Auther, I got it from some web site. So, whoever the author is, thanks for good code!!

Adding any image into a rich textboxVersion: VB6
Author: DanTheManSubmitted: 6/20/2004Views: 29597
This allows you to insert a picture into any rich textbox, very good for word processors :)

Working with LBound and UBoundVersion: VB6
Author: NBS SolutionsSubmitted: 6/12/2004Views: 16363
This is a example of how to manipulate the LBound and UBound properties of a control array.

Return age from date passed inVersion: VB3
Author: GP Software SolutionsSubmitted: 6/2/2004Views: 16869
Return someone's age by passing in their date of birth.

Implementing IListVersion: VB.NET
Author: Ed N.Submitted: 6/1/2004Views: 35442
I'm just learning VB.Net and it took me 1/2 a day to figure out how to create a class that implements IList. I'm posting the code here to help anyone else that might need it.

Format date to dd/mm/yyyy in textboxVersion: VB6
Author: Geoff PooleSubmitted: 5/31/2004Views: 133099
Routine to automatically format a date to dd/mm/yyyy. User types in 251204, 25/12/2004 is displayed.

<< Previous  Page 28 of  67  Next >>

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