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.73K
~97 People Reached
Favorite Forums
Favorite Tags
.net x 1

1 Posted Topic

Member Avatar for amar_interface

{ 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(.......,.......) { …

Member Avatar for amuda.narayana
0
97

The End.