B
Bob C.
I'm using the following code in the form InternalStartup event (Managed Code
VSTA) and also the FormEvents_Loading event:
Me.Application.ActiveWindow.Caption = "My Cleanup Form"
and it does temporarily display, but as the form finishes loading the name
changes to the value specified in the Submit settings.
What other events get fired that I can use to make my name stick?
VSTA) and also the FormEvents_Loading event:
Me.Application.ActiveWindow.Caption = "My Cleanup Form"
and it does temporarily display, but as the form finishes loading the name
changes to the value specified in the Submit settings.
What other events get fired that I can use to make my name stick?