473,395 Members | 1,885 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Capturing Keystrokes

Dear reader,

i am in need of help in:

1.disabling Max,Min and Alt+Ctrl+Del keys in VB 6.0

2.Disabling windows shortcut keys for the same in 1 above.

This is for very urgent and immediate purpose.

i would thankfully acknowledge if you could lend me codes in VB 6
May 9 '07 #1
4 1445
Killer42
8,435 Expert 8TB
i am in need of help in:

1.disabling Max,Min and Alt+Ctrl+Del keys in VB 6.0

2.Disabling windows shortcut keys for the same in 1 above.

This is for very urgent and immediate purpose.

i would thankfully acknowledge if you could lend me codes in VB 6
I assume by "Max,Min" you are referring to the minimize and Maximize buttons at the top of the window. These are disabled simply by turning off the MinButton and MaxButton properties of the form. I believe this can only be done at design time.

As for Ctrl-Alt-Del, that's a pretty fundamental Windows interrupt and I doubt that you can disable it. I could be wrong, of course.

I'd suggest you spend some time with the search box up the top of this form, to see whether this topic has been covered here before.
May 9 '07 #2
RedSon
5,000 Expert 4TB
I doubt that you will be able to eat Ctrl + Alt + Del interrupts through VB. It can be done in C/C++ applications when your window is active. I suspect that it could be done in VB but not with out calls to native code.
May 9 '07 #3
Killer42
8,435 Expert 8TB
Thanks RedSon.

Just a note, apparently we're experiencing "technical difficulties" with the search at the moment. This is expected to be corrected "soon".

(When it is, you should be able to search a specific forum, as well as the whole site.)
May 10 '07 #4
Killer42
8,435 Expert 8TB
I have a little further info on the search function at TheScripts.

Apparently it can be used, but still has some problems. This includes refusing to let you include words shorter than 3 or 4 characters, and sometimes crashing on long strings.

Feel free to try it out, but keep in mind that it might not work.
May 10 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Bilal | last post by:
Hi, Is there any way to capture the action Ctrl+N (whether it in a hidden button or keyword - doesn't matter) in html, javascript or php? I appreciate any suggestions. Thank you and kind regards...
2
by: Olli Piepponen | last post by:
Hi, I'm having a little problem catching keystrokes under Windows. I did a little research and found that with mscvrt.getch() one can cath a single key that is pressed. However this doesn't work...
33
by: Joerg Schuster | last post by:
Hello, Python regular expressions must not have more than 100 capturing groups. The source code responsible for this reads as follows: # XXX: <fl> get rid of this limitation! if...
1
by: Pjotr Wedersteers | last post by:
Hi I want to write a small prog/applet that does nothing but the following: Display icons representing the keys pressed on the keyboard in a small "always on top" but transparent window. The...
1
by: Rob T | last post by:
In the past, I've made several poor attempts at capturing keyboard strokes with JS. Mostly, I would want to hit something like ALT-H or F1 for a help screen.... Hitting the Alt key usually...
5
by: Lucas Tam | last post by:
Hi all, Has anyone done this before? Send client side keystrokes to an application from a webpapge? This maybe more of a Javascript question. In short, I have an application on the client's...
2
by: zak | last post by:
I have some testing to do and I need to put a whole set of data in I want to Record and replay in a loop keystrokes. An idea
14
by: @sh | last post by:
Has anyone a function handy that I can apply to various textboxes within a form, each textbox will permit most characters but I want to ban certain characters from each textbox. Therefore I need...
3
by: Gunnar Syren | last post by:
I'm trying to implement a macro feature in my application by recording and playing back keystrokes. At first I thought it would be enough to catch KeyDown in my main form, but I soon realized that...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.