blah blah blah is here! blah blah » Close

0
votes
1 answers

C# Multiline Regex Help

Hi All Thanks in advance for any assistance. I am attempting to parse log file data, everything appeared to be working ok until comparing the result sets with the original logs. I have the following log structure: [code] 07/11 ...

0
votes
1 answers

Why can I only show 50 characters in my C# application?

I have a multiline textbox that I am using to display the results of a couple thousand items I am placing into a SQL database during its runtime; Using a background worker to add all data in. The return value is often greater than 50 cha ...

0
votes
2 answers

C# textbox MultiLine problem

I'm having a problem with MultiLine in Textbox as i stumbled upon this problem... I simply cant figure out how to sum numbers which are separated by newline (/r/n) and then divide them with the number of them in array so that I can get thei ...

0
votes
0 answers

add a tooltip to each item of radio list or multiple line tool tip...(in firefox also)

I'm having difficulties getting multiple lines on a radio list or assigning a tooltip to each item. I tried all of the following for multiple lines... /n \n Enviroment.System.NewLine <br /> <br/> No luck adding a to ...

1
votes
1 answers

DatagridView multiline Cell?

Hi I have an app that has a treeview, when i select a node on the trieview i clear down the datadrid and reload the columns and row with the data stored in a couple of dictionaries that matches the treenode index. However one of the c ...

Feedback