Jump to content

Görev Çubuğu


Kral__
 Share

Recommended Posts

otomatik olmicak :) ams kodları lazım mesela 2 buton olucak gizle ve göster olarak gizleye bastığımda gizlicek göstere bastığımda ise açıcak bu şekil istiyorum ama nasıl yapılacağını bilmiyorum :S

Link to comment
Share on other sites

  • Editor
Shell_trayWnd = WinApi.FindWindow("Shell_trayWnd","");
StartButton = WinApi.FindWindowEx(Shell_trayWnd, 0, "Button", "");
WinApi.ShowWindow(StartButton, SW_HIDE);
Link to comment
Share on other sites

  • Editor
-- 0 = Gizle
-- 1 = Göster

DLL.CallFunction("AutoPlay\\Docs\\WinLock.dll", "Taskbar_Show_Hide", "0", DLL_RETURN_TYPE_LONG, DLL_CALL_CDECL);
DLL.CallFunction("AutoPlay\\Docs\\WinLock.dll", "StartButton_Show_Hide", "0", DLL_RETURN_TYPE_LONG, DLL_CALL_CDECL);

Dll Dosyasını DOcs Klasörüne At 

https://www.dropbox.com/s/vmso5mi186u349a/WinLock.dll

Link to comment
Share on other sites

evet 0 ve 1 i denedim kodları çalışıtırınca işlem görüyor fakat programı sonlandırıyor :S bide başlat yenden değişmedi

birşey sorucam ilk verdiğinizde otomatik olarak gizleme işlemi vardı otomatik yapıp yeniden çıkmasını engelleyebilirmiyiz ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...