how can i get the 8:3 name from the application name
eg : i have this path
"C:\Program Files\Common Files\Myprogram.Exe"
and i want a function to change it to the path :
"C:\progra~1\common~1\Myprog~1.Exe"
thank u ..............
hi
how can I clear the page by using javascript ?
I want to clear a page then fill it with objects like picture,buttons,.........
thanks in advance ....!
I want my application to execute with the windows startup ,
I can put a shortcut in the startmenu->programs->startup
but I don't want to do it like this , some programs like Norton Anti Virus execute at window startup , and I think that there is something in the windows registry doing this,
so...
hi Jonathonc :
You can get the drives you have by using the following API functions:
1- GetLogicalDriveStrings (ByVal nBufferLength As Long,
ByVal LpBuffer As String) As Long
2- GetDriveType (ByVal nDrive As String) As Long
The first one gives you all you drives
The second...
you can compare the folders by using the "dir" statment
example :
dim folder1 as string
dim folder2 as string
dmi f1 as string 'the path of the first directory
dim f2 as string 'the path of the second directory
dim file1 as integer 'number of files in the first one
dim file2 as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.