[VB6] WinForm Full screen & Extend Screen 全螢幕與延伸螢幕 7月 16, 2014 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 Private Sub Form_Load() Form2.Left = Screen.Width 'Extend Screen 延伸螢幕 Form2.Width = Screen.Width 'Full Screen Width 全螢幕寬 Form2.Height = Screen.Height 'Full Screen Height 全螢幕高 End Sub 留言
留言