Click here to Skip to main content
16,012,035 members
Home / Discussions / C#
   

C#

 
GeneralRe: Call function of Form1 from Form2? Pin
I'm a beginner11-Nov-07 23:03
I'm a beginner11-Nov-07 23:03 
AnswerRe: Call function of Form1 from Form2? Pin
Christian Graus11-Nov-07 10:15
protectorChristian Graus11-Nov-07 10:15 
GeneralRe: Call function of Form1 from Form2? Pin
I'm a beginner11-Nov-07 23:04
I'm a beginner11-Nov-07 23:04 
Questiona problem related to scroll Pin
Seraph_summer11-Nov-07 2:48
Seraph_summer11-Nov-07 2:48 
AnswerRe: a problem related to scroll Pin
Adeel Chaudhry11-Nov-07 18:15
Adeel Chaudhry11-Nov-07 18:15 
QuestionHow to Interacting with PenTablet.cpl in Vista Pin
I_Need_Help11-Nov-07 1:46
I_Need_Help11-Nov-07 1:46 
QuestionWriting serial port does not work Pin
nasif400311-Nov-07 1:45
nasif400311-Nov-07 1:45 
AnswerRe: Writing serial port does not work Pin
Luc Pattyn11-Nov-07 3:46
sitebuilderLuc Pattyn11-Nov-07 3:46 
Hi,

PORT NAMES

I guess your COM3 is a real serial port that is inaccessible because it is used for
an internal modem, so it would show up elsewhere in Device Manager (try modems),
but technically it still is a serial port, so yes FetPortNames() would show it,
as it also shows serial ports that are already in use.

A terminal emulator, or some other program, may prefer to only show available ports,
hence it would enumerate SerialPort.GetPortNames and test them for availability
(probably SerialPort.IsOpen does exactly that).

SERIAL OUTPUT

The serial output is buffered, similar to serial input. So each write adds data to the
output buffer, unless the buffer is full. The buffer gets emptied automatically towards
the serial cable (and its attached device), but this may fail when some kind of dataflow
has been specified and is currently in HOLD (as in: software dataflow and CTRL/S received,
or hardware dataflow and the appropriate control input pin asserted, I believe it is
DSR, readable through SerialPort.DsrHolding ).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


Questionhow to check if any textbox has changed on a form? Pin
Cptkli11-Nov-07 1:21
Cptkli11-Nov-07 1:21 
AnswerRe: how to check if any textbox has changed on a form? Pin
Giorgi Dalakishvili11-Nov-07 1:37
mentorGiorgi Dalakishvili11-Nov-07 1:37 
AnswerRe: how to check if any textbox has changed on a form? Pin
Luc Pattyn11-Nov-07 3:48
sitebuilderLuc Pattyn11-Nov-07 3:48 
GeneralRe: how to check if any textbox has changed on a form? Pin
Cptkli11-Nov-07 5:32
Cptkli11-Nov-07 5:32 
GeneralRe: how to check if any textbox has changed on a form? Pin
Giorgi Dalakishvili11-Nov-07 7:58
mentorGiorgi Dalakishvili11-Nov-07 7:58 
QuestionStoring Objects in Treeview Nodes Pin
Adnan Siddiqi10-Nov-07 23:14
Adnan Siddiqi10-Nov-07 23:14 
AnswerRe: Storing Objects in Treeview Nodes Pin
Michael Sync10-Nov-07 23:33
Michael Sync10-Nov-07 23:33 
GeneralRe: Storing Objects in Treeview Nodes Pin
DaveyM6911-Nov-07 6:26
professionalDaveyM6911-Nov-07 6:26 
GeneralRe: Storing Objects in Treeview Nodes Pin
Michael Sync11-Nov-07 14:31
Michael Sync11-Nov-07 14:31 
Questionhow to internationalized an application Pin
mnrz10-Nov-07 20:36
mnrz10-Nov-07 20:36 
AnswerRe: how to internationalized an application Pin
Giorgi Dalakishvili10-Nov-07 22:10
mentorGiorgi Dalakishvili10-Nov-07 22:10 
QuestionRe: how to internationalized an application Pin
mnrz11-Nov-07 0:22
mnrz11-Nov-07 0:22 
AnswerRe: how to internationalized an application Pin
Giorgi Dalakishvili11-Nov-07 0:41
mentorGiorgi Dalakishvili11-Nov-07 0:41 
QuestionFile path access problem Pin
G.K.M.10-Nov-07 20:25
G.K.M.10-Nov-07 20:25 
AnswerRe: File path access problem Pin
I_Need_Help11-Nov-07 1:29
I_Need_Help11-Nov-07 1:29 
Questionunable to search the topics Pin
gullapudi10-Nov-07 19:38
gullapudi10-Nov-07 19:38 
AnswerRe: unable to search the topics Pin
Michael Sync10-Nov-07 20:23
Michael Sync10-Nov-07 20:23 

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.