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

C#

 
GeneralRe: Change Window Title Form Font Pin
Heath Stewart8-Jun-04 3:44
protectorHeath Stewart8-Jun-04 3:44 
GeneralRe: Change Window Title Form Font Pin
Aaron Eldreth8-Jun-04 3:54
Aaron Eldreth8-Jun-04 3:54 
GeneralRe: Change Window Title Form Font Pin
Heath Stewart8-Jun-04 4:06
protectorHeath Stewart8-Jun-04 4:06 
GeneralRe: Change Window Title Form Font Pin
Dave Kreskowiak8-Jun-04 4:10
mveDave Kreskowiak8-Jun-04 4:10 
GeneralRe: Change Window Title Form Font Pin
Aaron Eldreth8-Jun-04 4:23
Aaron Eldreth8-Jun-04 4:23 
GeneralDatView DataBinding using Parent relation Pin
Corneliu Tusnea7-Jun-04 15:32
Corneliu Tusnea7-Jun-04 15:32 
GeneralCreating Financial Chart control using C# Pin
sgeesala7-Jun-04 15:06
sgeesala7-Jun-04 15:06 
GeneralRe: Creating Financial Chart control using C# Pin
Dave Kreskowiak7-Jun-04 15:47
mveDave Kreskowiak7-Jun-04 15:47 
Your first step is to layout EXACTLY what you want your control to do. What type of data is your control going to need? How is this data going to be stored so that it is accessible by the client app and still quickly usuable by your control? How is the data going to be passed to the control? Do you want to implement databinding? Are there other standard controls that come close to the functionality you need (probably not in your case!)? Now, what do you want your control to look like? What graph types do you want to support? Do you want to add axis labels? How about automatic range scaling? What do you want to happen when the control is resized? Do you want to support horizontal scrolling?

Now, after all that, you can start designing your control. The painting code, by itself, is going to depend on answers to ALL of those questions. It may seem like alot, and it is!, but a control like this is nothing less than a full application written to do a very specific task.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Creating Financial Chart control using C# Pin
Heath Stewart8-Jun-04 3:39
protectorHeath Stewart8-Jun-04 3:39 
GeneralFile sharing query Pin
benglish727-Jun-04 14:49
benglish727-Jun-04 14:49 
GeneralRe: File sharing query Pin
Dave Kreskowiak7-Jun-04 15:35
mveDave Kreskowiak7-Jun-04 15:35 
GeneralRe: File sharing query Pin
benglish727-Jun-04 16:53
benglish727-Jun-04 16:53 
GeneralBig problem suffering from week Pin
IamADotNetGuy7-Jun-04 13:06
IamADotNetGuy7-Jun-04 13:06 
GeneralRe: Big problem suffering from week Pin
Heath Stewart8-Jun-04 3:32
protectorHeath Stewart8-Jun-04 3:32 
GeneralRe: Big problem suffering from week Pin
IamADotNetGuy8-Jun-04 3:46
IamADotNetGuy8-Jun-04 3:46 
GeneralButton click event Pin
sam chappidi7-Jun-04 12:36
sam chappidi7-Jun-04 12:36 
GeneralRe: Button click event Pin
Dave Kreskowiak7-Jun-04 13:31
mveDave Kreskowiak7-Jun-04 13:31 
GeneralRe: Button click event Pin
Heath Stewart8-Jun-04 3:28
protectorHeath Stewart8-Jun-04 3:28 
GeneralNewbie help with menu's & Windows Pin
Anonymous7-Jun-04 12:08
Anonymous7-Jun-04 12:08 
GeneralRe: Newbie help with menu's & Windows Pin
bneacetp7-Jun-04 14:25
bneacetp7-Jun-04 14:25 
GeneralRe: Newbie help with menu's & Windows Pin
Heath Stewart8-Jun-04 3:23
protectorHeath Stewart8-Jun-04 3:23 
Generalbooks Pin
surgeproof7-Jun-04 11:12
surgeproof7-Jun-04 11:12 
GeneralRe: books Pin
Heath Stewart7-Jun-04 11:20
protectorHeath Stewart7-Jun-04 11:20 
GeneralRe: books Pin
Dave Kreskowiak7-Jun-04 12:00
mveDave Kreskowiak7-Jun-04 12:00 
GeneralRe: books Pin
Uwe Keim7-Jun-04 22:18
sitebuilderUwe Keim7-Jun-04 22:18 

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.