Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: XNA requirement or Direct x 9 works fine with C#...or OpenGL Pin
Software_Specialist13-Jan-07 12:07
Software_Specialist13-Jan-07 12:07 
QuestionRead Excel file and create another file met some part of first excel file [modified] Pin
teymur_khan13-Jan-07 10:05
teymur_khan13-Jan-07 10:05 
AnswerRe: Read Excel file and create another file met some part of first excel file Pin
Phillip M. Hoff13-Jan-07 11:50
Phillip M. Hoff13-Jan-07 11:50 
GeneralRe: Read Excel file and create another file met some part of first excel file Pin
teymur_khan14-Jan-07 5:14
teymur_khan14-Jan-07 5:14 
Questionhow to manage Device(s) from USB port ? Pin
hdv21213-Jan-07 9:28
hdv21213-Jan-07 9:28 
AnswerRe: how to manage Device(s) from USB port ? Pin
Nader Elshehabi13-Jan-07 10:41
Nader Elshehabi13-Jan-07 10:41 
QuestionAccessing resource on unknown CD-ROM (drive letter). Pin
TrooperIronMan13-Jan-07 9:09
TrooperIronMan13-Jan-07 9:09 
AnswerRe: Accessing resource on unknown CD-ROM (drive letter). Pin
Luc Pattyn13-Jan-07 9:23
sitebuilderLuc Pattyn13-Jan-07 9:23 
If using .NET 2.0 there is System.IO.DriveInfo which gives you:
- all the drive letters
- so scan them one by one, and for each drive
- check drive type (check for DriveType.CDRom)
- check volume label (check for your CD's label).

If using .NET 1.1 you can follow the same scheme, but you would need PInvoke to
Win32 functions such as GetVolumeInformation (And that's exactly what I did today !)

Smile | :)

Luc Pattyn

GeneralRe: Accessing resource on unknown CD-ROM (drive letter). Pin
TrooperIronMan13-Jan-07 9:47
TrooperIronMan13-Jan-07 9:47 
GeneralRe: Accessing resource on unknown CD-ROM (drive letter). Pin
TrooperIronMan13-Jan-07 13:41
TrooperIronMan13-Jan-07 13:41 
Questionhow to configure msdn in my vs2005 correctly ? Pin
hdv21213-Jan-07 7:44
hdv21213-Jan-07 7:44 
AnswerRe: how to configure msdn in my vs2005 correctly ? Pin
Ed.Poore13-Jan-07 7:54
Ed.Poore13-Jan-07 7:54 
AnswerRe: how to configure msdn in my vs2005 correctly ? Pin
Thomas Stockwell13-Jan-07 16:30
professionalThomas Stockwell13-Jan-07 16:30 
QuestionPrimitive types or object types what to prefer Pin
ComCoderCsharp13-Jan-07 7:21
ComCoderCsharp13-Jan-07 7:21 
AnswerRe: Primitive types or object types what to prefer Pin
Stefan Troschuetz13-Jan-07 8:30
Stefan Troschuetz13-Jan-07 8:30 
AnswerRe: Primitive types or object types what to prefer Pin
Luc Pattyn13-Jan-07 8:50
sitebuilderLuc Pattyn13-Jan-07 8:50 
GeneralRe: Primitive types or object types what to prefer Pin
ComCoderCsharp13-Jan-07 10:51
ComCoderCsharp13-Jan-07 10:51 
GeneralRe: Primitive types or object types what to prefer Pin
Kevin McFarlane13-Jan-07 11:26
Kevin McFarlane13-Jan-07 11:26 
GeneralRe: Primitive types or object types what to prefer Pin
Scott Dorman14-Jan-07 3:38
professionalScott Dorman14-Jan-07 3:38 
GeneralRe: Primitive types or object types what to prefer Pin
Luc Pattyn14-Jan-07 3:55
sitebuilderLuc Pattyn14-Jan-07 3:55 
GeneralRe: Primitive types or object types what to prefer Pin
Scott Dorman14-Jan-07 4:15
professionalScott Dorman14-Jan-07 4:15 
GeneralRe: Primitive types or object types what to prefer Pin
ComCoderCsharp14-Jan-07 4:54
ComCoderCsharp14-Jan-07 4:54 
GeneralRe: Primitive types or object types what to prefer Pin
Scott Dorman14-Jan-07 5:18
professionalScott Dorman14-Jan-07 5:18 
GeneralRe: Primitive types or object types what to prefer Pin
ComCoderCsharp14-Jan-07 5:41
ComCoderCsharp14-Jan-07 5:41 
GeneralRe: Primitive types or object types what to prefer Pin
Scott Dorman14-Jan-07 5:47
professionalScott Dorman14-Jan-07 5:47 

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.