ako gamiton sa VB.net....
kinsa naa idea how to disable sa Alt + F4 na para dili ma exit ang application?
ako gamiton sa VB.net....
kinsa naa idea how to disable sa Alt + F4 na para dili ma exit ang application?
how about, ctrl + alt + del keys?
pressing these will open task managers on several Windows OS, that make the user close certain application.
how about alt + tab
unsa mana nga application ben77, pang Internet Cafe?
Anyway...i.try daw ni nga code snippets
orCode:If e.KeyCode = Keys.Alt Or Keys.F4 Then e.Handled = True
Code:Select Case (keyData) Case Keys.Control MessageBox.Show("Control Key pressed") Return True Case Keys.Alt Or Keys.F4 MessageBox.Show("Alt F4 pressed") Return True End Select
Last edited by ChaosOrb; 10-15-2008 at 12:33 AM.
thank you bro...
try na nako later ...
ako sa ni tiwason ako ERD... maka nosebleed ...
waaaaaaaaaaaaaaa
naa pa ako mga ka groupmates na mura lang ug wala.. ako walay tulog.. paet...
ahhh....Entity Relationship Diagram..... I remember the old days......
ERD Matrix... 1:1, 1:M, M:M..... the good ol'days...
grrrrrrrrrrrrrrrrrrrrrr
sinabi mo pa....
super nosebleed....
waaaaaaaaaaa
bro.... pwede patabang??
=)
naa ko sample sa access...
akoa ipa view nimo ang file and give me your comment?
ok ra?
dili bro..unsa mana nga application ben77, pang Internet Cafe?
ang amo thesis kay Automated Record Management and Monitoring System sa Barangay...
sorry bro, walay access ngari sa cafe...pero sa akong laptop naa, i.send nlng sa akong email: mikegaven at gmail dot com, ako na tan.awon ugma then mo .post ko ug comment about sa imong design
To disable alt-f4, ctrl+alt+delete or alt+tab.
create a Hook to your windows system during initialization of your application.
Pero kaning hook kay sa WinAPI-C++ ni dapat, himu ka ug in.ani then compile as DLL
and link to your .NET application.
Similar Threads |
|