WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Window Manipulation

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Make message Non active window

Keywords:  

Question


Is there a way to popup a Window, like a message or a pause, without having it become the active Window on the desktop?

I am trying to make a reminder utility, but it's very annoying because it pops up and becomes active, thus grabbing my cursor from whatever I am working on.

Answer:


The following example should do it for Windows 98 / 2000.
Note: It will not work for Windows 95 / NT 4.0 Example:

IntControl(54,"",1,0,0)
IntControl(62,-2,0,0,0)
TimeDelay(5)
Message("Hello","There")


Article ID:   W14504
Filename:   Make Message non active window.txt
File Created: 2000:04:27:12:16:06
Last Updated: 2000:04:27:12:16:06