My two cents...
Instead of going the VB6.0 workaround way use the .NET framwork
Like:
THe specialdirectories is also the way to find the desktopfolder etc...Code:Dim FldInfo As IO.DirectoryInfo Dim Path As String = My.Computer.FileSystem.SpecialDirectories.Temp FldInfo = New DirectoryInfo(Path)
Have Fun




Reply With Quote