Tools Links Login

Browsing Visual Basic 6

Prev   Next

AJAX with VB
Working of AJAX with VB.
Posted:2002-06-01, 116 views

Easy ScreenShot
When u've Style Xp and u take a screenshot u´ll see that the taskbar ´ll not appear this solves the problem!!!! :::::Take screenshots with only 7 lines ::::: Rate me pls!!!!!Original Author: Felipe Zaldivar de la OAPI DeclarationsPrivate Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, _ ByVal dwFlags As Long, ByVal dwExtraInfo As Long)Code'''1 picture box'''1 commandbuttonPrivate Sub Command1_Click()  Dim tempfile As String  tempfile = App.
Posted:2002-06-01, 95 views

Formatted MsgBoxes
I got really tired of having MsgBoxes that reached across the screen to deliver one or two lines of text, so I decided to write a function that would keep them about the same width.
Posted:2002-06-01, 169 views

Kill process as easy as 1-2-3
Killing a process/program as easy as 1-2-3.
Posted:2002-06-01, 125 views

How to RENAME or MOVE file with Vb???
After some quick search I realized that very few in PSC knows how to rename file with VB.
Posted:2002-06-01, 102 views

Browse Folder without API reference in Word, Excel in VBA
This is a sample code to Open Folder Browsing Windows in Word and Excel.
Posted:2002-06-01, 103 views

Jaro-Winkler String Comparison
I think this is the first Jaro-Winkler Algorithm here on PSC.
Posted:2002-06-01, 111 views

Prev   Next