A Couple of Questions
-
Hi im pretty new to programming so any help would be greatly appreciated. I am trying to create an application that has the following features: contains two texboxes labeled Formula Name: and Formula Number: Contains a spreadsheet with 2 columns Selections from a List Box Able to total the quantity of the elements in the formula Being able to print what is typed into the form Spreadsheet, Formula Name, Formula Number Create a save feature create an open feature create a sort A-Z feature I know how to put the objects in the form but I need help with coding. Any help would be greatly appreciated. Sincerely, Steven
-
Hi im pretty new to programming so any help would be greatly appreciated. I am trying to create an application that has the following features: contains two texboxes labeled Formula Name: and Formula Number: Contains a spreadsheet with 2 columns Selections from a List Box Able to total the quantity of the elements in the formula Being able to print what is typed into the form Spreadsheet, Formula Name, Formula Number Create a save feature create an open feature create a sort A-Z feature I know how to put the objects in the form but I need help with coding. Any help would be greatly appreciated. Sincerely, Steven
Take help from a C# book (or do a google search) to start writing some code. When you run into any trouble paste your code here and people may be able to guide you.
There are only 10 types of people in this world — those who understand binary, and those who don't.
-
Hi im pretty new to programming so any help would be greatly appreciated. I am trying to create an application that has the following features: contains two texboxes labeled Formula Name: and Formula Number: Contains a spreadsheet with 2 columns Selections from a List Box Able to total the quantity of the elements in the formula Being able to print what is typed into the form Spreadsheet, Formula Name, Formula Number Create a save feature create an open feature create a sort A-Z feature I know how to put the objects in the form but I need help with coding. Any help would be greatly appreciated. Sincerely, Steven
-
Sound like Excel. Can you not achieve this with Microsoft Excel and macros or other spreadsheet app. Please confirm if Excel is available to you. A C# solution to this could use VSTO(Visual Studio Tools for Office) api
yes i have excel but i'm trying to make a simpler program for my friend that has just the basic things that he needs. When he tries typing formulas on excel he becomes overwhelmed for some reason so i'm just trying to help him out.
-
yes i have excel but i'm trying to make a simpler program for my friend that has just the basic things that he needs. When he tries typing formulas on excel he becomes overwhelmed for some reason so i'm just trying to help him out.
If your looking for somthing that will have "math type" formulas... your probably biting off more then you can chew... Math parsing is ... complicated. I believe you can find a simple example app if you search codeProject.
I'd blame it on the Brain farts.. But lets be honest, it really is more like a Methane factory between my ears some days then it is anything else...