Home > Net >  Winform is there any way to achieve similar web page alert message?
Winform is there any way to achieve similar web page alert message?

Time:09-26

At the forefront of the program, and minimum main form, prompt pages are minimized

CodePudding user response:

Try opening the custom forms, custom form for the child form, minimize child form along with the parent form while minimizing, how to deal with this first to see if the Internet is solution, the whole train of thought to come over, first to the specific implementation,

CodePudding user response:

reference 1st floor andy_wanhl response:
minimize the time seems to be automatically minimize, is not to minimize, but switching, still is the topmost,,,

CodePudding user response:

Before I had a better user experience, eject is prompt, 1, 2 seconds after disappearing, in fact, users in the use of products, see message went, don't need to click on, because if the user is busy, even some buttons is redundant, it is really met at the scene, and offered to such a change,

CodePudding user response:

If use the ShowDialog ()? This is topmost. Use show (), the child Windows only button, center,

CodePudding user response:

Using MessageBox. Show (" XXXXXX ", "message", MessageBoxButtons. OK, MessageBoxIcon. Error);

CodePudding user response:

reference 4 floor andy_wanhl response:
ShowDialog can't edit the original interface,,, also cannot be minimized

CodePudding user response:

Ha ha ha, said

CodePudding user response:

reference andy_wanhl reply: 3/f
is automatically shut off to good implementation, including multiple layout, some disappear after typesetting all ready

If they want to do web page, one is fade out (this information should be good to check some), one is topmost, but to show before the parent form

CodePudding user response:

Form layer, is don't worry, I also only when must be placed at the top, to the whole, otherwise, the top, the next time and use it every time you have to restore
  •  Tags:  
  • C#
  • Related