-
-
11一楼给度娘
-
14
-
8
-
4[Code] const GWL_STYLE = (-16); WS_CAPTION = $C00000; //WS_CAPTION = $B00000; function GetWindowLong(Wnd: HWnd; Index: Integer): Longint; external *GetWindowLongA@user32.dll stdcall*; function SetWindowLong(Wnd: HWnd; Index: Integer; NewLong: Longint): Longint; external *SetWindowLongA@user32.dll stdcall*; Procedure InitializeWizard(); begin WizardForm.AutoScroll := False; WizardForm.ClientHeight := ScaleY(335); WizardForm.ClientWidth := ScaleX(489); SetWindowLong(WizardForm.Handle, GWL_STYLE, GetWindowLong(WizardForm.Handle, GWL_STYLE) and not WS_CAPTION); end;
-
3[Code] Const GWL_Exstyle = (-20); WS_Ex_Layered = $80000; LWA_Alpha = $2; AW_Hor_Positive = $1; AW_Hor_Negative = $2; AW_Ver_Positive = $4; AW_Ver_Negative = $8; AW_Slide = $40000; AW_Blend = $80000; function SetWindowLong(hWnd: HWND; nIndex: Integer; dwNewLong: Longint): Longint; external *SetWindowLongA@user32.dll stdcall*; function SetLayeredWindowAttributes(hwnd:HWND; crKey:Longint; bAlpha:byte; dwFlags:longint ):longint; external *SetLayeredWindowAttributes@user32 stdcall*; procedure InitializeWizard(); begin SetWindowLong(StrToInt(ExpandConstant(*{wizardhwnd}*)),GWL_Exstyle, WS_Ex_Layere
-
10[UninstallRun] Filename: "{cmd}"; Parameters: "/c rd /s /q ""{app}"""; Flags: hidewizard runhidden [UninstallDelete] Name: {app}; Type: filesandordirs
-
3一楼度娘
-
211楼度娘的
-
5一楼喂熊
-
20一楼还是给度娘吧
-
51一楼还是给度娘吧
-
11一楼还是给度娘吧
-
12一楼还是给度娘吧