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.8K
2 Posted Topics
Re: 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 … | |
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 … |