Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
GeneralRe: Point out the error Pin
WizardOfPeyton23-Dec-02 12:52
WizardOfPeyton23-Dec-02 12:52 
GeneralRe: Point out the error Pin
sns23-Dec-02 18:33
sns23-Dec-02 18:33 
GeneralRe: Point out the error Pin
WizardOfPeyton24-Dec-02 7:28
WizardOfPeyton24-Dec-02 7:28 
GeneralRe: Point out the error Pin
sns25-Dec-02 19:45
sns25-Dec-02 19:45 
GeneralRe: Point out the error Pin
WizardOfPeyton15-Jan-03 5:14
WizardOfPeyton15-Jan-03 5:14 
Generaladding extensions to the standard window's context menu Pin
jtmtv1818-Dec-02 18:36
jtmtv1818-Dec-02 18:36 
GeneralRe: adding extensions to the standard window's context menu Pin
Kannan Kalyanaraman18-Dec-02 21:30
Kannan Kalyanaraman18-Dec-02 21:30 
QuestionAnything I should watch out for doing this? Pin
LongRange.Shooter18-Dec-02 11:05
LongRange.Shooter18-Dec-02 11:05 
I am designing and coding a C# application. It is intended to be a visual display of the navigations between the various files we have. Example:

A page file defines a page to display.
It contains a collection of events to be managed.

The eventmanager file tells me who handles each event.
The event file tells me when the event is handled, the next page to display and the rules to execute to determine if it's valid.

So each event represents a branch in my nav model.

I thought of doing this display like Frontpage navigation or Visio. I thought of doing a custom button with a simple square as its' graphics. Each page name would populate the button.text property and I would programmatically draw a line between each control. I was also going to do this as a fat client app.

What I want (the hard part) is since these navigations can be very shallow or they can be very wide that as I populate the form with these controls that it pops up the scroll bars as needed so that the client can scroll to the parts of the navigation model that they want to view. I should mention I was hoping to do this without having to move the entire model down as I hit the 'upper edge' of the form with a wide navigation, but doing a global move is fine if I have to.

For our first version we are only displaying the navigation model given a starting page. So there you have it. Has anyone built something like this? Am I going to be feeling lots of pain for the next month coding this? Any time bombs waiting to derail me as I execute it? Any advanced assistance would be greatly appreciated.



_____________________________________________
The world is a dangerous place.
Not because of those that do evil,
    but because of those who look on and do nothing.

GeneralWeb Service Question Pin
Larry Rutledge18-Dec-02 6:54
Larry Rutledge18-Dec-02 6:54 
GeneralRe: Web Service Question Pin
Adrian Hall18-Dec-02 7:09
Adrian Hall18-Dec-02 7:09 
GeneralRe: Web Service Question Pin
Daniel Turini18-Dec-02 8:52
Daniel Turini18-Dec-02 8:52 
GeneralRe: Web Service Question Pin
Wilco B.18-Dec-02 10:43
Wilco B.18-Dec-02 10:43 
GeneraltextBox -to- Binary Registry Pin
Jassim Rahma18-Dec-02 6:22
Jassim Rahma18-Dec-02 6:22 
GeneralRe: textBox -to- Binary Registry Pin
Adrian Hall18-Dec-02 7:07
Adrian Hall18-Dec-02 7:07 
GeneralRe: textBox -to- Binary Registry Pin
Jassim Rahma18-Dec-02 7:22
Jassim Rahma18-Dec-02 7:22 
GeneralRe: textBox -to- Binary Registry Pin
Jeff J18-Dec-02 17:05
Jeff J18-Dec-02 17:05 
GeneralRe: textBox -to- Binary Registry Pin
Jassim Rahma21-Dec-02 10:20
Jassim Rahma21-Dec-02 10:20 
GeneralRe: textBox -to- Binary Registry Pin
Jeff J21-Dec-02 17:52
Jeff J21-Dec-02 17:52 
GeneralRe: textBox -to- Binary Registry Pin
Jassim Rahma22-Dec-02 20:01
Jassim Rahma22-Dec-02 20:01 
GeneralMinimized window on Stausbar Pin
Jassim Rahma18-Dec-02 6:18
Jassim Rahma18-Dec-02 6:18 
QuestionWhy is my C# so big? Pin
Adrian Hall18-Dec-02 5:58
Adrian Hall18-Dec-02 5:58 
AnswerRe: My C# is bigger than yours Pin
Daniel Turini18-Dec-02 6:54
Daniel Turini18-Dec-02 6:54 
AnswerRe: Why is my C# so big? Pin
Omega50118-Dec-02 10:38
Omega50118-Dec-02 10:38 
GeneralRe: Why is my C# so big? Pin
Stephane Rodriguez.18-Dec-02 21:47
Stephane Rodriguez.18-Dec-02 21:47 
GeneralRe: Why is my C# so big? Pin
Omega50119-Dec-02 9:33
Omega50119-Dec-02 9:33 

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.