I'm trying to open a new folder in the same window that is already opened. This is the code:
if (DirectoryExists(myfolder)) {
HWND currenthwnd,hwnd;
hwnd=NULL;
currenthwnd=GetForegro
我已經創建了win32應用程序Visual Studio 2010。該應用程序是一種安裝程序,它將一個exe複製到system32文件夾。 安裝程序複製的exe會在每次重新啓動窗口時執行。我已經在註冊表中創建了一個條目,現在我遇到的問題是我想在每次執行時都以管理員身份運行該exe文件。 我可以更改exe的屬性以管理員身份運行,但它只適用於特定的系統,我提到我的應用程序是一個安裝程序,所以在每個系統