Browsing Visual Basic 6
AJAX with VB
Working of AJAX with VB.
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.
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.
Kill process as easy as 1-2-3
Killing a process/program as easy as 1-2-3.
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.
Browse Folder without API reference in Word, Excel in VBA
This is a sample code to Open Folder Browsing Windows in Word and Excel.
Jaro-Winkler String Comparison
I think this is the first Jaro-Winkler Algorithm here on PSC.