Phantom Documentation

[Help Home] [Phantom Home]
Blink

void window.Blink(int)

Applicable Classes: All

Return Type:
void
Parameters: int nCount

Description:
This causes a window to 'blink' nCount times. It blinks by disappearing and then reappearing. It is useful in Phantom console operations to detemine which window a window declaration represents if its tag and class are non-descriptive.

Example Code

use "PhantomTarget.dec";
System("PhantomTarget.exe");

# Blink 3 times
PhantomTarget.Blink(3);

PhantomTarget.Close();





Copyright 2000-2011 Phantom Automated Solutions