Charts?

I was just wondering how to make a program that has like a spreadsheet and you type in numbers like daily income or somthing and it adds it up for the month and you can set it for like add for the week,or month or year! How can we do that? And how do we code a exit button on the menu strip, a open, and a new button? Tutorials?
[329 byte] By [BuddyFunny] at [2007-12-20]
# 1

Hi - you've asked in the 'installing and registering' forum. Please tell me what language you're using so I can move your question to an appropriate forum.

You can use a datagrid to write this sort of program. You can add buttons to the menu strip and set their click handler, then just write the code to do whatever you want to do.

cgraus at 2007-9-10 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 2
sorry...im using microsoft visual c# 2005 express edition!
BuddyFunny at 2007-9-10 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 3

Done. www.codeproject.com is a good place to look for code samples, but the DataGrid is the way to be giving people a grid to type into.

cgraus at 2007-9-10 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 4
How do i put the dates on the charts? Like i want the chart to be like a access chart so i got the datagridview one and i can type in it like i wanted but i need the dates on the side and when the month changes the date changes! How do i do that? Somone please reply! Thanks
BuddyFunny at 2007-9-10 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 5
Try looking into dundas charts or charts .net. They both offer trial software that if you like you could purchase. Check them out.
mattdawg at 2007-9-10 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...
# 6
Try uding a SQl server database.... Im assuming you know how to do this. When you view table in the dasources explorer click the little icon and click on datagrid view and then drag the icon onto a clear form.
vinny15 at 2007-9-10 > top of Msdn Tech,Visual Studio Express Editions,Visual C# 2005 Express Edition...