Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21284

If a program was made in VB, is there an easier way of controlling it with macros?

$
0
0
I suspect that this program was made in VB because there are ThunderRT6 classnames in it. Eg.: instead of Class: Button, it has Class: ThunderRT6CommandButton. Once it has also returned an error message: "VB runtime error."

It has a lot of windows or forms in it which are complicated to use. I'm trying to automate it with API functions finding the handles and using sendmessage to send controls, plus with simulated mouse clicks, (with some success) but it's quite hard.

Is there a built in way in VBA to simplify controlling other programs which are also made in VBA?

Note: the source code is not available, when you open it it looks like a normal windows application.

Viewing all articles
Browse latest Browse all 21284

Trending Articles