CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2010
    Posts
    1

    how can i bring back a program when another closes

    ok i am making a program to manage my mame roms that runns in fullscreen the problem is when i play a rom from it my program minimizes and stays minimized even when mame has closed is there any way i can add some code to my prgram so when mame closes for my program to go back to fullscreen automatically

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: how can i bring back a program when another closes

    What are "mame roms" ¿

  3. #3
    Join Date
    Oct 2008
    Location
    Cologne, Germany
    Posts
    756

    Re: how can i bring back a program when another closes

    Quote Originally Posted by robc2236 View Post
    is there any way i can add some code to my prgram so when mame closes for my program to go back to fullscreen automatically
    we had to know how your program works to tell you how to tune it. can you post some code and explain your design?

    Quote Originally Posted by HanneSThEGreaT View Post
    What are "mame roms" ¿
    I know, I did google search
    win7 x86, VS 2008 & 2010, C++/CLI, C#, .NET 3.5 & 4.0, VB.NET, VBA... WPF is comming

    remeber to give feedback you think my response deserves recognition? perhaps you may want to click the Rate this post link/button and add to my reputation

    private lessons are not an option so please don't ask for help in private, I won't replay

    if you use Opera and you'd like to have the tab-button functionality for the texteditor take a look at my Opera Tab-UserScirpt; and if you know how to stop firefox from jumping to the next control when you hit tab let me know

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: how can i bring back a program when another closes

    Quote Originally Posted by memeloo View Post
    I know, I did google search
    Good one!
    Mind sharing with the uninformed

    The whole problem is that if a question gets asked, all necessary info must be supplied, as it makes all our lives easier

  5. #5
    Join Date
    Mar 2005
    Location
    Vienna, Austria
    Posts
    4,538

    Re: how can i bring back a program when another closes

    Quote Originally Posted by HanneSThEGreaT View Post
    Good one!
    Mind sharing with the uninformed
    Hi Hannes I googled it http://de.wikipedia.org/wiki/MAME think thats all about.
    Last edited by JonnyPoet; February 20th, 2010 at 04:40 PM.
    Jonny Poet

    To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
    Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
    If anyone felt he has got help, show it in rating the post.
    Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ?
    My latest articles :
    Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7

  6. #6
    Join Date
    Oct 2008
    Location
    Cologne, Germany
    Posts
    756

    Re: how can i bring back a program when another closes

    Quote Originally Posted by JonnyPoet View Post
    Hi Hannes I googled it http://de.wikipedia.org/wiki/M.A.M.E.I think thats all about.
    I think this is wrong. this however might be the right thing Multiple Arcade Machine Emulator
    win7 x86, VS 2008 & 2010, C++/CLI, C#, .NET 3.5 & 4.0, VB.NET, VBA... WPF is comming

    remeber to give feedback you think my response deserves recognition? perhaps you may want to click the Rate this post link/button and add to my reputation

    private lessons are not an option so please don't ask for help in private, I won't replay

    if you use Opera and you'd like to have the tab-button functionality for the texteditor take a look at my Opera Tab-UserScirpt; and if you know how to stop firefox from jumping to the next control when you hit tab let me know

  7. #7
    Join Date
    Mar 2005
    Location
    Vienna, Austria
    Posts
    4,538

    Re: how can i bring back a program when another closes

    Quote Originally Posted by memeloo View Post
    I think this is wrong. this however might be the right thing Multiple Arcade Machine Emulator
    Hmm strange as I simple copied it from Wikipedia but it was changed some way I have corrected now in my former post too http://de.wikipedia.org/wiki/MAME
    Jonny Poet

    To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
    Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
    If anyone felt he has got help, show it in rating the post.
    Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ?
    My latest articles :
    Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7

  8. #8
    Join Date
    Jun 2001
    Location
    Melbourne/Aus (C# .Net 4.0)
    Posts
    686

    Re: how can i bring back a program when another closes

    Or to be precise.... Multiple Arcade Machine Emulator Read Only Memory. A bit like FCUK, which we all know stands for "FC United Kingdom"
    Rob
    -
    Ohhhhh.... Old McDonald was dyslexic, E O I O EEEEEEEEEE.......

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured