Browsing Visual Basic 6
Show File Property Dialog
This function will display the file property dialog for any file you specify - it is the same one that Windows Explorer shows when you right click and goto 'Properties'.
Get Recyclebin Info
This is not my code.
Read Write
read a text file and convert it into an arrayOriginal Author: Brent LuyetInputscsv txtReturnsarrayAPI Declarationsmicorosoft scripting runtimeCode'Purpose:This class is used to read and create files text files'Dependancies:must add Reference Microsoft Scripting Runtime'Creation Date: ?'Author: Brent Luyet'Revision Date Revision By'1.
Select Case
A beginner's look into the Select Case Structure .
Determine if a control's scrollbars are visible
Use this function to determine if the scrollbars on a control are visible.
How to figure out secret control functions.
You can find these hidden setting with a little work,Original Author: Jerrame HertzAPI DeclarationsPublic Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As LongCodeThere is a code to change the background / foreground color of progressbar here on PSC by Juha Söderqvist , Very cool that you could do something like this.
Using Hostname instead of IP Address
Do you have a webserver but hate the IP Address you have to type in? This article explains how to use a hostname instead of a IP Address.