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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10024817.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_10202684.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10328193.html
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?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20362395.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20402515.html
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.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20723311.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20844600.html
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 ...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_21138274.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_21211482.html
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...
http://www.experts-exchange.com/Programming/Misc/Q_21356764.html
Zones:
ProgrammingDate Answered: 04/19/2005 Grade: A Views: 0