Taskbar display

  • Thread starter Thread starter slickdock
  • Start date Start date
S

slickdock

My runtime mde can be simultaneously launched several times on the same
machine. This is good, because users can open several copies, and work in
several different forms simultaneously. The problem is that the Windows
taskbar shows the same startup application title for all copies. I wish the
users could see a difference on the taskbar for each copy, such as the name
of the open form, so they could easily tell which copy they want to switch to.

Any help?
 
On Wed, 24 Sep 2008 17:12:01 -0700, slickdock

Check out AppTitle and RefreshTitleBar in the Help file.

-Tom.
Microsoft Access MVP
 
On Wed, 24 Sep 2008 17:12:01 -0700,slickdock


Check out AppTitle and RefreshTitleBar in the Help file.

-Tom.
Microsoft Access MVP


Thanks Tom. Does that mean I can programmatically tell it to change to
reflect the name of the currently active form as the user opens and
closes forms, for example?
 
Back
Top