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

.NET (Core and Framework)

 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Luc Pattyn15-Jan-09 12:47
sitebuilderLuc Pattyn15-Jan-09 12:47 
GeneralI suspect the problem is solved Pin
Luc Pattyn15-Jan-09 12:07
sitebuilderLuc Pattyn15-Jan-09 12:07 
GeneralRe: I suspect the problem is solved Pin
Brady Kelly15-Jan-09 22:16
Brady Kelly15-Jan-09 22:16 
GeneralRe: I suspect the problem is solved Pin
Luc Pattyn16-Jan-09 0:58
sitebuilderLuc Pattyn16-Jan-09 0:58 
GeneralRe: I suspect the problem is solved Pin
Brady Kelly16-Jan-09 1:57
Brady Kelly16-Jan-09 1:57 
GeneralRe: I suspect the problem is solved Pin
Luc Pattyn16-Jan-09 2:08
sitebuilderLuc Pattyn16-Jan-09 2:08 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 6:44
Brady Kelly15-Jan-09 6:44 
GeneralRe: Textboxes Pin
Luc Pattyn15-Jan-09 6:53
sitebuilderLuc Pattyn15-Jan-09 6:53 
I changed my sig to the textbox/picturebox stuff since too many people get into trouble,
they either start drawing on top of a picturebox and complain an image.save doesn't capture the drawing,
or they have trace/log output in a (rich)textbox and they don't get it to work properly and/or it starts to slow down dramatically as the number of lines increases.

Most of my listboxes are for output only; I have done some editing though, just handling all the key/mouse stuff myself. I don't like (rich)textboxes, they don't scale well. I basically did my own editor based on a Panel; I can teach it every trick I want without constantly fighting RTF troubles.


Brady Kelly wrote:
Superimpose a TextBox on the edited line?


Have done that too (single-line textbox on top of label), it works rather well. Solves some of the read-only problems.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

I use ListBoxes for line-oriented text output (not TextBoxes), and PictureBoxes for pictures (not drawings).


Questioncontrol.focus();???? Pin
bfis10813714-Jan-09 22:47
bfis10813714-Jan-09 22:47 
AnswerRe: control.focus();???? Pin
Eddy Vluggen14-Jan-09 23:04
professionalEddy Vluggen14-Jan-09 23:04 
GeneralI found the solution Pin
bfis10813714-Jan-09 23:12
bfis10813714-Jan-09 23:12 
QuestionWithevents for dynamicly created controls Pin
David Hovey14-Jan-09 17:16
David Hovey14-Jan-09 17:16 
GeneralRe: Withevents for dynamicly created controls Pin
Anshumas14-Jan-09 17:52
Anshumas14-Jan-09 17:52 
AnswerRe: Withevents for dynamicly created controls Pin
Dave Kreskowiak14-Jan-09 18:00
mveDave Kreskowiak14-Jan-09 18:00 
GeneralRe: Withevents for dynamicly created controls Pin
David Hovey16-Jan-09 8:17
David Hovey16-Jan-09 8:17 
QuestionCan't find System.EnterpriseServices.Wrapper.dll or one of it's dependencies Pin
mweingart14-Jan-09 6:18
mweingart14-Jan-09 6:18 
QuestionDataGrid Header Pin
bobbymale7714-Jan-09 4:52
bobbymale7714-Jan-09 4:52 
GeneralRe: DataGrid Header Pin
Anshumas14-Jan-09 17:54
Anshumas14-Jan-09 17:54 
AnswerRe: DataGrid Header Pin
bobbymale7715-Jan-09 1:37
bobbymale7715-Jan-09 1:37 
QuestionGetting System.Security.Permissions.UIPermission When try to access C# activex control on a web-page . [modified] Pin
Dattatraya K13-Jan-09 21:29
Dattatraya K13-Jan-09 21:29 
AnswerRe: Getting System.Security.Permissions.UIPermission When try to access C# activex control on a web-page . Pin
Eddy Vluggen18-Jan-09 1:11
professionalEddy Vluggen18-Jan-09 1:11 
QuestionMobile Application Development using VB.net 2005 Pin
VikashGohil13-Jan-09 20:44
VikashGohil13-Jan-09 20:44 
QuestionHow can I copy data from crystal report view to clipboard Pin
Ali 11013-Jan-09 19:28
Ali 11013-Jan-09 19:28 
QuestionHow can i set trust level of trusted site to FullTrust Programatically from the .NET dll ? Pin
Dattatraya K13-Jan-09 4:06
Dattatraya K13-Jan-09 4:06 
AnswerRe: How can i set trust level of trusted site to FullTrust Programatically from the .NET dll ? Pin
Dave Kreskowiak14-Jan-09 3:36
mveDave Kreskowiak14-Jan-09 3:36 

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.