Click here to Skip to main content
15,897,519 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to check a drives? Pin
hpetriffer7-Mar-06 22:37
hpetriffer7-Mar-06 22:37 
GeneralRe: How to check a drives? Pin
nitin_ap7-Mar-06 22:42
nitin_ap7-Mar-06 22:42 
QuestionSerializing object Pin
hpetriffer7-Mar-06 22:09
hpetriffer7-Mar-06 22:09 
QuestionLoad file in other form Pin
Dave McCool7-Mar-06 22:03
Dave McCool7-Mar-06 22:03 
QuestionDifferences between Control and ContainerControl Pin
flyinglimy7-Mar-06 22:02
flyinglimy7-Mar-06 22:02 
AnswerRe: Differences between Control and ContainerControl Pin
goyal manish8-Mar-06 2:59
goyal manish8-Mar-06 2:59 
QuestionIO.Ports in .NET 2.0 Pin
gokeeffe7-Mar-06 21:42
gokeeffe7-Mar-06 21:42 
AnswerRe: IO.Ports in .NET 2.0 Pin
Eric Dahlvang8-Mar-06 5:12
Eric Dahlvang8-Mar-06 5:12 
gokeeffe wrote:
IO.Ports dll


I don't know of any such thing as an IO.Ports dll, but maybe System.IO.Ports is what you are looking for. There is a SerialPort object in this namespace.

Search for it in the obect browser.

Summary:
The System.IO.Ports namespace contains classes for controlling serial ports. The most important class, System.IO.Ports.SerialPort, provides a framework for synchronous and event-driven I/O, access to pin and break states, and access to serial driver properties. It can be used to wrap a System.IO.Stream objects, allowing the serial port to be accessed by classes that use streams.


----------
There go my people. I must find out where they are going so I can lead them.
- Alexander Ledru-Rollin

GeneralRe: IO.Ports in .NET 2.0 Pin
gokeeffe13-Mar-06 4:01
gokeeffe13-Mar-06 4:01 
GeneralRe: IO.Ports in .NET 2.0 Pin
Eric Dahlvang14-Mar-06 5:10
Eric Dahlvang14-Mar-06 5:10 
GeneralRe: IO.Ports in .NET 2.0 Pin
gokeeffe14-Mar-06 21:30
gokeeffe14-Mar-06 21:30 
QuestionHow to realize this in c# ? Pin
Old Gun7-Mar-06 21:33
Old Gun7-Mar-06 21:33 
AnswerRe: How to realize this in c# ? Pin
Vasudevan Deepak Kumar7-Mar-06 21:42
Vasudevan Deepak Kumar7-Mar-06 21:42 
AnswerRe: How to realize this in c# ? Pin
Steve Hansen8-Mar-06 1:03
Steve Hansen8-Mar-06 1:03 
QuestionInterfacing with the CodeBase database structure Pin
NewbieDude7-Mar-06 19:59
NewbieDude7-Mar-06 19:59 
QuestionHow to draw a select rectangle use mouseEvents in panel? Pin
SharpShark7-Mar-06 19:51
SharpShark7-Mar-06 19:51 
AnswerRe: How to draw a select rectangle use mouseEvents in panel? Pin
gnjunge7-Mar-06 23:54
gnjunge7-Mar-06 23:54 
GeneralRe: How to draw a select rectangle use mouseEvents in panel? Pin
SharpShark17-Mar-06 21:33
SharpShark17-Mar-06 21:33 
GeneralRe: How to draw a select rectangle use mouseEvents in panel? Pin
gnjunge18-Mar-06 1:25
gnjunge18-Mar-06 1:25 
Questionhow do i made my softwar trail version Pin
raheeli7-Mar-06 19:34
raheeli7-Mar-06 19:34 
AnswerRe: how do i made my softwar trail version Pin
Divyang Mithaiwala7-Mar-06 20:49
Divyang Mithaiwala7-Mar-06 20:49 
GeneralRe: how do i made my softwar trail version Pin
raheeli7-Mar-06 22:35
raheeli7-Mar-06 22:35 
QuestionC# VS 2005 - SQL Query Parameters to an ODBC DataSource Pin
JC Carmo7-Mar-06 17:30
JC Carmo7-Mar-06 17:30 
GeneralRe: C# VS 2005 - SQL Query Parameters to an ODBC DataSource Pin
Guffa7-Mar-06 19:13
Guffa7-Mar-06 19:13 
QuestionRe: C# VS 2005 - SQL Query Parameters to an ODBC DataSource Pin
JC Carmo8-Mar-06 17:40
JC Carmo8-Mar-06 17:40 

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.