Visual Basic Forum

Visual Basic Forum
für VB6 und VB.NET Programmierer
 
RegistrierenRegistrieren  LoginLogin
 
Informationen über getshortpathname
 GetShortPathname (Pfad in altes Dos 8.3 Format umwandeln)
Verfasst am: 18.06.2009, 12:03  Aufrufe: 2010 


Name: GetShortPathnameFunktion: Wandelt einen normalen String/Pfad in das alte Dos 8.3 Format um.Rückgabe: Ein String. (Verkürzter Pfad)Visual Basic: [code]Private Declare Function GetShortPathname Lib "kernel32" Alias "GetShortPathNameA" (ByVal strLongPath As String, ByVal strShortPath As String, ByVal intBufferLen As Integer) As IntegerPublic Function GetShortname(ByVal LongPathName As String) As StringDim strShort ...

 problem mit regsvr32.exe und ordnernamen
Verfasst am: 17.04.2008, 13:40  Aufrufe: 670 

Private Declare Function GetShortPathname Lib "kernel32" Alias "GetShortPathNameA" (ByVal strLongPath As String, ByVal strShortPath As String, ByVal intBufferLen As Integer) As Integer Public Function GetShortname(ByVal LongPathName As String) As String Dim strShortName As String, iLen As Integer iLen = GetShortPathname(LongPathName, strShortName, 0) strShortNam ...

 Ganzen Ordner hochladen? (msinet.ocx)
Verfasst am: 27.10.2007, 20:13  Aufrufe: 1043 






[ Time: 3.4937s ][ Queries: 61 (3.4310s) ][ GZIP on - Debug on ]