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 strongm 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. julych

    How to paly 2 *.WAV files at the same time?

    I need to play two *.WAV files at the same time in my application - as in solitaire games - the first file is the background music and second sound file is played when the cards are moved (or similar events). Any idea how to do this? I'm trying with PlaySound() and a new thread, but nothing is...
  2. julych

    How to destroy several instances of a dialog-derived class?

    Let's say my application has a pointer to a CDialog derived class and I create some modeless dialogs.(More than one!). My question is how to destroy all of them - myPointer->DestroyWindow() - for the last created one and after that how to redirect the pointer to the rest of the dialogs in order...
  3. julych

    Is it possible to restart my application from within my application?

    Yes, I know that, but it's not a value - there are many values - it's about changing the language of the application, but I don't want to write "an English" file if I have the opportunity to load the orinal resource.
  4. julych

    AfxSetResourceHandle() - I failed to load the default resources of the

    In case that some of the buttons' captions (or other resources)of a dialog application have been changed - is it possible at runtime to set all the resources to their original names/values? I tried with AfxSetResourceHandle(), but nothing happened. Any suggestions how to do this? Thanks.
  5. julych

    Is it possible to restart my application from within my application?

    In case that some of the buttons' captions (or other resources)of a dialog application have been changed - is it possible at runtime to set all the resources to their original names/values? I tried with AfxSetResourceHandle(), but nothing happened. So (for now) I chose to restart the application...
  6. julych

    Which is the simplest way to close an application?

    Yes I own both the apps. I found a way to resolve this problem, but my bigger problem remains - noone can't tell me how to reload the default resources of the application at runtime. This is the reason I had to create a temporary exe (or attach dll) which starts immediately after closing the...
  7. julych

    Which is the simplest way to close an application?

    ...I mean how one application can terminate another one.
  8. julych

    Which is the simplest way to close an application?

    Which is the simplest way to terminate a dialog-based application?
  9. julych

    Is it possible to restart my application from within my application?

    Is it possible to restart my dialog application from within or should I create an outside object to close it and then to start it again?
  10. julych

    How to set the original size of a window?

    How to obtain the original length and height of a window (as they were defined in the the resource file) or is there a function which restores the window to it's original size?
  11. julych

    How to show (restore) my window when MessageBox dialog is not closed?

    Let's say the user didn't click the OK-button (or any other button) of the MessageBox dialog and has activated another application which hides my dialog-based application. What shall I do in order to show my application and the unclosed MessageBox dialog?
  12. julych

    How to restore my application instead of running a new instance?

    How to restore (maximize) my application instead of running a new instance when another instance is already running?
  13. julych

    How to restart my application?

    Which is the most efficient way to restart my dialog box application, I mean to close the application and to start it again immediately after that.
  14. julych

    Why my VC++.NET application doesn't work in Windows98

    I´m running the MFC-application wizard in VC++.NET, I haven´t added a single line to the newly-built application and still it can´t be started under Windows 98? (Message: "OLEACC.DLL IS NOT FOUND") What am I missing ... or what shall I add to my code?

Part and Inventory Search

Back
Top