Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.40K
~192 People Reached
Favorite Forums
Member Avatar for shakatra

Hi all... I'm beginner in c#, Now I'm doing project contain [U]3 forms[/U]... And if I want to show form 2 and hide form 1 as example ... write this code [CODE] Form2 f2=new Form2(); f2.show(); this.hide(); //hide form1 this.close(); //when I need close the form [/CODE] This is most …

Member Avatar for hirosht
0
192