Click here to Skip to main content
15,905,875 members
Home / Discussions / C#
   

C#

 
AnswerRe: ListView/TreeView controls vs. Databinding in .NET 2.0 Pin
Nader Elshehabi7-Jan-07 2:46
Nader Elshehabi7-Jan-07 2:46 
QuestionC# Monitors [modified] Pin
manustone6-Jan-07 10:27
manustone6-Jan-07 10:27 
AnswerRe: C# Monitors Pin
gnadeem6-Jan-07 11:42
gnadeem6-Jan-07 11:42 
GeneralRe: C# Monitors Pin
manustone8-Jan-07 4:06
manustone8-Jan-07 4:06 
QuestionHow do I send cmds to a dvd drive in C#? Pin
try{}catch{}6-Jan-07 10:06
try{}catch{}6-Jan-07 10:06 
AnswerRe: How do I send cmds to a dvd drive in C#? Pin
Ed.Poore6-Jan-07 11:13
Ed.Poore6-Jan-07 11:13 
GeneralRe: How do I send cmds to a dvd drive in C#? Pin
tophor26-Jan-07 15:44
tophor26-Jan-07 15:44 
GeneralRe: How do I send cmds to a dvd drive in C#? Pin
Ed.Poore6-Jan-07 18:45
Ed.Poore6-Jan-07 18:45 
Why do you need the DDK? If you look through the source code you'll see that nothing in the DDK is referenced, he's simply borrowed definitions from the DDK so that people don't need to download it.

To use this in C# all you need to do is translate the C++ to C# et voila. It uses nothing special you'd just need to use P/Invoke to send the commands using DeviceIOCtrl.


I have no idea what I just said. But my intentions were sincere.

GeneralRe: How do I send cmds to a dvd drive in C#? Pin
try{}catch{}7-Jan-07 15:18
try{}catch{}7-Jan-07 15:18 
QuestionWhich coding convention do you use? Pin
cebyrjoe26-Jan-07 10:03
cebyrjoe26-Jan-07 10:03 
AnswerRe: Which coding convention do you use? Pin
Christian Graus6-Jan-07 11:12
protectorChristian Graus6-Jan-07 11:12 
AnswerRe: Which coding convention do you use? Pin
gnadeem6-Jan-07 11:19
gnadeem6-Jan-07 11:19 
GeneralRe: Which coding convention do you use? Pin
gnadeem6-Jan-07 11:22
gnadeem6-Jan-07 11:22 
QuestionRemoting + Video Capturing Pin
aliG46-Jan-07 9:52
aliG46-Jan-07 9:52 
AnswerRe: Remoting + Video Capturing Pin
Ed.Poore6-Jan-07 11:15
Ed.Poore6-Jan-07 11:15 
AnswerRe: New interface question (properly this time) Pin
Ed.Poore6-Jan-07 11:16
Ed.Poore6-Jan-07 11:16 
QuestionHow to change remote registries that have a username/pw? Pin
Spydre6-Jan-07 7:56
Spydre6-Jan-07 7:56 
AnswerRe: How to change remote registries that have a username/pw? Pin
Ed.Poore6-Jan-07 11:18
Ed.Poore6-Jan-07 11:18 
GeneralRe: How to change remote registries that have a username/pw? Pin
Spydre7-Jan-07 10:11
Spydre7-Jan-07 10:11 
GeneralRe: How to change remote registries that have a username/pw? Pin
Ed.Poore7-Jan-07 10:22
Ed.Poore7-Jan-07 10:22 
GeneralRe: How to change remote registries that have a username/pw? Pin
Spydre7-Jan-07 10:39
Spydre7-Jan-07 10:39 
GeneralRe: How to change remote registries that have a username/pw? Pin
Ed.Poore7-Jan-07 11:29
Ed.Poore7-Jan-07 11:29 
GeneralRe: How to change remote registries that have a username/pw? Pin
Spydre7-Jan-07 11:53
Spydre7-Jan-07 11:53 
GeneralRe: How to change remote registries that have a username/pw? Pin
Ed.Poore7-Jan-07 12:06
Ed.Poore7-Jan-07 12:06 
QuestionHow to access methos of one form from another? Pin
TrooperIronMan6-Jan-07 7:38
TrooperIronMan6-Jan-07 7:38 

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.