Click here to Skip to main content
15,886,258 members
Home / Discussions / C#
   

C#

 
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 
Questionexporting data to excel Pin
lourensG4-Sep-07 23:01
lourensG4-Sep-07 23:01 
AnswerRe: exporting data to excel Pin
Giorgi Dalakishvili4-Sep-07 23:16
mentorGiorgi Dalakishvili4-Sep-07 23:16 
GeneralRe: exporting data to excel Pin
lourensG4-Sep-07 23:42
lourensG4-Sep-07 23:42 
GeneralRe: exporting data to excel Pin
Giorgi Dalakishvili4-Sep-07 23:51
mentorGiorgi Dalakishvili4-Sep-07 23:51 
GeneralRe: exporting data to excel Pin
lourensG5-Sep-07 0:04
lourensG5-Sep-07 0:04 
GeneralRe: exporting data to excel Pin
Giorgi Dalakishvili5-Sep-07 0:13
mentorGiorgi Dalakishvili5-Sep-07 0:13 
GeneralRe: exporting data to excel Pin
lourensG5-Sep-07 0:16
lourensG5-Sep-07 0:16 
QuestiontxtBox_Leave Pin
Assaf824-Sep-07 22:56
Assaf824-Sep-07 22:56 
AnswerRe: txtBox_Leave Pin
I.explore.code5-Sep-07 0:05
I.explore.code5-Sep-07 0:05 
Questionhow to assign a Shortcut key for an Application ONLY in C#? Pin
pdoy07084-Sep-07 22:21
pdoy07084-Sep-07 22:21 

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.