Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Problem in showing the Show dialog window on front when clicking with Mouse

Problem in showing the Show dialog window on front when clicking with Mouse

Scheduled Pinned Locked Moved Visual Basic
helpquestioncsharp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pankaj Garg
    wrote on last edited by
    #1

    Hi, My Front end is VB.net 2008 I have a form. In this form, I have a menu control, this menu control has four buttons. On clicking the first three buttons, open the window with Show() event. and the fourth button open the screen with ShowDialog() Now, One by one I am clicking the button , so finally i have now four windows of this application.(Three with Show() and one with ShowDialog()) Right? Now I am minimizing all the windows with the help of Window + D Button. After this, If I use the keyboard(Alt+ Tab) keys. This is opening the showDialog window on top because , Show dialog's TopMost = True. Now I come back to my problem. That's why I cannot use the show/Showdialog overloaded menthod to pass the Me/form-id Again, I use the keyboard(Alt+ Tab) keys, to minimized all windows. In the taskbar and Startmenu properties , I have selected the Group Similar Taskbar buttons This resulted in the heap of my application windows, one on the other. I hope you have understood this point. By doing this , same kind of windows lie one on the other. Now i click on one of my application window , and If I click the window other then the Show Dialog opened Window, this is not bringing the show dialog window to topMost. Note:- There is no parent child window requirement. That's why I can't use the Show/Show Dialog overloaded method to pass the Me/Form-id This is the problem. Please let me know if you still face any problem in understanding the question.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups