Advertisement

1 - 10 of 316 containing alltags:("shift") (0 seconds)
All I need to know is how to check the shift key status using the Windows API functions.  I don't want to to know anything other than if the key is down.  I, also don't want to effect any other key...
Zones: Windows ProgrammingDate Answered: 10/01/1997 Grade: A Views: 0
char i=6; //In binary i would represent    00000110 char b=~i; //b suppose                                       //to become 11111001 but it doesnt. it becomes -7 for example let me take numbe...
Zones: CDate Answered: 02/22/2002 Grade: A Views: 0
Hi All, I am having a problem with an excel object.After I terminate all my objects properly, the excel.exe process is still hanging there. How can I kill it without using the APIS? Anyone done...
Zones: Visual BasicDate Answered: 04/17/2000 Grade: B Views: 0
In the main menu of that application is a submenu combined with this Shift F key available. But I have no idea how I can transfer this key comination to the this application? Any ideas?
Zones: Delphi ProgrammingDate Answered: 09/26/2002 Grade: D Views: 0
Hi All,    My problem is If I write an Integer into a file, integer shifts beyond a limit. I get junk values like -828373764 for some value like 25 or 30 written into the file. Any suggestions...
Zones: C++Date Answered: 11/19/2002 Grade: A Views: 0
Is there a way to capture the CTRL, ALT, and SHIFT status within a form? Of course, this includes whether you're pressing one or more of these at the same time.
Zones: Visual BasicDate Answered: 08/28/2003 Grade: B Views: 0
Hi, Why would I ever write something like this: my $var = shift; when declaring it?? - I understand the shift command when it comes to an array, but with a plain var, it just looks odd! An...
Zones: PerlDate Answered: 01/08/2004 Grade: A Views: 0
How can I trap the SHIFT buttons on the keyboard so that, for the sake of example, when I click the left SHIFT button I can display a "left SHIFT" message and when I click the right SHIFT button I ...
Zones: FoxProDate Answered: 03/09/2006 Grade: A Views: 0
Dear experts, I use Native XDS-x86 modula-2 compiler. I need to use the bitwise left and right shift and witwise OR and AND operations on cardinal values. what are the operators and and de...
Zones: PascalDate Answered: 11/23/2004 Grade: B Views: 0
I have a form that is set to me.hide and I want to use a combination of keys (CTRL+SHIFT+F9) to make it reappear at the global level. Is there any easy way to code this into my form so I can per...
Zones: ProgrammingDate Answered: 04/19/2005 Grade: A Views: 0