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

zWin

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

zWin Extender

 Keywords:  

Allows a Winbatch program to wait for a window message.

[zwin34i.zip]

Author:
   Alan Kreutzer

Download:
   zwin34i.zip  13 KB

Usage:
   AddExtender("zwin34i.dll")

Functions:

   zwinVersion(i:request)
      Returns version information on this extender.

   zwinCreate("Window Name", MessageNumber)
      Creates a hidden window.

   zwinCheckMessage()
      Returns...  0 - The user specified message number has not arrived.
                  1 - A message has arrived.
                  2 - The window has been closed

   zwinGetMessage()
      This will not return until the message arrives.

      When the message arrives, it returns a string containing "wParam:lParam"
      (where wParam and lParam are the two optional values passed with the message.)

      You can call zwinGetMessage multiple times.
      Each call will wait until another message arrives.

   zwinDestroy()
      Closes the currently open window.


Constants:
      none


 

Article ID:   W16879
File Created: 2019:08:14:09:06:16
Last Updated: 2019:08:14:09:06:16