Click here to Skip to main content
15,908,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: File transfer Pin
AB77717-Sep-06 20:16
AB77717-Sep-06 20:16 
AnswerRe: File transfer Pin
Niiiissssshhhhhuuuuu7-Sep-06 21:42
Niiiissssshhhhhuuuuu7-Sep-06 21:42 
GeneralRe: File transfer Pin
AB77717-Sep-06 22:00
AB77717-Sep-06 22:00 
AnswerRe: File transfer Pin
Niiiissssshhhhhuuuuu10-Sep-06 17:47
Niiiissssshhhhhuuuuu10-Sep-06 17:47 
GeneralRe: File transfer Pin
AB777110-Sep-06 18:23
AB777110-Sep-06 18:23 
Questionfolder and file difference Pin
chandler837-Sep-06 18:50
chandler837-Sep-06 18:50 
AnswerRe: folder and file difference Pin
mikone7-Sep-06 21:18
mikone7-Sep-06 21:18 
AnswerRe: folder and file difference Pin
Stefan Troschuetz7-Sep-06 21:48
Stefan Troschuetz7-Sep-06 21:48 
I assume you receive the path of the dropped object. If so you could do the following:
bool isDirectory = ((File.GetAttributes(path) & FileAttributes.Directory) == FileAttributes.Directory);



"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: folder and file difference Pin
chandler838-Sep-06 0:52
chandler838-Sep-06 0:52 
Questionhow to create a mobile application in C#? Pin
yousafzai7-Sep-06 18:04
yousafzai7-Sep-06 18:04 
AnswerRe: how to create a mobile application in C#? Pin
Nader Elshehabi7-Sep-06 18:19
Nader Elshehabi7-Sep-06 18:19 
GeneralRe: how to create a mobile application in C#? Pin
yousafzai7-Sep-06 18:24
yousafzai7-Sep-06 18:24 
AnswerRe: how to create a mobile application in C#? Pin
Not Active7-Sep-06 18:29
mentorNot Active7-Sep-06 18:29 
QuestionProblem With ListBox Horizontal Scrollbar Pin
Aslam Bari7-Sep-06 17:30
Aslam Bari7-Sep-06 17:30 
AnswerRe: Problem With ListBox Horizontal Scrollbar Pin
Nader Elshehabi7-Sep-06 18:14
Nader Elshehabi7-Sep-06 18:14 
AnswerRe: Problem With ListBox Horizontal Scrollbar Pin
Aslam Bari8-Sep-06 20:21
Aslam Bari8-Sep-06 20:21 
QuestionRegistry Scan Pin
oskardiazdeleon7-Sep-06 16:45
oskardiazdeleon7-Sep-06 16:45 
AnswerRe: Registry Scan Pin
Nader Elshehabi7-Sep-06 18:00
Nader Elshehabi7-Sep-06 18:00 
GeneralRe: Registry Scan Pin
oskardiazdeleon8-Sep-06 10:07
oskardiazdeleon8-Sep-06 10:07 
GeneralRe: Registry Scan Pin
Nader Elshehabi8-Sep-06 13:11
Nader Elshehabi8-Sep-06 13:11 
Questionhow to export summaries? Pin
michal.kreslik7-Sep-06 16:25
michal.kreslik7-Sep-06 16:25 
AnswerRe: how to export summaries? Pin
Nader Elshehabi7-Sep-06 18:03
Nader Elshehabi7-Sep-06 18:03 
QuestionStoring multi data in a row Pin
Glen Harvy7-Sep-06 15:19
Glen Harvy7-Sep-06 15:19 
AnswerRe: Storing multi data in a row Pin
Nader Elshehabi7-Sep-06 18:26
Nader Elshehabi7-Sep-06 18:26 
AnswerRe: Storing multi data in a row Pin
Guffa7-Sep-06 19:05
Guffa7-Sep-06 19:05 

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.