hello
ok disable x in a windows ( help disable key alt + f4 )
tanks this forum
set window on : set window title "Test"
disablex("Test")
print "The X button and Close option in upper left menu should be disabled/gone."
print "Press any key to end."
do
loop
function DisableX(window$)
freedll=1 : while dll exist(freedll) : freedll=freedll+1 : endwhile
load dll "user32.dll",freedll
hwnd=call dll(freedll,"FindWindowA",0,"Test")
hmnu=call dll(freedll,"GetSystemMenu",hwnd,0)
call dll freedll,"ModifyMenuA",hmnu,6,1025,0,"Close"+chr$(9)+"Alt+F4"
call dll freedll,"DrawMenuBar",hwnd
delete dll freedll
endfunction
help disable key combinazions (alt + f4)
[/href]http://www.dannywartnaby.co.uk/rgt/index.php?board=4;action=display;threadid=5606[href]
hello!!! , Attend news!!!!
Anxiously awaiting BlueGUI v2
it informs to me when and ended BlueGUI v2