哪位记得调用系统日历\计算器的函数怎么用了?好象是shellexecute了,请告诉我具体函数,谢谢!

解决方案 »

  1.   

    ShellExecute(0, 'OPEN', 'Calc.exe', '', '', SW_SHOWNORMAL)
        ShellExecute(0, 'OPEN', 'notepad.exe', '', '', SW_SHOWNORMAL)
      

  2.   

    winexec('rundll32.exe shell32.dll,Control_RunDll timedate.cpl,,0,',sw_showna)
    winexec('calc.exe',sw_showna)
      

  3.   

    uses shellapi
    winexec('rundll32.exe shell32.dll,Control_RunDll timedate.cpl,,0,',sw_shownormal)
    winexec('calc.exe',sw_shownormal)
      

  4.   

    winexec('rundll32.exe shell32.dll,Control_RunDLL timedate.cpl',9);
      

  5.   

    uses shellapi    ShellExecute(0, 'OPEN', 'Calc.exe', '', '', SW_SHOWNORMAL)
        ShellExecute(0, 'OPEN', 'notepad.exe', '', '', SW_SHOWNORMAL)
      

  6.   

    winexec('calc.exe',sw_show)或者winexec('calc.exe',0)
    winexec('notepad.exe',sw_show)