Click here to Skip to main content
15,886,689 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: windows front end Pin
Eddy Vluggen11-Aug-11 6:10
professionalEddy Vluggen11-Aug-11 6:10 
GeneralRe: windows front end Pin
jon188811-Aug-11 7:03
jon188811-Aug-11 7:03 
GeneralRe: windows front end Pin
Eddy Vluggen11-Aug-11 7:09
professionalEddy Vluggen11-Aug-11 7:09 
GeneralRe: windows front end Pin
jon188811-Aug-11 7:13
jon188811-Aug-11 7:13 
GeneralRe: windows front end Pin
lukeer2-Sep-11 3:42
lukeer2-Sep-11 3:42 
QuestionCopying last created file in a directory Pin
Muammar©9-Aug-11 10:07
Muammar©9-Aug-11 10:07 
AnswerRe: Copying last created file in a directory [modified] Pin
MicroVirus9-Aug-11 14:00
MicroVirus9-Aug-11 14:00 
AnswerRe: Copying last created file in a directory PinPopular
Alan N10-Aug-11 0:34
Alan N10-Aug-11 0:34 
Hi You've missed the timefield switch /T

So I reckon you want
DIR . /B /O:-D /T:C


DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]
  [/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]
  [drive:][path][filename]

  /O          List by files in sorted order.
  sortorder    N  By name (alphabetic)       S  By size (smallest first)
               E  By extension (alphabetic)  D  By date/time (oldest first)
               G  Group directories first    -  Prefix to reverse order
  /T          Controls which time field displayed or used for sorting
  timefield   C  Creation
              A  Last Access
              W  Last Written

GeneralRe: Copying last created file in a directory Pin
Muammar©10-Aug-11 7:08
Muammar©10-Aug-11 7:08 
GeneralRe: Copying last created file in a directory Pin
Muammar©10-Aug-11 7:18
Muammar©10-Aug-11 7:18 
GeneralRe: Copying last created file in a directory Pin
Alan N10-Aug-11 13:25
Alan N10-Aug-11 13:25 
GeneralRe: Copying last created file in a directory Pin
Muammar©13-Aug-11 20:27
Muammar©13-Aug-11 20:27 
QuestionFileStreams Pin
Moleleki108-Aug-11 2:41
Moleleki108-Aug-11 2:41 
AnswerRe: FileStreams Pin
Simon_Whale8-Aug-11 2:55
Simon_Whale8-Aug-11 2:55 
QuestionThrough one router only, will UDP package out of order? Pin
zipliu3-Aug-11 6:46
zipliu3-Aug-11 6:46 
AnswerRe: Through one router only, will UDP package out of order? Pin
Dave Kreskowiak3-Aug-11 8:35
mveDave Kreskowiak3-Aug-11 8:35 
GeneralRe: Through one router only, will UDP package out of order? Pin
zipliu3-Aug-11 12:37
zipliu3-Aug-11 12:37 
GeneralRe: Through one router only, will UDP package out of order? Pin
Dave Kreskowiak3-Aug-11 12:53
mveDave Kreskowiak3-Aug-11 12:53 
GeneralRe: Through one router only, will UDP package out of order? Pin
MicroVirus9-Aug-11 14:02
MicroVirus9-Aug-11 14:02 
QuestionRecommendation for Charts control Pin
devvvy27-Jul-11 20:51
devvvy27-Jul-11 20:51 
AnswerRe: Recommendation for Charts control Pin
RobCroll9-Aug-11 0:26
RobCroll9-Aug-11 0:26 
QuestionParent UserControl fails to draw when child UserControl is updated. Pin
cjb11024-Jul-11 1:15
cjb11024-Jul-11 1:15 
AnswerRe: Parent UserControl fails to draw when child UserControl is updated. Pin
Dave Kreskowiak24-Jul-11 3:24
mveDave Kreskowiak24-Jul-11 3:24 
GeneralRe: Parent UserControl fails to draw when child UserControl is updated. Pin
cjb11025-Jul-11 2:41
cjb11025-Jul-11 2:41 
QuestionDeploy Windows Application Pin
Ramkumar_S21-Jul-11 18:07
Ramkumar_S21-Jul-11 18:07 

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.