Click here to Skip to main content
15,921,210 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question about draw method (basic question) Pin
Green Fuze25-Oct-05 14:08
Green Fuze25-Oct-05 14:08 
GeneralRe: Question about draw method (basic question) Pin
Christian Graus25-Oct-05 14:11
protectorChristian Graus25-Oct-05 14:11 
GeneralRe: Question about draw method (basic question) Pin
Green Fuze25-Oct-05 14:34
Green Fuze25-Oct-05 14:34 
GeneralRe: Question about draw method (basic question) Pin
Christian Graus25-Oct-05 14:45
protectorChristian Graus25-Oct-05 14:45 
GeneralRe: Question about draw method (basic question) Pin
Green Fuze25-Oct-05 14:48
Green Fuze25-Oct-05 14:48 
GeneralRe: Question about draw method (basic question) Pin
Christian Graus25-Oct-05 14:53
protectorChristian Graus25-Oct-05 14:53 
AnswerRe: Question about draw method (basic question) Pin
Mark Hahn CA25-Oct-05 20:04
Mark Hahn CA25-Oct-05 20:04 
QuestionLogic Help - Creating an Ordered list (No HTML) Pin
MrBic25-Oct-05 12:37
MrBic25-Oct-05 12:37 
I need to create an Ordered List (like the numbered/bulleted list in Word) without using any HTML.

I have a Table in a DataBase with an Indent Column (int).
0 - 20 indents allowed.

I have a Name Column (VarChar / String).


I cannot use Parent / Child relationships. The System would need 5 days of work to support that with the tables I'm pulling this data From.

The Data Is in order when retrieved from the DB, so I can just run through a For loop and it will print out fine. I have no idea how to do the numbered lists though.

HEre's an example on what it needs (from user requirements) to put out if the user wants it.

<br />
1...A Heading<br />
2...Another Heading<br />
...a....this is a sub heading<br />
...b...and another sub heading<br />
3...More headings<br />
...a...One more<br />
......A...Yet again<br />
.........1...Oh wait there's more<br />
4...yes there is<br />
......A...I jumped ahead one.<br />
5...Back Down<br />
..........1...I jumped Ahead a lot<br />
......A...Yes you did.<br />
.........a...Something Else<br />
6...And back down.


Sorry about the decimals, I use those for spacing.

I've been beating my head on this for 2 days now.Mad | :mad:

Any help would be very appreciated.

-- modified at 18:37 Tuesday 25th October, 2005
AnswerRe: Logic Help - Creating an Ordered list (No HTML) Pin
Christian Graus25-Oct-05 13:13
protectorChristian Graus25-Oct-05 13:13 
GeneralRe: Logic Help - Creating an Ordered list (No HTML) Pin
MrBic25-Oct-05 13:22
MrBic25-Oct-05 13:22 
GeneralRe: Logic Help - Creating an Ordered list (No HTML) Pin
Christian Graus25-Oct-05 13:28
protectorChristian Graus25-Oct-05 13:28 
GeneralRe: Logic Help - Creating an Ordered list (No HTML) Pin
MrBic25-Oct-05 13:36
MrBic25-Oct-05 13:36 
GeneralRe: Logic Help - Creating an Ordered list (No HTML) Pin
Christian Graus25-Oct-05 13:47
protectorChristian Graus25-Oct-05 13:47 
GeneralRe: Logic Help - Creating an Ordered list (No HTML) Pin
MrBic25-Oct-05 13:28
MrBic25-Oct-05 13:28 
QuestionConvert \xF3 to char &#243; Pin
IsaacB25-Oct-05 10:28
IsaacB25-Oct-05 10:28 
AnswerRe: Convert \xF3 to char &#243; Pin
Joe Woodbury25-Oct-05 12:09
professionalJoe Woodbury25-Oct-05 12:09 
QuestionSaving dynamic content? Pin
Sled Dog25-Oct-05 9:23
Sled Dog25-Oct-05 9:23 
AnswerRe: Saving dynamic content? Pin
Sled Dog25-Oct-05 10:23
Sled Dog25-Oct-05 10:23 
QuestionRichTextBox and highlighting Pin
Paolo Ponzano25-Oct-05 9:05
Paolo Ponzano25-Oct-05 9:05 
AnswerRe: RichTextBox and highlighting Pin
mikanu25-Oct-05 13:20
mikanu25-Oct-05 13:20 
QuestionUpdating UI from worker thread ASP.NET (not WinForms) Pin
Christopher Duncan25-Oct-05 8:39
Christopher Duncan25-Oct-05 8:39 
AnswerRe: Updating UI from worker thread ASP.NET (not WinForms) Pin
Dave Kreskowiak25-Oct-05 10:10
mveDave Kreskowiak25-Oct-05 10:10 
GeneralRe: Updating UI from worker thread ASP.NET (not WinForms) Pin
Christopher Duncan25-Oct-05 10:40
Christopher Duncan25-Oct-05 10:40 
AnswerRe: Updating UI from worker thread ASP.NET (not WinForms) Pin
David Stone25-Oct-05 14:05
sitebuilderDavid Stone25-Oct-05 14:05 
QuestionBitmap class Pin
naglbitur25-Oct-05 8:14
naglbitur25-Oct-05 8:14 

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.