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 SkipVought 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: *

  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

    Ok, now i got it. Thanks. Bill
  3. Flagada

    Odd numbers

    Okay thanks, it solved my problem. So if I get it right, n%2 means that n cannot be didived by 2 ? And does n%3 then means that n cannot be divided by 3 ? Or am I wrong? Bill
  4. Flagada

    Odd numbers

    Hi, This might be a stupid question: How do I check if an integer value is odd? Thanks.
  5. 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.
  6. Flagada

    Resource DLL in C++ builder

    Any Suggestions? Please!!
  7. Flagada

    TImage and gif files

    I have the same problem for months now, I want to use GIF images in C++ builder 6. I can't find anything on the web, only a TGifImage component which costs 15 pounds. http://www.mwasoftware.co.uk You can download a trial version, I have not tried it yet. However i would prefer a free...
  8. 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