I have taken the BAS program EnterMov.BAS from the samples file and modified the code to solve a triangle given any 3 of 3 sides or 3 angles. At this point I can enter the data into three text boxes. But how do I give variables say SideA$, sideB$, SideC$, angleA$ etc. those values so I can then perform calculations on them using say VAL(Side$) etc ???. How do I then put the results in their text boxes ???.
I am familiar with VB5 (and have written a more extensive version of what I am trying to do here with PB) but PB processes seem very different.
I would include the code here but I don't see any option to do so.
I am familiar with VB5 (and have written a more extensive version of what I am trying to do here with PB) but PB processes seem very different.
I would include the code here but I don't see any option to do so.
Comment