Tools Links Login

Browsing Visual Basic 6

Prev   Next

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'.
Posted:2003-06-01, 100 views

Get Recyclebin Info
This is not my code.
Posted:2003-06-01, 102 views

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.
Posted:2003-06-01, 188 views

Select Case
A beginner's look into the Select Case Structure .
Posted:2003-06-01, 87 views

Determine if a control's scrollbars are visible
Use this function to determine if the scrollbars on a control are visible.
Posted:2003-06-01, 130 views

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.
Posted:2003-06-01, 103 views

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.
Posted:2003-06-01, 84 views

Prev   Next