Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@medeepak-zZfLKg • Sep 27, 2010
i got solutions for the above problems
now can anyone say how to modify keyboard buffer using vb.net
how to send left key right keys to the buffer?? -
@medeepak-zZfLKg • Sep 29, 2010
sorry
i think i have wrongly communicated the question
i have shockwave flash swf embedded in my application
i need to send keystrokes to it on the click of a button
like for e.g left arrow
so i am using the following piece of code
Me.AxShockwaveFlash1.Focus()
System.Windows.Forms.SendKeys.Send("{LEFT}")
but i find this code not working but similar codes work for textboxes