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

.NET (Core and Framework)

 
QuestionUsing an HWND Pin
adrian_h20-Apr-09 8:24
professionaladrian_h20-Apr-09 8:24 
GeneralRe: Using an HWND Pin
adrian_h21-Apr-09 4:47
professionaladrian_h21-Apr-09 4:47 
GeneralRe: Using an HWND Pin
Dave Kreskowiak22-Apr-09 6:20
mveDave Kreskowiak22-Apr-09 6:20 
AnswerRe: Using an HWND Pin
Dave Kreskowiak22-Apr-09 6:25
mveDave Kreskowiak22-Apr-09 6:25 
QuestionIs it possible to put message box in Stored Procedure for finding some values in the SP Pin
Noufe19-Apr-09 3:32
Noufe19-Apr-09 3:32 
AnswerRe: Is it possible to put message box in Stored Procedure for finding some values in the SP Pin
Eddy Vluggen19-Apr-09 10:09
professionalEddy Vluggen19-Apr-09 10:09 
AnswerRe: Is it possible to put message box in Stored Procedure for finding some values in the SP Pin
saanj28-Apr-09 23:56
saanj28-Apr-09 23:56 
QuestionSystem.IO.ports.serialport memory leak... Pin
srigmathi@gmail.com19-Apr-09 2:01
srigmathi@gmail.com19-Apr-09 2:01 
Hello,
I'm having a very big problem with the serialport class and I need some help to solve this.

we're using multiple serialports in a generic list since we need to connect to multiple devices.

This is what our basic code looks like...
List<serialport> ports = new List<serialport>();
private void button1_Click(object sender, EventArgs e)
{
ports.Add(new SerialPort("COM6"));
ports.Add(new SerialPort ("COM7"));
ports.Add(new SerialPort("COM8"));
foreach (SerialPort port in ports)
{
port.Open();
}
}



Now,after the button is clicked,...if one of the devices(mobile phone in our case) is switched off or if its cable is disconnected from the USB port,there is an immediate massive memory leakage.

Please help us with a solution.

I have noticed a similar thread here...
http://www.experts-exchange.com/Prog..._23315204.html
and a couple of bug reports in Microsoft Connect.
But,right now I need some IMMEDIATE URGENT solution....Would really appreciate if someone helps.
Thanks so much
AnswerRe: System.IO.ports.serialport memory leak... Pin
Luc Pattyn19-Apr-09 2:39
sitebuilderLuc Pattyn19-Apr-09 2:39 
Questionimport export data Pin
IMQ19-Apr-09 1:16
IMQ19-Apr-09 1:16 
AnswerRe: import export data Pin
Colin Angus Mackay19-Apr-09 1:30
Colin Angus Mackay19-Apr-09 1:30 
QuestionChat Interface: RTB Modification? Chat Control? HTML Rendering? [modified] Pin
Abydosgater18-Apr-09 12:42
Abydosgater18-Apr-09 12:42 
Question32 bit value Pin
rilm18-Apr-09 0:10
rilm18-Apr-09 0:10 
QuestionRe: 32 bit value Pin
CPallini18-Apr-09 3:46
mveCPallini18-Apr-09 3:46 
Questionhow to put user specific settings in an app.config file? Pin
orinoco7717-Apr-09 8:02
orinoco7717-Apr-09 8:02 
AnswerRe: how to put user specific settings in an app.config file? Pin
Mark Salsbery17-Apr-09 9:17
Mark Salsbery17-Apr-09 9:17 
GeneralRe: how to put user specific settings in an app.config file? Pin
orinoco7717-Apr-09 11:16
orinoco7717-Apr-09 11:16 
GeneralRe: how to put user specific settings in an app.config file? Pin
Mark Salsbery17-Apr-09 11:46
Mark Salsbery17-Apr-09 11:46 
GeneralRe: how to put user specific settings in an app.config file? Pin
orinoco7717-Apr-09 12:14
orinoco7717-Apr-09 12:14 
QuestionHelp in C# certificat of appreciation Pin
holal16-Apr-09 17:31
holal16-Apr-09 17:31 
AnswerRe: Help in C# certificat of appreciation Pin
Henry Minute17-Apr-09 2:16
Henry Minute17-Apr-09 2:16 
GeneralRe: Help in C# certificat of appreciation Pin
holal17-Apr-09 22:39
holal17-Apr-09 22:39 
GeneralRe: Help in C# certificat of appreciation Pin
Eddy Vluggen18-Apr-09 0:14
professionalEddy Vluggen18-Apr-09 0:14 
GeneralRe: Help in C# certificat of appreciation Pin
holal22-Apr-09 23:19
holal22-Apr-09 23:19 
GeneralRe: Help in C# certificat of appreciation Pin
Eddy Vluggen22-Apr-09 23:49
professionalEddy Vluggen22-Apr-09 23:49 

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.