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

.NET (Core and Framework)

 
AnswerRe: MessageBox with custom background color Pin
Palash Biswas4-Feb-10 2:24
Palash Biswas4-Feb-10 2:24 
QuestionRich text box equivalent textbox Pin
Ajakblackgoat7-Jan-10 20:54
Ajakblackgoat7-Jan-10 20:54 
AnswerRe: Rich text box equivalent textbox [modified] Pin
Eddy Vluggen7-Jan-10 23:38
professionalEddy Vluggen7-Jan-10 23:38 
GeneralRe: Rich text box equivalent textbox Pin
Luc Pattyn8-Jan-10 3:15
sitebuilderLuc Pattyn8-Jan-10 3:15 
GeneralRe: Rich text box equivalent textbox Pin
Ajakblackgoat8-Jan-10 4:27
Ajakblackgoat8-Jan-10 4:27 
GeneralRe: Rich text box equivalent textbox Pin
Eddy Vluggen8-Jan-10 5:47
professionalEddy Vluggen8-Jan-10 5:47 
GeneralRe: Rich text box equivalent textbox Pin
Ajakblackgoat8-Jan-10 14:06
Ajakblackgoat8-Jan-10 14:06 
GeneralRe: Rich text box equivalent textbox Pin
Eddy Vluggen9-Jan-10 1:13
professionalEddy Vluggen9-Jan-10 1:13 
Ajakblackgoat wrote:
Richtextbox doesn't handle it the same way?


Nope, a RichTextBox works with a large string that contains all it's data. It's like loading a large textfile into Notepad all at once. One has to read all the characters and count the returns to find line #40.


Ajakblackgoat wrote:
But still it lacks textbox-like select & copy functionality.


It doesn't do that out of the box, you're right there. It would still be easier to add that, then to try and outperform it with a RTB.


Ajakblackgoat wrote:
I know what it's limitation which hinders me from using it for this particular app.


The limitation is that you can't edit the items directly. If there's a lot of items being put into that component, then you won't have much chance of typing anyway.

Possible solutions would be showing an RTB on the place of the ListBoxItem (as Luc suggested), or a pop-up screen with details.


Ajakblackgoat wrote:
Perhaps I didn't post my question clearly. I was asking if anyone had come across a control which does the same, not how to do it.


You're looking for a fast, editable list? I guess that there should be one or two out there Smile | :)

I are Troll Suspicious | :suss:

AnswerRe: Rich text box equivalent textbox Pin
Luc Pattyn8-Jan-10 2:15
sitebuilderLuc Pattyn8-Jan-10 2:15 
GeneralRe: Rich text box equivalent textbox Pin
Ajakblackgoat8-Jan-10 4:45
Ajakblackgoat8-Jan-10 4:45 
GeneralRe: Rich text box equivalent textbox Pin
Luc Pattyn8-Jan-10 4:55
sitebuilderLuc Pattyn8-Jan-10 4:55 
QuestionHow to create a taskbar in mdiform.. just like windows in vb.net code Pin
chandru4uall6-Jan-10 23:21
chandru4uall6-Jan-10 23:21 
Questionset default icon in windows app Pin
vikash_singh6-Jan-10 5:55
vikash_singh6-Jan-10 5:55 
AnswerRe: set default icon in windows app Pin
Dave Kreskowiak6-Jan-10 8:05
mveDave Kreskowiak6-Jan-10 8:05 
QuestionLoading NUnit tests into VS for use with the built in Unit test tools Pin
Ray Cassick5-Jan-10 15:49
Ray Cassick5-Jan-10 15:49 
AnswerRe: Loading NUnit tests into VS for use with the built in Unit test tools Pin
Abhinav S5-Jan-10 20:52
Abhinav S5-Jan-10 20:52 
AnswerRe: Loading NUnit tests into VS for use with the built in Unit test tools Pin
Kevin McFarlane6-Jan-10 5:29
Kevin McFarlane6-Jan-10 5:29 
GeneralRe: Loading NUnit tests into VS for use with the built in Unit test tools Pin
Ray Cassick6-Jan-10 5:44
Ray Cassick6-Jan-10 5:44 
QuestionDownloadStringAsync (infinite loop in Release only) Pin
T21024-Jan-10 23:43
T21024-Jan-10 23:43 
AnswerRe: DownloadStringAsync (infinite loop in Release only) Pin
Dimitri Witkowski5-Jan-10 3:41
Dimitri Witkowski5-Jan-10 3:41 
QuestionA question about windows MUI Pin
coderormnger4-Jan-10 21:31
coderormnger4-Jan-10 21:31 
AnswerRe: A question about windows MUI Pin
john_masen7-Jan-10 1:43
john_masen7-Jan-10 1:43 
QuestionHow to implement gmail like video chat in asp.net. Pin
naresh yadav y3-Jan-10 21:49
naresh yadav y3-Jan-10 21:49 
AnswerRe: How to implement gmail like video chat in asp.net. Pin
Ian McCaul4-Jan-10 3:19
Ian McCaul4-Jan-10 3:19 
GeneralRe: How to implement gmail like video chat in asp.net. Pin
naresh yadav y5-Jan-10 1:29
naresh yadav y5-Jan-10 1:29 

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.