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 #72.9K
~595 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

2 Posted Topics

Member Avatar for leo88

you should use static variables for this. for example: [CODE=c#] public class A { static string str; str=textBox1.Text; } public class B { label1.text=a.str; } [/CODE] this code may be suggest you how to hold textbox string to another form.

Member Avatar for sametyildirim
0
377
Member Avatar for ApToon

You have one class and its diagram is so easy. i added this class diagram's photo. you look this and understand what an easy to draw class diagram. I'll suggest you to use for class diagram(uml diagram). "Bouml" [URL="http://bouml.free.fr/download.html"]http://bouml.free.fr/download.html[/URL] its very nice program for this. if you want to ask …

Member Avatar for sametyildirim
0
218

The End.