Private Sub Workbook_Open()
Dim xy As String
VidWidth = GetSystemMetrics(SM_CXSCREEN)
VidHeight = GetSystemMetrics(SM_CYSCREEN)
xy = VidWidth & " X " & VidHeight
If xy = "1024 X 768" Then Exit Sub
Msg = "您目前的螢幕解析度為:" & xy & "!!最佳瀏覽解析度為:1024 X 768 您是否要調整解析度?"
Title = "MsgBox Demonstration"
Response = MsgBox(Msg, vbYesNo, Title)
If Response = vbYes Then
Call ChangeTo1024
Else
Exit Sub
End If
End Sub
諘問要如何設定 *.swf 自動執行?
QQQ 各位作者: chin15 時間: 2011-7-29 23:20