06-06-2006 08:46 AM
06-06-2006 01:31 PM
You can use EnumWindows() in the SDK to find other active programs. Here is a link to an example that used it
http://forums.ni.com/ni/board/message?board.id=180&message.id=14043&requireLogin=False
GetWindowText() in the SDK can be used to get the title of applications window.