Enter Keywords:
1 - 10 of 122(0 seconds)
Sort By:
 
What code do i use so that when i press a button a certain key is locked down on the keyboars and when i press another one it is released? I know it is a simple question but it has me stumped.
Zones: Visual BasicDate Answered: 06/07/2003 Rating: 7.6 Views: 0
Hi, Im trying to write a macro type app that will send keys to a game.  I am currently using SendKeys "{F4}", True to send the F4 key which is working great.  I need some code to press and hold dow...
Zones: Visual BasicDate Answered: 12/15/2004 Rating: 9.8 Views: 0
I have an application (itunes) that in order to get to some special feature you have to hold down the shift key while launching the application. Is there a way to do this with VB instead of doing i...
Zones: Visual BasicDate Answered: 12/19/2006 Rating: 9.2 Views: 0
Hi, Every so often when I recompile COM DLL's in VB, there are references to that DLL elsewhere (in other DLL's or web/VB projects) which renders a nasty beep and a "Permission Denied" message b...
Zones: Visual BasicDate Answered: 02/28/2001 Rating: 6.0 Views: 0
I generate a series of JComboBoxes via a loop, inside the loop i test if a certain condition is true, if true then I add an item. Problem is that the item which is added is added to each combo-b...
Zones: JavaDate Answered: 12/12/2002 Rating: 5.6 Views: 0
I would like to remove the red dots display when I tap and hold on a dialog window.  It is irritating, especially when I'm trying to move a slider.  I've read through msdn on how to remove it in a ...
Zones: HandheldsDate Answered: 06/30/2004 Rating: 8.2 Views: 0
Hello, I'm using asterisk for my land lines, and when I am not picking up my SIP phone after couple of rings, I try to dial a cell phone, then if i'm not answering that either, i try another n...
Zones: Linux, VoIPDate Answered: 07/20/2007 Rating: 8.6 Views: 0
yes if I hold this one session no problem everything works but  If Session("Mysuburban") = "" Then             JoinSes.Visible = False             refresSes.Visible = False         Else      ...
Zones: Visual Studio, MS Software, MS De...Date Answered: 09/11/2008 Rating: 7.6 Views: 0
Hi, I have a request to have a Window pop up for a keypress, then disappear when the key is no longer pressed.  Is this as easy as keydown and keyup events? Also, I use a PreFilterMessage met...
Zones: C#Date Answered: 09/09/2006 Rating: 9.2 Views: 0
Hi I'm stuck on this problem and hope someone can help. I have a textbox say textbox1 which a visitor can insert a number How can I store that number in a session and if the visitor adds an...
Zones: C#Date Answered: 10/16/2006 Rating: 8.0 Views: 0