Application Title changes automatically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm not sure which group to post this question but is there an easy way where
you can copy the x.mdb file to different file name and the "Application
Title" automatically changes to that file name? Thanks!
 
Easy? No. You'd have to do a little digging and write some code but
it is possible. Each time your application is started it can discover
the full pathname where it is running and change the title
accordingly.

FWIW, requiring that an running instance of an application change its
title each time it awakes is not normally done. In the normal course
of events there is no good reason to have that happen.

HTH
 
Larry, thanks for the response.

Application title does not have to be the same as the file name. My
objective is to have user know which program they are using since this
application will be used on many different projects and only data is
different.
 
Back
Top