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.73K
1 Posted Topic
{ create an interface of an object create the properties for the control by using the object create an event for that control by using the operator "+=" add that control to the container. ex: [code]{ button b=new button(); b.text="ADD"; b.autosize=true; b.location=new point(x,y); b.click+=function; this.Controls.Add(b); } public void function(.......,.......) { …
The End.
amuda.narayana