|
-
May 10th, 2002, 02:05 PM
#1
Thread Starter
New Member
need help with Qbasic program
Hi, can anyone help me out with this problem
I need to make it so a program is unexitable untill it has finished eg. disabled ctrl, alt, del etc.
also is there anyway of making a progress bar or something that looks like a progress bar move
eg |||||||||||||||| then |||||||||||||||||||||||||||||||||||||
or similar
any help would be great, thanks
-
Aug 6th, 2002, 05:10 PM
#2
Hyperactive Member
Impossible
I do not think it is possible to disable Ctrl-Alt-DEl in QB-Code. Maybe you could by directly writing to keyboard memory(its over my head)
-
Aug 19th, 2002, 03:30 PM
#3
Lively Member
I believe that someone HAS written a program for just that purpose. I think I saw one at www.qbasic.com, you might want to look there. Even if they don't have one (I haven't looked at that site for quite some time.) they have other useful and humorous programs. They also have a decent collection of games.
EDIT: The program I was thinking about disables <Ctrl>-<Break>, not <ctrl>-<alt>-<delete>. Click here to go directly to the list containing it.
Last edited by Professor29; Aug 30th, 2002 at 02:14 PM.
ERROR: No keyboard detected. Hit F1 to continue.
-
Sep 25th, 2002, 01:09 PM
#4
New Member
Technically, it could probably be done using an interrupt; just catch the keyboard in an exception when the interrupt fires (just like mouse handling) and overwrite the data sent to the BIOS in the keyboard buffer before it gets there... I think.
Shah Mat
Lord of the Land Of COnfusion (LOCO)
-
Oct 2nd, 2002, 06:45 PM
#5
Addicted Member
qbasic 7.1 future library can handle API calls so you might be in luck there. So i'v heared
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|