Imagine a program is loaded, and minimized, just sitting there doing nothing. Now the user presses a key combination, lets say "CTRL + SPACE" for this example.
Please note that the form is not act...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10051089.html
Zones:
Visual BasicDate Answered: 06/14/1998 Grade: A Views: 4
hi,
can anyone post me a snippet of the code that captures the PageDn keypress in a C program under unix environment...
I can capture other usual keys but I am not to sure on how to capture 'Pag...
http://www.experts-exchange.com/Programming/Languages/C/Q_10116098.html
Zones:
CDate Answered: 01/11/1999 Grade: A Views: 0
I have a date field and I want to stop the users hitting alpha keys. But I need them to be able to enter "/" , "." and "-". How Can i do this?
I know you have to use the keypress event, and I know...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10137697.html
Zones:
MS AccessDate Answered: 03/11/1999 Grade: A Views: 0
I have a program that consists of five different procedures, the program works very well but now i need to call the procedures one at a time i.e. keypress[1] [2] [3] [4] [5] using those particular ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10151559.html
Zones:
PascalDate Answered: 04/20/1999 Grade: A Views: 0
Well,
i wanna send a #13 = Return to a foreign program window
i do have the window's handle with a EnumWindowsetc.
the window is just an information, but you have to click an OK-button
i'd lik...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10314323.html
I am writing a function that walks through each letter of text in a richtextbox, and based on what it finds (bold, italic, etc), it then writes something to another textbox. I need an If statement ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10501258.html
Zones:
Visual BasicDate Answered: 06/20/2000 Grade: A Views: 0
I have a KeyPress event on a control, but when I click the TAB Button, the event does not go off. Any reason for this ?, as my programming books suggest the event should go off.
Would appreciate a...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10871802.html
Zones:
Visual BasicDate Answered: 08/01/2000 Grade: A Views: 0
When the following code is used and run, the program loops between the msgboxes when the text box is left empty("") and the tab key is pushed. I then have to end task and and restart VB. What is th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10935522.html
Zones:
Visual BasicDate Answered: 08/08/2000 Grade: A Views: 0
How can I capture a KeyPress or MouseClick event within a webbrowser control? I am using VB6, and I have tried KeyPreview.
Thanks!
Amy
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11046263.html
Zones:
Visual BasicDate Answered: 08/21/2000 Grade: A Views: 0
I need to simulate a windows keypress to WIN+E key. I need to start explorer.exe in "My Computer" and I don't know the command line. So, if I press WIN+E then I have the Explorer windows in "My Com...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_11867278.html