I have a program I'm trying to control with _SCREENCLICK. The problem, one _SCREENCLICK seems to act like two. The window has 4 screens, with Next buttons in the same place on each, but get this... When it performs one _SCREENCLICK on the button, it moves from the first screen through the second, and stops on the third. That's performing two clicks, not one.
So I tried to use alt + "N" with _SCREENPRINT, which should be coded as...
_SCREENPRINT CHR$(0) + CHR$(49)
That should be correct, as per the WIKI, but it does nothing. Yes, I definitely have the window in focus when these statements are called and if I hold down the alt key and press "N" it does go to the second screen.
So anyone know what's up? (And dammit Mark, if you post back CHR$(0) + "H", I'll kick you in the scrollballs!)
Pete