Hi All,
I'm working on a project where a user will typically have a number of minimised instances of an Access popup userform at the bottom of their screen - they're using Access 2016 on Windows 7.
I'm setting the form caption in VBA to something appropriate for each instance, which is great when the form is at it's default size or maximised.
However the problem is that when the form is minimised, you can't see more than the first character of it's title- making it difficult to identify which of the many instances the user may need to restore; the attached image hopefully clarifies what I mean.
I've hunted around a bit without success for a solution that might either allow a tooltip to be displayed when the title bar is mouseover'ed, or else allow the minimised width of the form to be set to something that allows the title to be read.
Has anyone come across this before or know of a solution?
Kind regards,
Alan
I'm working on a project where a user will typically have a number of minimised instances of an Access popup userform at the bottom of their screen - they're using Access 2016 on Windows 7.
I'm setting the form caption in VBA to something appropriate for each instance, which is great when the form is at it's default size or maximised.
However the problem is that when the form is minimised, you can't see more than the first character of it's title- making it difficult to identify which of the many instances the user may need to restore; the attached image hopefully clarifies what I mean.
I've hunted around a bit without success for a solution that might either allow a tooltip to be displayed when the title bar is mouseover'ed, or else allow the minimised width of the form to be set to something that allows the title to be read.
Has anyone come across this before or know of a solution?
Kind regards,
Alan