Form name in title bar

G

Glen

I.m ready to package this app but would like to remove the form name from the
title bar. I want to keep the app name but remove the form name that follows,
can anyone help me on this?

Thanks
 
O

Ofer

Mybe there is a better solution for that, but you can always write in the
load event of the form

Me.Caption = " " ' With one space

Or put a space strait in the caption property of the form
 
Top