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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Flagada
  • Content: Threads
  • Order by date
  1. Flagada

    How to catch the MM_WOM_CLOSE message

    Hello. I want to catch the MM_WOM_CLOSE or MM_WOM_DONE message. These messages are sent after a WAV file has terminated to play. I found a page where they explain how to do it: http://www.bcbjournal.org/articles/vol2/9808/Wave-out_messages.htm?PHPSESSID=717357f735aea07977fb9e4e5c53228e But it...
  2. Flagada

    Odd numbers

    Hi, This might be a stupid question: How do I check if an integer value is odd? Thanks.
  3. Flagada

    How to check if a WAV file is still playing

    Hi, I was wondering, If I play a WAV file from a resource file using PlaySound(), how can I know that the WAV file has finished playing or that it is still playing? This is my code: #include <vcl\mmsystem.hpp> PlaySound(“ID_WAVE”, HInstance, SND_ASYNC | SND_RESOURCE); Thanks in advance.
  4. Flagada

    Resource DLL in C++ builder

    Hi there, I want to create a resource-only DLL in C++ builder 6.0 It has to contain Bitmaps. Is there a simple tutorial for this? Any help would be highly appreciated Willem

Part and Inventory Search

Back
Top