Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 898681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T15:05:12+00:00 2026-05-15T15:05:12+00:00

(C# / WindowsMobile 6) Let’s take an application with 3 STATIC forms: Form1, Form2,

  • 0

(C# / WindowsMobile 6)

Let’s take an application with 3 STATIC forms: Form1, Form2, Form3, where Form1 opens Form2 by calling Form2.Show(), and Form2 does the same with Form3. Form2 and Form3 have a “Exit” button, that just hides the form (not “close”, just hide).

So, we execute these steps:

  • open the application;
  • go to Form2, by clicking “Form2” button on Form1;
  • go to Form3, by clicking “Form3” button on Form2;
  • open File Explorer, and “re-open” application by clicking on it’s file. Form3 appears;
  • hide Form3 by clicking on “Exit” button on Form3 ( this.Hide() ). That’s the problem: file explorer appears instead Form2.

I don’t want to call “callingform”.Show() every time I hide a form. This “works”, but file explorer screen appears after “this.Hide()” and before “callinform.Show()” and I need to “control” who’s calling who.

How to solve this? Is there any way to bring all application’s form to foreground in the same order they appeared?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T15:05:12+00:00Added an answer on May 15, 2026 at 3:05 pm

    There really isn’t a way. You could implement a way to store forms in a similar way to the first answer, but when you switch you need to do:

    "callingform".BringToFront();
    "callingform".Show();
    

    That will put all of your forms in front of Explorer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On Windows Mobile metod InternetSetOption http://msdn.microsoft.com/en-us/library/ms918381.aspx does not support option INTERNET_OPTION_HTTP_DECODING is there some
On Windows Mobile (but I guess it's the same on Windows) in a native
We're developing a windows mobile 6.1 application and would like to make the user
I am developing windows mobile application. I am using the SQLlite database. I am
I am developing windows mobile application. I have added the SQLite database file in
I am looking to write a contact synchronisation application for windows mobile and google
Windows Mobile pops up a busy wheel - a rotating colour disk - when
Windows Mobile devices have different behaviour for suspending when the device is on battery
Windows Mobile 5 was based on CE 5.0. Windows Mobile 6 was based on
In Windows Mobile I am using FindFirstFile/FindNextFile to search for some files. As part

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.