VB Form goes in last background when click any whereelse

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vishalddd
    New Member
    • Mar 2007
    • 1

    VB Form goes in last background when click any whereelse

    Hi Everyone,
    i am working on Project and it has one bug in which when several windows are open and when i click on any where inspite of form than that form goes at last instead of top of next window.
    one more problem that i am facing is one of my form is not visible in Window taskbar . i have checked its property and ShowInTaskbar option is true but still it is not showing in taskbar .

    Can anybody plz help me out.

    Thanks in Advance....
  • vijaydiwakar
    Contributor
    • Feb 2007
    • 579

    #2
    Originally posted by vishalddd
    Hi Everyone,
    i am working on Project and it has one bug in which when several windows are open and when i click on any where inspite of form than that form goes at last instead of top of next window.
    one more problem that i am facing is one of my form is not visible in Window taskbar . i have checked its property and ShowInTaskbar option is true but still it is not showing in taskbar .

    Can anybody plz help me out.

    Thanks in Advance....
    show the forms modally
    form1.show 1
    indiusual forms are not visible in task bar entire execution of programm i.e. exe is only visible in task bar
    try it
    Good Luck

    Comment

    Working...