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
~183 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Sara Tech

[B][COLOR="Green"] I want to create labels dynamiclly (at run time) when user clicks one its click events will excute I want like this : [CODE] for i as integer=1 to 10 step 1 '' here label creation end for [/CODE] Thanks for who can help me ... :icon_wink: [/COLOR][/B]

Member Avatar for mihird
0
82
Member Avatar for mihird

I am stuck at one multithreaded app. Basically I am trying to update one control from background thread. There are two forms. 1) frmMain 2) frmLog frmLog has one list box (lstStatus) and one function as following [icode] Public Sub SetStatus(txt as string) as string lstStatus.Items.add(txt) End Sub [/icode] frmMain …

Member Avatar for mihird
0
101