COM ports in VB

medeepak

medeepak

@medeepak-zZfLKg Oct 23, 2024
sorry for reposting the problem...
how to use com ports in .net
and can we create an exe from vb.net by embedding a flash game into it

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • medeepak

    medeepak

    @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

    medeepak

    @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