Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jwmii2

  1. jwmii2

    Some Novice Questions

    Personally i just started learning vb.net about 3-4 weeks ago. But anyways before deciding to try vb.net i tried to learn some c language and some c++. It was alot harder than vb.net to understand in my opinion. At first i didn't think vb.net would be powerful enough, but after having spent some...
  2. jwmii2

    Form Load/Application Version

    To change the deployment version number, author info and etc, you need to open the properties window then click the deployment project and it will display that info in a grid the same as it would properties for tools. It might take abit to get it right, you can also choose the default...
  3. jwmii2

    Using a .wav as embedded resource?

    Well first of all make sure you've got the wav file in the installation directory you wish to use it in. Then to reference the wav file you'll need the lines of code below. Public Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As...

Part and Inventory Search

Back
Top