Posts
 
Reputation
Loading chart. Please wait.
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
~2K People Reached
Favorite Tags

2 Posted Topics

Member Avatar for Mr Gates

Your freezing really isnt the issue, you code seems fine. The problem is that the app doesnt have enough time to refresh the text boxes. So the quick and simple solution would be >>> [CODE]txtWords.Text = "Hello" Sleep 300 txtWords.Text = "Cookie" txtWords.refresh Sleep 300 txtWords.Text = "Train" txtWords.refresh Sleep …

Member Avatar for davidcairns
0
2K
Member Avatar for Paul finch

This will be a tough one for you all. I am trying to create an app where it can control the volume and mute channels of my sound card. (eg. Front Rear Center Subwoofer) I made one which basically controlled Windows Volume Control which worked great. Any how having had …

Member Avatar for Comatose
0
91