Click here to Skip to main content
16,004,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: doubt in parsing date Pin
APerkins15-Dec-06 5:21
APerkins15-Dec-06 5:21 
GeneralRe: doubt in parsing date Pin
Guffa15-Dec-06 7:35
Guffa15-Dec-06 7:35 
Questionproblem open exe with asp and vb Pin
Luis Corrales15-Dec-06 4:04
Luis Corrales15-Dec-06 4:04 
AnswerRe: problem open exe with asp and vb Pin
Dave Kreskowiak15-Dec-06 4:53
mveDave Kreskowiak15-Dec-06 4:53 
QuestionHow to get DirectoryInfo to use ShortPathNames? Pin
Zenly15-Dec-06 2:16
Zenly15-Dec-06 2:16 
AnswerRe: How to get DirectoryInfo to use ShortPathNames? Pin
Dave Kreskowiak15-Dec-06 4:51
mveDave Kreskowiak15-Dec-06 4:51 
GeneralRe: How to get DirectoryInfo to use ShortPathNames? Pin
Zenly15-Dec-06 7:31
Zenly15-Dec-06 7:31 
GeneralRe: How to get DirectoryInfo to use ShortPathNames? Pin
Dave Kreskowiak15-Dec-06 7:43
mveDave Kreskowiak15-Dec-06 7:43 
Nope. Like I said, the first thing the DirectoryInfo object does is normalize the path to its full length, so you can't use it for what you're doing.

You can try to use the the static methods (Directory class, not DirectoryInfo) and try to use the return path from GetShortPathName as the directory to search. But, I'm seeing code in there that looks like it might also normalize the path too, though it might not.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: How to get DirectoryInfo to use ShortPathNames? Pin
Zenly15-Dec-06 9:00
Zenly15-Dec-06 9:00 
QuestionTracking timing of a media player file Pin
tasnim514-Dec-06 23:54
tasnim514-Dec-06 23:54 
AnswerRe: Tracking timing of a media player file Pin
Dave Kreskowiak15-Dec-06 4:36
mveDave Kreskowiak15-Dec-06 4:36 
GeneralRe: Tracking timing of a media player file Pin
tasnim516-Dec-06 19:20
tasnim516-Dec-06 19:20 
QuestionPreventing multiple call to button's event handler Pin
Kapil Thakur14-Dec-06 23:11
Kapil Thakur14-Dec-06 23:11 
AnswerRe: Preventing multiple call to button's event handler Pin
Dave Kreskowiak15-Dec-06 4:35
mveDave Kreskowiak15-Dec-06 4:35 
AnswerRe: Preventing multiple call to button's event handler Pin
Agus Budianto27-Dec-06 3:30
Agus Budianto27-Dec-06 3:30 
QuestionCrystal Reports in VB.NET Error Pin
srkt14-Dec-06 22:48
srkt14-Dec-06 22:48 
AnswerRe: Crystal Reports in VB.NET Error Pin
Dave Kreskowiak15-Dec-06 4:55
mveDave Kreskowiak15-Dec-06 4:55 
QuestionSpell check Pin
BINOVAR14-Dec-06 22:28
BINOVAR14-Dec-06 22:28 
AnswerRe: Spell check Pin
ChandraRam14-Dec-06 23:08
ChandraRam14-Dec-06 23:08 
GeneralRe: Spell check Pin
BINOVAR14-Dec-06 23:23
BINOVAR14-Dec-06 23:23 
GeneralRe: Spell check Pin
BINOVAR15-Dec-06 0:01
BINOVAR15-Dec-06 0:01 
GeneralRe: Spell check Pin
ChandraRam15-Dec-06 0:13
ChandraRam15-Dec-06 0:13 
GeneralRe: Spell check Pin
BINOVAR15-Dec-06 0:15
BINOVAR15-Dec-06 0:15 
AnswerRe: Spell check Pin
The ANZAC15-Dec-06 1:28
The ANZAC15-Dec-06 1:28 
GeneralRe: Spell check Pin
BINOVAR15-Dec-06 1:31
BINOVAR15-Dec-06 1:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.