Click here to Skip to main content
15,926,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Visual Studio Debug View (value column / hover pop up tooltip) custom content Pin
Jon_Boy10-Nov-08 8:18
Jon_Boy10-Nov-08 8:18 
AnswerRe: Visual Studio Debug View (value column / hover pop up tooltip) custom content Pin
in9mar10-Nov-08 8:25
in9mar10-Nov-08 8:25 
AnswerRe: Visual Studio Debug View (value column / hover pop up tooltip) custom content Pin
Scott Dorman10-Nov-08 8:24
professionalScott Dorman10-Nov-08 8:24 
AnswerRe: Visual Studio Debug View (value column / hover pop up tooltip) custom content Pin
in9mar10-Nov-08 9:00
in9mar10-Nov-08 9:00 
GeneralRe: Visual Studio Debug View (value column / hover pop up tooltip) custom content Pin
Scott Dorman10-Nov-08 9:07
professionalScott Dorman10-Nov-08 9:07 
AnswerRe: Visual Studio Debug View (value column / hover pop up tooltip) custom content: DebuggerDisplay Pin
kurt.griffiths4-Jan-10 8:06
kurt.griffiths4-Jan-10 8:06 
Question[VB6] Is there a reverse Dir$() Function? Pin
suguimoto10-Nov-08 6:48
suguimoto10-Nov-08 6:48 
AnswerRe: [VB6] Is there a reverse Dir$() Function? Pin
Dave Kreskowiak10-Nov-08 12:52
mveDave Kreskowiak10-Nov-08 12:52 
No, there is no "sorting" like that going on. The order of files you get is not guaranteed, but tends to follow the order as they come from NTFS.

There is no function that will return them in backwards order. Get the list of files from NTFS, including the creation date/time and sort the list on that.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionUsing Extension Methods in VS2005 Pin
dlarkin7710-Nov-08 5:23
dlarkin7710-Nov-08 5:23 
AnswerRe: Using Extension Methods in VS2005 Pin
Wendelius10-Nov-08 6:26
mentorWendelius10-Nov-08 6:26 
AnswerRe: Using Extension Methods in VS2005 Pin
dlarkin7710-Nov-08 22:53
dlarkin7710-Nov-08 22:53 
QuestionActiveX web control Pin
john whitehouse10-Nov-08 4:30
john whitehouse10-Nov-08 4:30 
AnswerRe: ActiveX web control Pin
Dave Kreskowiak10-Nov-08 6:38
mveDave Kreskowiak10-Nov-08 6:38 
QuestionConfused about property Pin
ESTAN10-Nov-08 4:15
ESTAN10-Nov-08 4:15 
AnswerRe: Confused about property Pin
Colin Angus Mackay10-Nov-08 4:17
Colin Angus Mackay10-Nov-08 4:17 
GeneralRe: Confused about property Pin
ESTAN10-Nov-08 4:23
ESTAN10-Nov-08 4:23 
GeneralRe: Confused about property Pin
Colin Angus Mackay10-Nov-08 4:35
Colin Angus Mackay10-Nov-08 4:35 
GeneralRe: Confused about property Pin
ESTAN10-Nov-08 4:38
ESTAN10-Nov-08 4:38 
GeneralRe: Confused about property Pin
Jon_Boy10-Nov-08 4:37
Jon_Boy10-Nov-08 4:37 
QuestionScheduling an EXE file Pin
farmer10-Nov-08 3:18
farmer10-Nov-08 3:18 
AnswerRe: Scheduling an EXE file Pin
Colin Angus Mackay10-Nov-08 3:39
Colin Angus Mackay10-Nov-08 3:39 
GeneralRe: Scheduling an EXE file Pin
farmer10-Nov-08 3:49
farmer10-Nov-08 3:49 
GeneralRe: Scheduling an EXE file Pin
Colin Angus Mackay10-Nov-08 4:02
Colin Angus Mackay10-Nov-08 4:02 
GeneralRe: Scheduling an EXE file Pin
Jon_Boy10-Nov-08 4:08
Jon_Boy10-Nov-08 4:08 
GeneralRe: Scheduling an EXE file Pin
farmer10-Nov-08 4:15
farmer10-Nov-08 4:15 

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.