Click here to Skip to main content
16,011,754 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to manipulate other programs? Pin
Christian Graus10-Apr-08 13:08
protectorChristian Graus10-Apr-08 13:08 
QuestionHow to retreive the Driver Name Pin
iggydarsa10-Apr-08 6:05
iggydarsa10-Apr-08 6:05 
AnswerRe: How to retreive the Driver Name Pin
Luc Pattyn10-Apr-08 6:25
sitebuilderLuc Pattyn10-Apr-08 6:25 
GeneralRe: How to retreive the Driver Name Pin
iggydarsa10-Apr-08 6:31
iggydarsa10-Apr-08 6:31 
GeneralRe: How to retreive the Driver Name Pin
Luc Pattyn10-Apr-08 7:14
sitebuilderLuc Pattyn10-Apr-08 7:14 
AnswerRe: How to retreive the Driver Name Pin
Eslam Afifi10-Apr-08 6:28
Eslam Afifi10-Apr-08 6:28 
GeneralRe: How to retreive the Driver Name Pin
iggydarsa10-Apr-08 6:34
iggydarsa10-Apr-08 6:34 
AnswerRe: How to retreive the Driver Name Pin
Giorgi Dalakishvili10-Apr-08 6:31
mentorGiorgi Dalakishvili10-Apr-08 6:31 
You can use DriveInfo.GetDrives Method[^] to retrieve list of drives. Using DriveType property of DriveInfo class you can check whether the drive is Cd drive or not and you can use IsReady property to see if drive is ready or not.

Giorgi Dalakishvili

#region signature
my articles
#endregion

AnswerRe: How to retreive the Driver Name Pin
Dave Kreskowiak10-Apr-08 7:13
mveDave Kreskowiak10-Apr-08 7:13 
GeneralGrid View 2.0 Pin
AvinChandrasen10-Apr-08 5:00
AvinChandrasen10-Apr-08 5:00 
GeneralRe: Grid View 2.0 Pin
Dave Kreskowiak10-Apr-08 7:11
mveDave Kreskowiak10-Apr-08 7:11 
GeneralCreateWindow trap in C# Pin
d35tiny10-Apr-08 3:40
d35tiny10-Apr-08 3:40 
GeneralRe: CreateWindow trap in C# Pin
Giorgi Dalakishvili10-Apr-08 6:27
mentorGiorgi Dalakishvili10-Apr-08 6:27 
GeneralInserting Data from other Database File Pin
kallileo10-Apr-08 3:31
kallileo10-Apr-08 3:31 
GeneralIs it polite... Pin
Brady Kelly10-Apr-08 3:31
Brady Kelly10-Apr-08 3:31 
GeneralRe: Is it polite... Pin
Pete O'Hanlon10-Apr-08 4:52
mvePete O'Hanlon10-Apr-08 4:52 
GeneralRe: Is it polite... Pin
led mike10-Apr-08 4:55
led mike10-Apr-08 4:55 
GeneralRe: Is it polite... Pin
Brady Kelly10-Apr-08 5:29
Brady Kelly10-Apr-08 5:29 
GeneralRe: Is it polite... Pin
PIEBALDconsult10-Apr-08 5:14
mvePIEBALDconsult10-Apr-08 5:14 
JokeRe: Is it polite... Pin
darkelv10-Apr-08 5:15
darkelv10-Apr-08 5:15 
Generaladding icon to project [modified] Pin
Denver Thomas10-Apr-08 3:22
Denver Thomas10-Apr-08 3:22 
GeneralFile Scan for virus using C# !!!!! Pin
Nithin Krishna10-Apr-08 3:21
Nithin Krishna10-Apr-08 3:21 
GeneralRe: File Scan for virus using C# !!!!! Pin
Judah Gabriel Himango10-Apr-08 4:04
sponsorJudah Gabriel Himango10-Apr-08 4:04 
GeneralInheritance Pin
Brady Kelly10-Apr-08 3:16
Brady Kelly10-Apr-08 3:16 
GeneralRe: Inheritance Pin
Judah Gabriel Himango10-Apr-08 3:59
sponsorJudah Gabriel Himango10-Apr-08 3:59 

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.