PASCAL DELPHI 작업 표시줄에 EXE 표시 없음 필요한 함수: program Project; uses Forms, Windows, ufrmMain in 'ufrmMain.pas' {frmMain}; {$R *.res} begin Application.Initialize;SetWindowLong(Application.Handle,GWL_EXSTYLE,WS_EX_TOOLWINDOW); Application.CreateForm(TfrmMain,... DELPHIVSPASCAL delphi 서비스 조작 unit Service; interface uses Windows,Messages,SysUtils,Winsvc,Dialogs; function StartServices(Const SvrName:String):Boolean; function StopServices(Const SvrName:String):Boolean; function QueryServiceStatu(Const SvrName: ... DELPHIVSPASCAL
DELPHI 작업 표시줄에 EXE 표시 없음 필요한 함수: program Project; uses Forms, Windows, ufrmMain in 'ufrmMain.pas' {frmMain}; {$R *.res} begin Application.Initialize;SetWindowLong(Application.Handle,GWL_EXSTYLE,WS_EX_TOOLWINDOW); Application.CreateForm(TfrmMain,... DELPHIVSPASCAL delphi 서비스 조작 unit Service; interface uses Windows,Messages,SysUtils,Winsvc,Dialogs; function StartServices(Const SvrName:String):Boolean; function StopServices(Const SvrName:String):Boolean; function QueryServiceStatu(Const SvrName: ... DELPHIVSPASCAL