Sound Question...
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
This probally is the stupidest question but I am new to Microsoft VB .Net, and I need help. I know where to put it but I don't know what to put. I just want a sound to play when my Application starts.
Can you do it in a macro? WindowEvents_WindowCreated? Oh wait .... in the application your writing(not the enviorment... Ughh) Yeah - Option One, in your main window load event, Making sure to play it only once. Option two, have a main function that plays the sound and then loads the form. Make sure you set the startup object to be the main function you just wrote. Just like in VB classic.