How do you make a form open a .exe file that is somewhere else in the computer? I know this is a dumb question, but this is my first year programing and I'm trying to teach my self. Plus it is hard to find a teacher when you are in middle school.
Another problem I have is that when I make my calculators, I don't know how to make division find the decimal. Here is my calculator programing:
And for the division I think you have to convert your values to a real number and add as many zeros to the number after the decimal as u want.
Like, if the form gets the input 6 and 4 u should convert the numbers to 6.0 and 4.0 respectively and u should get an answer accurate up to 1 decimal point.