Click here to Skip to main content
15,886,724 members
Home / Discussions / C#
   

C#

 
Questionstartup parameters? Pin
Leon Radley11-Jan-04 10:35
Leon Radley11-Jan-04 10:35 
AnswerRe: startup parameters? Pin
Colin Angus Mackay11-Jan-04 10:57
Colin Angus Mackay11-Jan-04 10:57 
AnswerRe: startup parameters? Pin
Heath Stewart11-Jan-04 11:32
protectorHeath Stewart11-Jan-04 11:32 
GeneralRe: startup parameters? Pin
Nick Parker11-Jan-04 11:38
protectorNick Parker11-Jan-04 11:38 
GeneralRe: startup parameters? Pin
Heath Stewart11-Jan-04 11:42
protectorHeath Stewart11-Jan-04 11:42 
QuestionRegEx Guru? Pin
Rocky Moore11-Jan-04 10:13
Rocky Moore11-Jan-04 10:13 
AnswerRe: RegEx Guru? Pin
Heath Stewart11-Jan-04 11:35
protectorHeath Stewart11-Jan-04 11:35 
AnswerRe: RegEx Guru? Pin
Rocky Moore11-Jan-04 16:47
Rocky Moore11-Jan-04 16:47 
I have text input via a multipe line TextBox and onces I Server.HTMLEncode it, I need to add the <BR>s for linefeeds. In a specially flagged section though I will be using a < Pre > tag and it requires linefeeds instead of the <BR>s. There are no HTML tags in any of the text entered, just a special tag which I will replace with < Pre > section.

This is for my HintsAndTips.com site that I will FINALLY be launching tonight (and hopefully, people will like posting tips to share Wink | ;) since there are only a couple at the moment ). When they post their tips I have to have a special section for things such as code that you do not want text wraping and handle this through a special tag people can use to enclose that section. It is replaced with a scrollable div and a pre tag (to be more compatible with old IEs or would just use the "white-space" css feature).

At the moment I have it replacing all the linefeeds with <BR>s and they look okay in the browser, but the < Pre > does not handle blank lines and stacks the lines on top of each other.

I will be providing a better method of composing tips in the near future, but just needed something to allow people to display text that is much wider then the area provided and a scrollable div works great for that. Kind of like on CP when someone does not format an article good and it takes three monitors to view it horizonally Wink | ;) Did not want that happening Wink | ;)

Here is an example of tip with the Pre section I was referring to:

http://www.hintsandtips.com/hat.aspx?P=ShowTip&C=31&T=10[^]

Please excuse the home page at the moment, it will be created later tonight Blush | :O

Rocky <><
www.HintsAndTips.com
GeneralCoding search and replace on content of file Pin
cgcrute11-Jan-04 5:59
cgcrute11-Jan-04 5:59 
GeneralRe: Coding search and replace on content of file Pin
Mazdak11-Jan-04 6:12
Mazdak11-Jan-04 6:12 
GeneralRe: Coding search and replace on content of file Pin
cgcrute11-Jan-04 8:50
cgcrute11-Jan-04 8:50 
GeneralRe: Coding search and replace on content of file Pin
Mazdak11-Jan-04 9:11
Mazdak11-Jan-04 9:11 
GeneralRe: Coding search and replace on content of file Pin
cgcrute11-Jan-04 9:24
cgcrute11-Jan-04 9:24 
GeneralRe: Coding search and replace on content of file Pin
Meysam Mahfouzi11-Jan-04 18:38
Meysam Mahfouzi11-Jan-04 18:38 
GeneralRe: Coding search and replace on content of file Pin
Mazdak11-Jan-04 20:01
Mazdak11-Jan-04 20:01 
GeneralRe: Coding search and replace on content of file Pin
Jonathan de Halleux12-Jan-04 0:06
Jonathan de Halleux12-Jan-04 0:06 
GeneralRe: Coding search and replace on content of file Pin
cgcrute12-Jan-04 0:17
cgcrute12-Jan-04 0:17 
GeneralRe: Coding search and replace on content of file Pin
Jonathan de Halleux12-Jan-04 1:44
Jonathan de Halleux12-Jan-04 1:44 
GeneralRe: Coding search and replace on content of file Pin
cgcrute12-Jan-04 2:13
cgcrute12-Jan-04 2:13 
QuestionHow to simulate map c++ collection in c# Pin
Rostrox11-Jan-04 5:15
Rostrox11-Jan-04 5:15 
AnswerRe: How to simulate map c++ collection in c# Pin
Kentamanos11-Jan-04 10:29
Kentamanos11-Jan-04 10:29 
AnswerRe: How to simulate map c++ collection in c# Pin
Heath Stewart11-Jan-04 10:30
protectorHeath Stewart11-Jan-04 10:30 
GeneralWindows Messages Pin
Stefan Troschuetz11-Jan-04 3:30
Stefan Troschuetz11-Jan-04 3:30 
GeneralRe: Windows Messages Pin
Niels Penneman11-Jan-04 3:34
Niels Penneman11-Jan-04 3:34 
GeneralRe: Windows Messages Pin
Heath Stewart11-Jan-04 11:41
protectorHeath Stewart11-Jan-04 11:41 

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.