Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~3K People Reached
Favorite Forums
Member Avatar for happyandrea

I have this button in Form2 that when is clicked, a string value is passed back to Form1 and it is displayed in a textbox. [CODE] public partial class Form2 : Form { double a, b, ave; string stype; Form1 frm = new Form1(); public Form2(double x, double y) { …

Member Avatar for Mitja Bonca
0
3K