Hi,
How do you use VB6 to open an Attachmate Info Connect version 7 (Extra version 7) to a new frame or a small windows that you resize?
Let says, I have a listbox that its Height = 3000, Width = 4000. I want the session open that will auto resize to the above height and width. How to do...
I got the "Attachmate EXTRA! 7.1 Object Library". This is a sample program I downloaded from attachmate website. I got the error when runing it.
I gave up and build a new one based on its idea... and it is working now. Just working minutes ago. Man, the whole day just got the session open...
Hi Calculus,
Forgot to mention, I am running in VB6. On my references list, I don't have
Attachmate Type Library
Attachmate Session Object Library
Where to download those? or do I need to reinstall? or what are the solutions?
Thanks.
HI,
I have a sample program to run and it has error.....
Basiclly, the References for the program doesn't have these libraries:
Attachmate Type Library
Attachmate Session Object Library
Please let me know how I can get those libraries if you can. Thanks,
Pal.
Hi ctgrib,
Did you find out how to send the "Enter" key yet?
If you do, can you show me how? I can send any key but "Enter".
Session.Screen.SendKeys("<Enter>")
It works on other sessions, but this current session I am working on.
Thanks,
Pal.
Hi tazhelp,
I have trouble with sending the .sendkeys("<Enter>"). Did you find out how to send this "Enter" key?
Other keys works like "BackSpace", "Home", .....
If you can send "Enter" please help
Thanks'
Pal.
Hello, I need help again.
on the Extra screen. when send the enter key I use:
session.screen.sendkeys("<Enter>") and it works. But when I open a new session the above Enter key doesn't work. The screen look different too.
how many ways to send Enter key?
Thanks,
Thanks a lot Calculus,
I got it works then. I use the one you sugguest Sess0.Screen.PutString "MyString", X, Y is 100% acurate better than tab key.
For the error. It fix itself. Today, I come in restart my pc and it works...... I have a weird PC.
Have a great weekend!
MyString = Session.Screen.GetString(4, 14, 20)
I use the above to get a string, but I got the error
Runtime error (80010105)
Automation Error
The server threw an exception.
What is that error mean? how to fix it? Anyone know?
Thanks,
Pal.
For some reason, now I can't even get it working anymore.
I got the runtime error......
Can anyone help me out? I can open up the application (The InfoConnect Version 7.5a AccMgr32.exe)
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _...
This thread 1-893756 show me how to open a session, but when I tried, it doesn't work.
Private Sub Command1_Click()
Dim Sessions As ExtraSessions
Dim session As ExtraSession
Dim strPath As String
Dim extraConn As ExtraConnectivity
Dim sysSession As New ExtraSystem
Dim screenHost...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.