Click here to Skip to main content
15,921,646 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How to track Form.WindowState changes? Pin
Super Lloyd30-Jul-06 5:00
Super Lloyd30-Jul-06 5:00 
QuestionStrange .NET 2.0 Windows forms layout issues (on Win2K) Pin
AndyJay28-Jul-06 12:48
AndyJay28-Jul-06 12:48 
AnswerRe: Strange .NET 2.0 Windows forms layout issues (on Win2K) Pin
Super Lloyd29-Jul-06 1:36
Super Lloyd29-Jul-06 1:36 
QuestionUpload a file with parameters and a progress bar (HTTP POST) Pin
vikramUverse28-Jul-06 8:30
vikramUverse28-Jul-06 8:30 
AnswerRe: varying GUI performance on different machines Pin
Rob Graham28-Jul-06 2:38
Rob Graham28-Jul-06 2:38 
GeneralRe: varying GUI performance on different machines Pin
aryabinin28-Jul-06 4:38
aryabinin28-Jul-06 4:38 
QuestionSerial Port Communication Pin
analytiks27-Jul-06 23:51
analytiks27-Jul-06 23:51 
AnswerRe: Serial Port Communication Pin
Mike Dimmick28-Jul-06 3:32
Mike Dimmick28-Jul-06 3:32 
Normally if a device is ready to operate, it asserts the DSR (Data Set Ready) line. You can check for this in code using the GetCommModemStatus API (for Win32). Polling is generally considered a bad idea - you can wait for a change in these flags to occur with the WaitCommEvent API.

From .NET Framework 2.0, these map to the DsrHolding property and PinChanged event of the SerialPort class.

Stability. What an interesting concept. -- Chris Maunder

QuestionEdit a column in a datagrid without using an edit column in C# Pin
Mons211027-Jul-06 5:07
Mons211027-Jul-06 5:07 
Questionwindows service and mapped drives [modified] Pin
Captain Willard27-Jul-06 2:09
Captain Willard27-Jul-06 2:09 
AnswerRe: windows service and mapped drives Pin
Mike Dimmick28-Jul-06 3:37
Mike Dimmick28-Jul-06 3:37 
GeneralRe: windows service and mapped drives Pin
Captain Willard31-Jul-06 1:23
Captain Willard31-Jul-06 1:23 
Questionto change managed assembly attribute programmatically [modified] Pin
Mushtaque Nizamani26-Jul-06 19:13
Mushtaque Nizamani26-Jul-06 19:13 
QuestionConvert and handle video files Pin
edonistart26-Jul-06 3:47
edonistart26-Jul-06 3:47 
QuestionSqlServer evaluation period expired Pin
lehya26-Jul-06 2:25
lehya26-Jul-06 2:25 
AnswerRe: SqlServer evaluation period expired Pin
Dan Neely26-Jul-06 2:42
Dan Neely26-Jul-06 2:42 
AnswerSqlServer evaluation period expired Pin
Hesbon Ongira27-Jul-06 22:37
Hesbon Ongira27-Jul-06 22:37 
QuestionCall to Web Service using HTTP GET does NOT work Pin
Andrew Mercer26-Jul-06 0:49
Andrew Mercer26-Jul-06 0:49 
AnswerRe: Call to Web Service using HTTP GET does NOT work Pin
mr_lasseter26-Jul-06 12:50
mr_lasseter26-Jul-06 12:50 
GeneralRe: Call to Web Service using HTTP GET does NOT work Pin
Andrew Mercer26-Jul-06 22:22
Andrew Mercer26-Jul-06 22:22 
QuestionUnmanaged C++, windows service Pin
yoti1126-Jul-06 0:36
yoti1126-Jul-06 0:36 
AnswerRe: Unmanaged C++, windows service Pin
Mike Dimmick26-Jul-06 2:55
Mike Dimmick26-Jul-06 2:55 
Questionanti-aliasing images in GDI+? Pin
kusanagi200025-Jul-06 22:11
kusanagi200025-Jul-06 22:11 
AnswerRe: anti-aliasing images in GDI+? Pin
Robert Rohde26-Jul-06 3:19
Robert Rohde26-Jul-06 3:19 
GeneralRe: anti-aliasing images in GDI+? Pin
kusanagi200026-Jul-06 14:14
kusanagi200026-Jul-06 14:14 

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.