VB5-DBList control - 2 cmdButtons on form - how do I program the 2 cmdButtons to act like the up and down arrow buttons to move through the list in the DBList control.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10081605.html
Zones:
Visual BasicDate Answered: 09/17/1998 Rating: 6.8 Views: 0
1. How to draw an arrow? Is there any built in function that i can call?
2. I draw a few lines. How to make the lines have different colors?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20076143.htm...
Zones:
Windows MFCDate Answered: 11/08/2002 Rating: 7.8 Views: 0
Using a keyup event, I want to capture the pressing of the arrow keys, regardless of where the user is on the form. I already set keypreview to true but it doesn't work. I can recieve other keys th...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20093810.html
Zones:
Visual BasicDate Answered: 03/26/2001 Rating: 7.6 Views: 0
Hi,
I have a JSpiltpane with horizontal orientation
I have set oneTouchExpandable property of splitpane to true
But When the user presses the down arrow control
I still want a minimum size...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20176010.html
Zones:
JavaDate Answered: 09/04/2001 Rating: 6.8 Views: 0
I have a form which contains many rows of data and several columnns of input boxes.
To move from one input box to the other, the users currently have to use the tab button. But this moves across...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20181522.htm...
Zones:
ASPDate Answered: 09/12/2001 Rating: 8.0 Views: 0
i'm writing a program, and i want to know when the user press the left arrow or the right or the UP or The down arrow,
i tried to get there ascci codes but it seems that all of them have the "-3...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20626769.html
Zones:
C++Date Answered: 05/26/2003 Rating: 7.6 Views: 0
I need some help with manipulating the up, down, left, and right arrow keys. By default, when you press the up and down arrow keys, the scroll bar is moved and when the left and right arrow keys a...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20796097.html
Zones:
JavaScriptDate Answered: 02/17/2004 Rating: 8.4 Views: 0
Hi,
I wanna how can I have a JComboBox with an arrow mark which indicates a user can pull down the box for more choices...how can I do so? I have several JComboBoxes and none of them have an ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21104650.html
Zones:
JavaDate Answered: 08/31/2004 Rating: 5.8 Views: 0
I have a form with a KEyPReview true, I need this to enable usera move month calnedar dates using right and left arrows...But when the Tab is FOCUSED, then the calendar dates move, and also the Sev...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21769922.htm...
When a form contains several TButtons, pressing any of the arrow keys shifts the focus from one button to another, without generating OnKeyDown and OnKeyUp events. Is there any way to block this fu...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22096544.html