Keystroke repeat hesitation -
When I am moving a box, object or character around the screen with the arrow keys I always get that half-second hesitation when I hold the key down before it starts moving steadily (continuously). I normally use form keydown, sometimes keypress. I have tried directinput as with directx from a book, but I don't really understand it and can't get it to work for me the way I want yet.
Sparky84
Keystroke repeat hesitation -
When I am moving a box, object or character around the screen with the arrow keys I always get that half-second hesitation when I hold the key down before it starts moving steadily (continuously). I normally use form keydown, sometimes keypress. I have tried directinput as with directx
WM_KEYDOWN question -
i want to filter out repetiotions of the same key that occur when subclassing a window for the WM_KEYDOWN message
MSDN states
lParam
Specifies the repeat count, scan code, extended-key flag, context code, previous key-state flag, and transition-state flag, as shown in the followi
[2005] regain focus -
I have an application that uses a keystroke...problem is, when my program loses focus (say when i'm surfing) the keystroke is still processed (obviously)...only on my browser window or whatever program i'm on. the keystroke runs on a timer and I need a way to reactivate that program i
Make routine to get any bits -
Here is a clip from MS about the WM_KEYDOWN message:
lParam
Specifies the repeat count, scan code, extended-key flag, context code, previous key-state flag, and transition-state flag, as shown in the following table.
0-15
Specifies the repeat count for the curre
Ignore Keystroke -
trying to use KeyAscii to ignore the KeyDown keystroke event. Want it to have no effect if user hits the arrow down button. Control in KeyAscii to virtually ignore that particular keystroke.
any KeyAscii experts out there?
Capturing 'F1' Keystroke -
There a way to capture an F1 keystroke? It doesn't have an ascii code...
Virtual Keystroke, take 2 -
I need to be able send an emulated keystroke to another windows application, that does not have the focus. My VB program is going to receive commands via the serial port, process the commands, then send an appropriate emulated "keystroke" to another windows application.
Ho
keystroke copier -
Does anyone out there know of some good packages which record your cursor and keystroke movements? i am looking to create a training manual but i wouold like to do it so that the user can see visually the steps to take i.e. as if i were sat there moving the mouse, etc.
How can I find out what this is equal to in a keystroke -
I was sent a plain text file with the above value placed at the begining of every new page.
Is there a way I can find out what this value maps to in a keystroke or get the hex or decimal value?
Thanks
Does VB have keystroke comand That -
Is there any Function that stops and gets a keystroke, like suspend key in
Dark Basic or waitkey in Blitz Basic?
Repeat Expression -
VB for Access 2000
I am trying to use the RunMacro command using a Repeat Expression to evaluate whether a checkbox in a table is checked or not before repeating the macro, but I can’t seem to get the syntax right. The command works if I leave out the Repeat Exp. and use a Repeat Co
u can -
u can delete the Registry Key without having any hesitation soo
just doo it and let me know if ure having any difficulties after deleting it
Bye
Haris
ascii representations -
In vb, you can create a string and include chr(13) to represent an Enter keystroke. I checked out the threads on this here but they don't work.
I tried the convert.tostring(13) and it's not working. Is there a namespace I need to use in order to be able to send an Enter keystroke?
Repeat key API Q's -
How can I set the repeat key rate progamatically?
I chased all over the code that stepped twice per push. The repeat rate is FAR to high for the application.
datagridcolumnstyle with 2 or more text box -
Hi, does anyone have ever done this. a datagridcolumnstyle which contain more then one textbox. i create a datagridcolumnstyle with 5 textbox. the edit and display works fine, but the textbox cannot receive the 'arrow keystroke', when ever the arrow keystroke is pressed, the datagrid c
CSS: Limit repeat-y 2 times -
Is there any way I can repeat-y something like
#body {
background: url(images/body_bg.gif) repeat-y;
}
but only 2 times? Thanks.
How To Close Tree Node In VS Editor -
What is the keystroke to close all the nodes in the visual studio editor?
Ive done it once before on accident but I dont remember the keystroke.
Repeating bg of a Picturebox -
Ok I want a simple image that I have to repeat as a title bar (of an app, but I want to use a picturebox, because I'll use api calls to round of the corners.
The image should repeat as would doing the following css equivilent:
background: url(whatever.gif) repeat-x #000;
I'm usi
Sending keypresses to an application -
Hey all,
Is there anyway to simulate a keystroke on the keyboard to an application? Previously, I've been using SendKeys(), but this only sends a keystroke to the window which is in focus. Is there any other command or API which allows you to send to a certain handle? Also if there
Keystroke for a Checkbox -
I am curous and I have been working on figuring this out, but want to know if it is first possible:
I was looking to allowing the user to use a keystroke or the Enter carriage to intiate a checkbox instead of using the mouse??
I am trying to make my interface a little better ( I
keyboard repeat delay, can this be set by VB to 0 -
Hi All,
I am using the Form_Keypress function to capture keystrokes and send them out via the serial port. I want to set the repeat delay to 0. You know how when typing in a word processor program when you hold a key down, the character appears on the screen, there is a short delay,
Detect Keystroke & Mouse Movement -
hi guys help please..I want to create a windows application that would detect if there is any activity in my computer like keystroke & mouse movement but i want the windows application to be hidden...Can you give me guys an idea on how to do this? like what should I use to detect t
Advanced repeat region -
I am trying to create a horizontal and vertical repeat region on a site. For example the page will display two pictures across by three pictures down (drawn from a database-so must be asp or possibley Cold Fusion).
Does anyone have any idea about how to do this - I can repeat horiz
Keyboard Repeat Rate -
How do I find out what the keyboard repeat rate is???
A.K.A. How fast it will repeat letters if you hold down one of the keys...
thanx,
Squirrelly1
How I detect the Tab keystroke -
Hi team.
I need to know if the LostFocus event was caused by the tab key, as opposed to some other event, as i want to respond differently to the tab.
The trouble is I can't pick up the tab keystroke with the Keydown event. The LostFocus event fires instead. Does anyone know how t
Sending a virtual keystroke to an open window -
I am working on a project for one of my EE classes in which I am interfacing an 80x86 with my PC. I will communicate with the 80x86 using a VB program. Based on instructions from the 80x86, I need to be able to send characters to another program (i.e. I want my VB program to emulate
Restore Traped Keystroke in wrod2000 -
I have some problem on restoring traped keystroke.
i made a macro that traped all the commandbar and controls and it will make our custom tool bar all this activity will happen when you open a specific file in word2000 and when you close our word document then newly made custom too
[2005] Prevent a Keystroke in a ComboBox -
How can I prevent a Keystroke from happening in a ComboBox? I thought that there was a "Protected" property but didn't see it.
Thanks,
how can I get the keystroke on a form -
How can i get the keystorke (when a key is pressed) on the form when there are lots of controls on the form. I can get the keystroke when the form is empty but not when I have some controls on it.
can you give me the code/
Balloon lineart background on left column will not repeat vertically... -
Balloon lineart background on left column will not repeat vertically...
I figured the #sdnv box height was too short and not allowing it to repeat, so i set height to 100% and that made no change.
[link removed]
How do i get it to repeat?
Newbie to VB6 with a whole heap of questions -
Hi there, i'm currently trying to learn VB6 in my spare time. I'm trying to write an application to control sequencing some lighting software. Now the basics of getting it do do remotely what i want are almost sorted i think, it replicates keystrokes on the keyboard so to the commercia
Suppress screen saver -
While my VB6 program is running, I want to suppress the screen saver. Since our workstations are set to launch the screen saver every 10 minutes, I put something in my program to send a keystroke every 9 minutes 50 seconds. Sending a keystroke does stop the screen saver, but it doesn
VB6 Report Groupheaders --> repeat section -
I know many questions about this subject have passed but I don't find a right answer to it.
So:
I have made a datareport with VB6 and add a groupheader. Everything works fine but I will repeat the group header at the top of the next page, even if we are in the middle of a group.
*resolved* changing method of repeating down key(s) -
I'm looking for something that will change the way keyboard input is handled. Someone told me when they press down 2 keys, such as 1 and enter, it will repeat that sequence of all keys over and over: 1 and enter. When I do it, I get 1, then a whole bunch of enters.
But I'm looking
Dynamic Compression -
Does anyone have a formula that compresses (or inflates based on what sequence of bits it is) of an 8-bit strand?
I've been trying to find a way to code it but it seams that I have to specify when-this-is-this-then-its-this routine.
Ex.
"1111 1111" is compressed into
(Resolved) Repeat -
is any simple way to enable Repeat option for media player.
Thanks
Detecting changes in textboxes on form -
I have a form with 20 different textbox controls. If a change happens to the values of those textboxes only by the user. I want to set a flag to reming them to save their changes before exiting.
I have tried setting an event for a textbox and it has two different disadvantages:
1)
How To Repeat Timer -
How do I make the times repeat something everytime it's interval ends... an infinite loop of 1000 second intervals... I would like to know... thanks!
key events question -
Is there a way to capture key events when the form does not have focus??? In other words I am trying to tell in my vb ap if the g key is released in a flight sim while the sim is being played. If I click on the frame of my form (give it "focus") it works fine and records the
Thanks Marty, -
Thanks again Marty,
You are quick (rather very quick) & helpful. You know ! This encourages people like us to ask our problems without hesitation.
You are doing a very good job.
Keep it up.
ME
(meanwhile what do you do if you are not using crystal and if you have t