Browsing Visual Basic 6
Add Item to listview
takes a string like "Johnny*(722)555-5555*35" and splits it into columns on a listview control(designed for Report view)Original Author: RidiumInputslst = Listview controlzString = data string with *'s between the wordsCodeSub ReportAddTo(lst As ListView, zString As String)Dim bleh As ListItem'zString = "One*Two*Three*Four*Five"On Error Resume NextSet bleh = lst.
InStr for lists
will search a listbox's contents for a string returning a True if the string exists and a False if it dosentOriginal Author: RidiumInputslst = The ListboxzString = The string to search the list forReturnsTrue or False depending on if the string was foundCodeFunction ListIsIn(lst As ListBox, zString As String) As BooleanOn Error Resume NextFor i = 0 To lst.
WindBlows
WindBlows is a fast alternative to the common explorer.
Cool Clock - A *skineable* substitution for your system tray clock!
Cool Clock is the first ever skinnable substitution for your old System Tray clock!You can use a *GRAPHICAL* skin, or set the background color, text color and font name/size for a text-based (yet cool if you use the right font) skin!This is based on the System Tray Status Bar code sample (if you know the name of the person that did this, posted a few days ago, please leave a comment here!), but I did the text/image skins system and all the rest (including the default - and only :( - skin included).
Erl
Checking Where Errors OccursOriginal Author: khairil anwar yusoffAssumptionsnot so many vb programmer realize the existance of Erl (error line) and some of them who used it alway get the value of 0.
PicFormat32
With the PicFormat32 OCX/DLL combo you can Save a BMP file to a GIF, GIF to a BMP, BMP to a JPEG, and JPEG to a BMP!!SaveBmpToGifSaveGifToBmpSaveBmpToJpegSaveJpegToBmpIf you like the code please vote.
_a cool internet guest book wizard and generator
Guest Book Generator that will generate working HTML and ASP files when the generate guest book button is clicked.