Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Jeremy E. Reed"

A simple way to make a text box work like a chat w...Version: VB6
Author: Jeremy E. ReedSubmitted: 8/9/2002Views: 10743
A simple way to make a text box work like a chat window. What I mean is that when a line of text is added, make the line appear at the bottom and the window scoll down. Effectively, the text box will always display the new line added.

A completely customizable Message Box to replace V...Version: VB6
Author: Jeremy E. ReedSubmitted: 6/13/2002Downloads: 11007
A completely customizable Message Box to replace VB's MsgBox function. This is an ActiveX Dll that allows for changing font properties, button colors, background and foregroud of the box and the title bar, and over 45 different icons. No API calls at al ...more>>

Version 2.1 of my ActiveX control with 4 dialog bo...Version: VB4
Author: Jeremy E. ReedSubmitted: 10/6/2001Downloads: 9286
Version 2.1 of my ActiveX control with 4 dialog boxes to act a replacements for the Microsoft Common Dialog Control. All source code included! Each dialog box is self-contained and can be used outside of the ActiveX control as well. This control cont ...more>>

This is an ActiveX control that has an Open and a ...Version: VB4
Author: Jeremy E. ReedSubmitted: 10/2/2001Downloads: 6329
This is an ActiveX control that has an Open and a Save dialog box to replace the dialogs in Microsoft Common Dialog. Both the dialog boxes return a string value of the path and file that the user selected using the dialog box. The control uses custom er ...more>>

Error Handling routines made easy! In the module m...Version: VB4, VB5, V
Author: Jeremy E. ReedSubmitted: 10/1/2001Downloads: 8651
Error Handling routines made easy! In the module modError.bas there are 4 routines to aid in handling errors. This code makes handling errors a snapp. Included in the zip is very detailed commenting to help understand the code, and alot of examples on ...more>>

How to break a string into an array in simple code...Version: VB6
Author: Jeremy E. ReedSubmitted: 7/10/2001Views: 13315
How to break a string into an array in simple code.

This code demonstrates how to search a string for ...Version: VB5
Author: Jeremy E. ReedSubmitted: 1/30/2001Downloads: 8282
This code demonstrates how to search a string for another string, and how to split up a string into an array like C++'s arrays. Good code for manipulating strings like you would in C++. Great for searching directories for specified string, text, or word s ...more>>
Page 1 of  1

Go to page: 1