通過SetWindowPos函數吧窗口的顯示層次修改為HWND_TOPMOST
Function Long SetWindowPos(Long hwnd
參數
SetWindowPos(Handle(This)
參數
通過GetDriveType函數可以獲取驅動器(如
Function Unit GetDriveTypeA(String drive) Library
參數為一個盤符(如
For I=Asc(
//列舉所有可能的CDROM的驅動器
If GetDriveTypeA(Char(i)+
//若找到CDROM
Messagebox(
//顯示光盤盤符
Exit //退出循環
End if
Next
(
Function Ulong GetCurrentDirectory(Ulong buflen
Library
參數
String curdir
Curdir=Space(
//為字符緩沖區開辟內存空間
GetCurrentDirectory(
MessageBox(
(
要用到GetWindowsDirectory和GetSystemDirec tory兩個函數
Function Uint GetWindowsDirectoryA(ref String dir
Library kernel
Function Uint GetSystemDirectoryA(ref String dir
Library
通過ExitWindowsEx函數可實現這三個功能
Function Long ExitWindowsEx(Long uflag
參數
[
From:http://tw.wingwit.com/Article/program/PB/201311/24634.html