Summary

VLF Windows Application Development

Summary

VFW122 – Launching a VLF Window

Important Observations

  • avShowWindow opens a new window or interacts with an already open second window.
  • uShowWindowCompleted enables a command handler to perform any processing required when avShowWindow is used in another window and command handler.

Tips & Techniques

  • An alternative simple solution for this requirement could be a push button on the Employee Images for Section command handler, which opens a new window and enables a pop-up menu item. When the Open Employee Details Window menu option is then used, the second window will already be open. A timer would not be required.

What I Should Know

  • How to handle opening a new window and interacting with it.\