Click here to Skip to main content
15,894,825 members
Home / Discussions / C#
   

C#

 
AnswerRe: textbox problem Pin
Ravi Bhavnani12-Jan-07 7:10
professionalRavi Bhavnani12-Jan-07 7:10 
AnswerRe: textbox problem Pin
Drew McGhie12-Jan-07 9:51
Drew McGhie12-Jan-07 9:51 
Questiontextbox problem Pin
biaali12-Jan-07 7:03
biaali12-Jan-07 7:03 
AnswerRe: textbox problem Pin
anilsolanki12-Jan-07 8:40
anilsolanki12-Jan-07 8:40 
Questionbuiding drivers in c# Pin
dany_ch12-Jan-07 6:55
dany_ch12-Jan-07 6:55 
AnswerRe: buiding drivers in c# Pin
Not Active12-Jan-07 7:01
mentorNot Active12-Jan-07 7:01 
AnswerRe: buiding drivers in c# Pin
anilsolanki12-Jan-07 8:43
anilsolanki12-Jan-07 8:43 
GeneralRe: buiding drivers in c# Pin
Dave Kreskowiak12-Jan-07 8:48
mveDave Kreskowiak12-Jan-07 8:48 
anilsolanki wrote:
C# is advance of C++


Uhhh...No, it's not. And you do NOT want to write drivers in C#. There's too much you have to rewrite in C# code, plus the overhead of the MASSIVE amount of P/Invoking and Interop you'll have to do.

Like the other poster said, it's not worth it because most of the resulting code will be unmanaged anyway. So why go through the huge hassle of converting the DDK to support C# when you're not really going to use the .NET Framework anyway?



Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: buiding drivers in c# Pin
Not Active12-Jan-07 11:12
mentorNot Active12-Jan-07 11:12 
GeneralRe: buiding drivers in c# Pin
Christian Graus12-Jan-07 12:03
protectorChristian Graus12-Jan-07 12:03 
GeneralRe: buiding drivers in c# Pin
Rob Graham12-Jan-07 14:11
Rob Graham12-Jan-07 14:11 
GeneralRe: buiding drivers in c# Pin
dany_ch12-Jan-07 23:32
dany_ch12-Jan-07 23:32 
QuestionFlickering Pin
kmuthuk12-Jan-07 5:17
kmuthuk12-Jan-07 5:17 
AnswerRe: Flickering Pin
Mircea Puiu12-Jan-07 5:19
Mircea Puiu12-Jan-07 5:19 
GeneralRe: Flickering Pin
kmuthuk12-Jan-07 5:46
kmuthuk12-Jan-07 5:46 
AnswerRe: Flickering Pin
Rob Graham12-Jan-07 6:25
Rob Graham12-Jan-07 6:25 
GeneralRe: Flickering Pin
kmuthuk12-Jan-07 9:16
kmuthuk12-Jan-07 9:16 
AnswerRe: Flickering Pin
Dave Kreskowiak12-Jan-07 9:46
mveDave Kreskowiak12-Jan-07 9:46 
QuestionHow can I retrieve a list of available ports on a specified ip? Pin
wxShayan12-Jan-07 5:03
wxShayan12-Jan-07 5:03 
AnswerRe: How can I retrieve a list of available ports on a specified ip? Pin
led mike12-Jan-07 5:16
led mike12-Jan-07 5:16 
GeneralRe: How can I retrieve a list of available ports on a specified ip? Pin
wxShayan12-Jan-07 5:23
wxShayan12-Jan-07 5:23 
AnswerRe: How can I retrieve a list of available ports on a specified ip? Pin
Eric Dahlvang12-Jan-07 6:39
Eric Dahlvang12-Jan-07 6:39 
GeneralRe: How can I retrieve a list of available ports on a specified ip? Pin
wxShayan12-Jan-07 17:00
wxShayan12-Jan-07 17:00 
QuestionLCG issue (DynamicMethod / ILGenerator) Pin
rcollina12-Jan-07 5:03
rcollina12-Jan-07 5:03 
AnswerRe: LCG issue (DynamicMethod / ILGenerator) Pin
S. Senthil Kumar12-Jan-07 6:42
S. Senthil Kumar12-Jan-07 6:42 

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.