Syntax of the day
Wednesday, July 19, 2006
VB6 - Set Current Working Directory
'Declaration
Private Declare Function SetCurrentDirectory Lib "kernel32" _
Alias "SetCurrentDirectoryA" (ByVal lpPathName As String) As Long
'syntax to set current dir
SetCurrentDirectory App.Path
posted by dexidle @
3:05 PM
0 Comments:
Post a Comment
<< Home
Code snippet and command
Previous Posts
Installing Apache, Mysql and PHP on Linux
Autorun CD in Linux
How to encode a message..
PHP mktime()
Date function in php
Javascript to detect current active element
Generate unique id (PHP)
Detect browser type
0 Comments:
Post a Comment
<< Home