Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
AnswerRe: use math.h in C# Pin
blackjack21505-Sep-07 1:47
blackjack21505-Sep-07 1:47 
QuestionCannot take the address or size of a variable of a managed type Pin
Vikas Salvi5-Sep-07 1:32
Vikas Salvi5-Sep-07 1:32 
AnswerRe: Cannot take the address or size of a variable of a managed type Pin
TJoe5-Sep-07 8:41
TJoe5-Sep-07 8:41 
QuestionHow to create new file Pin
Hum Dum5-Sep-07 1:26
Hum Dum5-Sep-07 1:26 
AnswerRe: How to create new file Pin
originSH5-Sep-07 1:37
originSH5-Sep-07 1:37 
GeneralRe: How to create new file Pin
Vodstok5-Sep-07 2:00
Vodstok5-Sep-07 2:00 
GeneralRe: How to create new file Pin
originSH5-Sep-07 3:19
originSH5-Sep-07 3:19 
GeneralRe: How to create new file Pin
Vodstok5-Sep-07 3:20
Vodstok5-Sep-07 3:20 
QuestionIt's quite embarrassing.. Pin
Muammar©5-Sep-07 0:55
Muammar©5-Sep-07 0:55 
AnswerRe: It's quite embarrassing.. Pin
Urs Enzler5-Sep-07 1:00
Urs Enzler5-Sep-07 1:00 
AnswerRe: It's quite embarrassing.. Pin
Guffa5-Sep-07 2:44
Guffa5-Sep-07 2:44 
QuestionCreating a web server for board game Pin
MeLight5-Sep-07 0:52
MeLight5-Sep-07 0:52 
AnswerRe: Creating a web server for board game Pin
Larantz5-Sep-07 9:49
Larantz5-Sep-07 9:49 
GeneralRe: Creating a web server for board game Pin
MeLight5-Sep-07 10:24
MeLight5-Sep-07 10:24 
AnswerRe: Databases Pin
originSH5-Sep-07 0:46
originSH5-Sep-07 0:46 
GeneralRe: Databases Pin
jblouir5-Sep-07 0:49
jblouir5-Sep-07 0:49 
Questionhow do I DeviceIoControl in C# Pin
gamitech4-Sep-07 23:31
gamitech4-Sep-07 23:31 
AnswerRe: how do I DeviceIoControl in C# Pin
Dave Kreskowiak5-Sep-07 5:13
mveDave Kreskowiak5-Sep-07 5:13 
euacela wrote:
without importing from win32 dll-s


Use DeviceIoControl without using Win32?? Impossible. You have no choice but to import the function calls.


euacela wrote:
how do I communicate with a device with C# build in classes.


That depends entirely on the device in question, but if it's not connected to a Serial Port, you don't. There are no classes native to the .NET Framework that deal with device communication, like USB, PCI, low level disk/volume work, ...


euacela wrote:
classes for registering/unregistering a service


Yes, this is built into the .NET BCL. I believe it's the ServiceInstaller[^] class in the System.ServiceProcess namespace.


euacela wrote:
communicating via IOCTL's


No, this is NOT in the .NET BCL.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionSaving Animated Gifs Pin
pokabot4-Sep-07 23:20
pokabot4-Sep-07 23:20 
AnswerRe: Saving Animated Gifs Pin
Giorgi Dalakishvili4-Sep-07 23:38
mentorGiorgi Dalakishvili4-Sep-07 23:38 
QuestionSessionStateItemCollection.Dirty Pin
73amit4-Sep-07 23:17
73amit4-Sep-07 23:17 
QuestionWDSL Jagged array problem C# .net Pin
sander BB4-Sep-07 23:09
sander BB4-Sep-07 23:09 
QuestionRegion Pin
Assaf824-Sep-07 23:03
Assaf824-Sep-07 23:03 
AnswerRe: Region Pin
Giorgi Dalakishvili4-Sep-07 23:14
mentorGiorgi Dalakishvili4-Sep-07 23:14 
AnswerRe: Region Pin
hotcodeking5-Sep-07 1:48
hotcodeking5-Sep-07 1:48 

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.