在OnInitdialog中SetWindowpos调整Z-order 为顶层

解决方案 »

  1.   

    i won't answer. 
    'cause
    作  者:  code_cold (橘右京傲战八方)  
    等  级:    
    信 誉 值:  <b>95</b>呵呵
      

  2.   

    uP
    Up
    up
    UP
    ??
      

  3.   

    there may be two reason:
    1. some properties of your dialog are not correct.
    2. your taskbar has the property "auto hide" and/or hasn't the propery "always frontmost".
      

  4.   

    1. some properties of your dialog are not correct.
    详细点
    2. your taskbar has the property "auto hide" and/or hasn't the propery "always frontmost".I promise: 不是这样 
      

  5.   

    看看你的taskbar是不是把"Always On Top"的属性去掉了?start->settings->taskbar & start menu...不好意思,我的是英文版w2k
      

  6.   

    strip(阿飞)ShowWindow(SW_SHOWMAXIMIZED);   // When click a button是否这里有错???
      

  7.   

    我的程序也是这样?而且我没有去掉always on top属性!
      

  8.   

    我用不是default titile bar ot maxmize the Dialog
    use :
    ShowWindow(SW_SHOWMAXIMIZED);   若用Dialog自带的,正常