VB源代码推荐: 动态的显示/隐藏start按钮(2) Public Function showStartButton() 'This Function Shows the Start Button' OurParent& = FindWindow("Shell_TrayWnd", "") OurHandle& = FindWindowEx(OurParent&, 0, "Button", _ vbNullString) ShowWindow OurHandle&, 5End Function