Hi I have been trawling the net for day's looking for a way to automate a rumba mainframe display using "WDMFDSP.OCX" (objectx controls). I want to use screen scrape function and sendkeys to automate input of data.

I managed to do this at my old company using Pcomm emulator and would assume netmanage provide the same functionality. However I am having trouble finding information on creating the objects to set my connection with rumba.

I have added some sample code of how I did this in PCOMM

[vba]
Dim SessObj As Object
Set SessObj = CreateObject("PCOMM.autECLSession")


' Initialize the session
SessObj.SetConnectionByName ("A")
[/vba]

Any examples advice on how to set this kind of connection with rumba would be greatly appreciated