Results 1 to 3 of 3

Thread: Visual Basic Questions

  1. #1
    Regular Member Mourgos's Avatar
    Join Date
    Oct 2003
    Posts
    291

    Default

    I have Visual Basic 5 and I've got some questions:

    i)How can I make the computer screen go black ewcept of a specific window.
    ii)How can I make a program play a music file (e.g. a wav file) ?

    I know that these may look simple to some ,but I can't find anything relative in the VB Help .So if you know please help.

  2. #2
    Jet Set Willy
    Guest

    Default

    You need to find a Windows API reference. If you can get your head around a C++ Win32 API reference (which will probably be easier to find) you can use the same functions in VB (probably). It's just documented in a different syntax.

  3. #3
    Extreme Talker
    Join Date
    Sep 2003
    Location
    Pakistan
    Posts
    676

    Default

    The MSDN library is great for this. There are example code segments on the internet. Try the code, and learn form it.

    I mean the open source media players, made for VB.

    I'll try to send you the code myself, along with the documentation. I used to work in VB a long time ago though.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •