Aldrin Flores / Publications
Forum
Problem on Pausing expert on every candle(Visual Mode)
Hi everyone , I use this simple code in order to pause tester on every candle. (for some reason!) my problem is that sometimes it skips some candles and then it pause the test. #import "user32.dll" void keybd_event( int bVk, int bScan, int dwFlags, int dwExtraInfo); #import