I created a simple form to interface with Rumba using the ObjectXMFDisplay libray. I was able to get the display setup and the connection but when I use the Send Keys function it keeps trying to send keys without pausing for the screen to update after enter. How can I get it to pause between send key functions?
I did try putting a pause in but it just paused before the first command.
My send keys code.
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
AxObjectXMFDisplay1.SendKeys("Text1@E")
AxObjectXMFDisplay1.SendKeys("Text2@E")
End Sub
#Rumba




