Joe Strazzere - All Things Quality

Visit my new blog at http://strazzere.blogspot.com/


December 1, 2005 - WinTask - AnyPopup

Posted in WinTask

'
' AnyPopup
'
' Popups are Child windows (dialog boxes, for example), rather than Main windows.
' Main windows are owned by the desktop, while child windows are owned by Main windows.
'

Function AnyPopup()
 AnyPopup = External("user32","AnyPopup")
EndFunction

If AnyPopup() = 1 then
  msgbox("At least one popup window was found.")
else
  msgbox("No popup windows were found.")
endif


<- Last Page :: Next Page ->

About Me

A gathering place for information and ideas about Quality Assurance, Testing, and other useful topics.

Problems cannot be solved by the same level of thinking that created them. - A. Einstein

Search This Site

Translate This Site

RSS Feed

Subscribe

Twitter

@jstrazzere

Categories

Life
QA
Sports
Tools
WinTask
Work in General

What I'm Reading Now