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

.NET (Core and Framework)

 
GeneralRe: Capture Screenshot of a Window(With Handle) Pin
freakyit27-Oct-09 2:49
freakyit27-Oct-09 2:49 
GeneralRe: Capture Screenshot of a Window(With Handle) Pin
dxlee27-Oct-09 3:52
dxlee27-Oct-09 3:52 
GeneralGuidance for writing a wrapper for a REST API Pin
Brady Kelly19-Oct-09 6:11
Brady Kelly19-Oct-09 6:11 
QuestionAccessing the machine.config file Pin
Przemyslaw Celej19-Oct-09 2:28
Przemyslaw Celej19-Oct-09 2:28 
AnswerRe: Accessing the machine.config file Pin
Not Active19-Oct-09 3:32
mentorNot Active19-Oct-09 3:32 
GeneralRe: Accessing the machine.config file Pin
Przemyslaw Celej19-Oct-09 4:28
Przemyslaw Celej19-Oct-09 4:28 
GeneralRe: Accessing the machine.config file Pin
Not Active19-Oct-09 4:47
mentorNot Active19-Oct-09 4:47 
GeneralRe: Accessing the machine.config file Pin
Przemyslaw Celej19-Oct-09 5:01
Przemyslaw Celej19-Oct-09 5:01 
Thank you, I coped with this problem, I wanted to increase the limit of connections that my application can make to a single host. I just added the following text to my app.config
<system.net>
  <connectionManagement>
      <clear/>
      <add address="*" maxconnection="20" />
  </connectionManagement>
</system.net>

QuestionHow to measure data usage or Real Time bandwidth usage Pin
Hardik Upadhyay19-Oct-09 1:58
Hardik Upadhyay19-Oct-09 1:58 
AnswerRe: How to measure data usage or Real Time bandwidth usage Pin
Richard MacCutchan19-Oct-09 4:17
mveRichard MacCutchan19-Oct-09 4:17 
QuestionInstalling Windows Service in Windows 7 Pin
#realJSOP19-Oct-09 0:28
professional#realJSOP19-Oct-09 0:28 
AnswerRe: Installing Windows Service in Windows 7 Pin
ovargast19-Oct-09 6:39
ovargast19-Oct-09 6:39 
GeneralRe: Installing Windows Service in Windows 7 Pin
#realJSOP19-Oct-09 7:52
professional#realJSOP19-Oct-09 7:52 
GeneralRe: Installing Windows Service in Windows 7 Pin
ovargast19-Oct-09 8:51
ovargast19-Oct-09 8:51 
QuestionDisconnected Context? Pin
#realJSOP18-Oct-09 8:57
professional#realJSOP18-Oct-09 8:57 
AnswerRe: Disconnected Context? Pin
Pete O'Hanlon18-Oct-09 9:50
mvePete O'Hanlon18-Oct-09 9:50 
GeneralRe: Disconnected Context? Pin
#realJSOP19-Oct-09 0:22
professional#realJSOP19-Oct-09 0:22 
GeneralRe: Disconnected Context? Pin
Bernhard Hiller13-Jul-10 20:19
Bernhard Hiller13-Jul-10 20:19 
QuestionHow to display animated gif in datagridview columns? Pin
Viji Raj17-Oct-09 18:34
Viji Raj17-Oct-09 18:34 
AnswerRe: How to display animated gif in datagridview columns? Pin
Xmen Real 18-Oct-09 0:20
professional Xmen Real 18-Oct-09 0:20 
QuestionHow to prevent user click to the checkbox on a listview control Pin
[N][Q][H]17-Oct-09 8:13
[N][Q][H]17-Oct-09 8:13 
AnswerRe: How to prevent user click to the checkbox on a listview control Pin
Mark Salsbery17-Oct-09 8:37
Mark Salsbery17-Oct-09 8:37 
AnswerRe: How to prevent user click to the checkbox on a listview control Pin
Richard MacCutchan17-Oct-09 9:25
mveRichard MacCutchan17-Oct-09 9:25 
GeneralRe: How to prevent user click to the checkbox on a listview control Pin
[N][Q][H]17-Oct-09 16:40
[N][Q][H]17-Oct-09 16:40 
GeneralRe: How to prevent user click to the checkbox on a listview control Pin
Richard MacCutchan17-Oct-09 21:27
mveRichard MacCutchan17-Oct-09 21:27 

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.