Jump to content

Ams De Belırttıgım Kombınasyonalrı Nasıl Kaparım?


DoaBilgisayar
 Share

Recommended Posts

calısmam ekrana geldıkten sonra alt+f4 ıle kapanıyordu.. bunu bır arkadasın sayesınde hallettık. artık kapanmıyor..

 

ama alt+tab yaptıgımızda goruntu dusuyor masaustu gelıyro..

 

birde winkey+d yapınca masaustune gedıyor.. acaba bunalrın kodları var mı ams de calısmamısı ıcın.. bunlar hakkında bır calısma goremedım. bırı dll yayınlamıs ama oda calıstıramadık bız.

 

yardımcı olacak arkadaslara sımdıden tesekkurler.. yanı bu sıstemı yapmam ıslerımın duzelecegıne emınım..

Link to comment
Share on other sites

Page On Show:

Page.StartTimer(10, 1)
 
Page On Timer:
if e_ID == 1 then
-- alt + tab
	if System.IsKeyDown(18) and System.IsKeyDown(9) then
	Window.SetOrder(Application.GetWndHandle(),  HWND_TOPMOST)
	end

-- windows + d
	if System.IsKeyDown(91) and System.IsKeyDown(68) then
	Window.Restore(Application.GetWndHandle())
	Window.SetOrder(Application.GetWndHandle(),  HWND_TOPMOST)
	end

	if System.IsKeyDown(92) and System.IsKeyDown(68) then
	Window.Restore(Application.GetWndHandle())
	Window.SetOrder(Application.GetWndHandle(),  HWND_TOPMOST)
	end
-- windows + m
	if System.IsKeyDown(91) and System.IsKeyDown(77) then
	Window.Restore(Application.GetWndHandle())
	Window.SetOrder(Application.GetWndHandle(),  HWND_TOPMOST)
	end

	if System.IsKeyDown(92) and System.IsKeyDown(77) then
	Window.Restore(Application.GetWndHandle())
	Window.SetOrder(Application.GetWndHandle(),  HWND_TOPMOST)
	end
end 
Link to comment
Share on other sites

Page On Show:

Page.StartTimer(10, 1)
 
Page On Timer:
if e_ID == 1 then
-- alt + tab
	if System.IsKeyDown(18) and System.IsKeyDown(9) then
	Window.SetOrder(Application.GetWndHandle(),  HWND_TOPMOST)
	end

-- windows + d
	if System.IsKeyDown(91) and System.IsKeyDown(68) then
	Window.Restore(Application.GetWndHandle())
	Window.SetOrder(Application.GetWndHandle(),  HWND_TOPMOST)
	end

	if System.IsKeyDown(92) and System.IsKeyDown(68) then
	Window.Restore(Application.GetWndHandle())
	Window.SetOrder(Application.GetWndHandle(),  HWND_TOPMOST)
	end
-- windows + m
	if System.IsKeyDown(91) and System.IsKeyDown(77) then
	Window.Restore(Application.GetWndHandle())
	Window.SetOrder(Application.GetWndHandle(),  HWND_TOPMOST)
	end

	if System.IsKeyDown(92) and System.IsKeyDown(77) then
	Window.Restore(Application.GetWndHandle())
	Window.SetOrder(Application.GetWndHandle(),  HWND_TOPMOST)
	end
end 

cok tesekkur ederım. bunu bu sekılde mı kopyalşama yapacagız. herhangı bır yerı degısmeyecek degıl mı...

 

 

NOT: sımdı yazdım bu sekılde ama gene calısıyor kısayollar

Edited by DoaBilgisayar
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...