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

C#

 
QuestionMeasureString returning different heights for different types of text primitives Pin
Raghu56620-Jul-09 1:45
Raghu56620-Jul-09 1:45 
AnswerRe: MeasureString returning different heights for different types of text primitives Pin
Dave Kreskowiak20-Jul-09 4:30
mveDave Kreskowiak20-Jul-09 4:30 
GeneralRe: MeasureString returning different heights for different types of text primitives Pin
Raghu56621-Jul-09 2:43
Raghu56621-Jul-09 2:43 
GeneralRe: MeasureString returning different heights for different types of text primitives Pin
Dave Kreskowiak21-Jul-09 14:39
mveDave Kreskowiak21-Jul-09 14:39 
AnswerDo not SPAM PinPopular
Manas Bhardwaj20-Jul-09 0:52
professionalManas Bhardwaj20-Jul-09 0:52 
GeneralRe: Do not SPAM Pin
0x3c020-Jul-09 0:54
0x3c020-Jul-09 0:54 
QuestionHow to code in for USB to serial......sending and receiving communication Pin
pallaka20-Jul-09 0:11
pallaka20-Jul-09 0:11 
AnswerRe: How to code in for USB to serial......sending and receiving communication Pin
Luc Pattyn20-Jul-09 0:40
sitebuilderLuc Pattyn20-Jul-09 0:40 
When I bought my USB-to-serial cable, it came with a CD-ROM containing a driver. When I installed it, it turned the port into a regular serial port, so it shows up in all serial port enumerations, and most/all serial apps can use it, whether HyperTerminal or some .NET based app using SerialPort class.

The app never is aware the USB-based serial port is connected in a different manner, all the nasty details are hidden by Windows and the device drivers.

BTW: there are minor differences between such a USB-to-serial cable and a regular serial port, mainly in timing; it is not able to achieve very high speed in toggling the control lines, which for most applications is irrelevant; if however the attached hardware requires very short pulses on say the DTR/DSR/RTS pins, the motherboard- based serial port might be able to deliver and the USB-to-serial might not, due to the fact USB communication requires data packets, which must be transmitted and interpreted, whereas a direct port is much "closer" to the CPU.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

QuestionEnterprise application Development (MCPD) Pin
Abdul Rahman Hamidy20-Jul-09 0:03
Abdul Rahman Hamidy20-Jul-09 0:03 
QuestionMulti client - Server application Pin
Tej Aj19-Jul-09 23:42
Tej Aj19-Jul-09 23:42 
AnswerRe: Multi client - Server application Pin
stancrm19-Jul-09 23:58
stancrm19-Jul-09 23:58 
QuestionEvent handling Object reference error Pin
gwithey19-Jul-09 22:44
gwithey19-Jul-09 22:44 
AnswerRe: Event handling Object reference error Pin
Uri Lavi19-Jul-09 22:49
Uri Lavi19-Jul-09 22:49 
AnswerRe: Event handling Object reference error Pin
DaveyM6919-Jul-09 23:04
professionalDaveyM6919-Jul-09 23:04 
GeneralRe: Event handling Object reference error Pin
gwithey19-Jul-09 23:24
gwithey19-Jul-09 23:24 
AnswerRe: Event handling Object reference error Pin
Luc Pattyn20-Jul-09 0:46
sitebuilderLuc Pattyn20-Jul-09 0:46 
QuestionImpersonation Pin
arkiboys19-Jul-09 21:37
arkiboys19-Jul-09 21:37 
Questioncompress bytes Pin
shekhar25839519-Jul-09 21:35
shekhar25839519-Jul-09 21:35 
AnswerRe: compress bytes Pin
0x3c019-Jul-09 21:41
0x3c019-Jul-09 21:41 
QuestionMost efficient way of taking a screenshot? [modified] Pin
Trapper-Hell19-Jul-09 21:15
Trapper-Hell19-Jul-09 21:15 
Answerrepost. ignore. Pin
Luc Pattyn20-Jul-09 0:49
sitebuilderLuc Pattyn20-Jul-09 0:49 
GeneralRe: repost. ignore. Pin
Trapper-Hell20-Jul-09 2:31
Trapper-Hell20-Jul-09 2:31 
Questionconvert image in bytes Pin
shekhar25839519-Jul-09 20:57
shekhar25839519-Jul-09 20:57 
AnswerRe: convert image in bytes Pin
stancrm19-Jul-09 21:12
stancrm19-Jul-09 21:12 
Questionpicturebox help Pin
mjawadkhatri19-Jul-09 20:48
mjawadkhatri19-Jul-09 20: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.