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 #44.3K
~188 People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Hi pete, I'm not exactly sure what you mean, but if you want to start another form in your application you can do this by: yourFormName form = new yourFormName(); form.ShowDialog(); //This will lock all your other forms until this dialog is closed form.Show(); //This will run the form and …
Hello everyone, I'm new to this forum and i'm sorry if a similar thread already exists, but I couldn't find one. I'm trying to run the microsft speech SDK 5.1 sample code, but the Microsoft speech library seems to be missing from my computer. It's not in the COM tab …
The End.
Errel