Dec 20, 2002 #1 roswell Programmer Mar 18, 2001 26 PH Is there a way to remove a title bar when it is shown to the user even if I'm using a standard button? Just like an activex form.
Is there a way to remove a title bar when it is shown to the user even if I'm using a standard button? Just like an activex form.
Dec 20, 2002 #2 Darrylles Programmer Feb 7, 2002 1,758 GB Hi, Gotta guess this one: title bar on what? A form? A message box? Do you mean 'caption' by any chance on a standard messagebox button? If you mean the latter - then no, you need to create your own 'message box' via a simple form. If the former - please specify where the 'title' resides. Regards, Darrylle "Never argue with an idiot, he'll bring you down to his level - then beat you with experience." darrylles@totalise.co.uk Upvote 0 Downvote
Hi, Gotta guess this one: title bar on what? A form? A message box? Do you mean 'caption' by any chance on a standard messagebox button? If you mean the latter - then no, you need to create your own 'message box' via a simple form. If the former - please specify where the 'title' resides. Regards, Darrylle "Never argue with an idiot, he'll bring you down to his level - then beat you with experience." darrylles@totalise.co.uk
Dec 20, 2002 1 #3 vb5prgrmr Programmer Jul 5, 2002 3,617 US If you are talking about a form then you remove the caption of the form and controlbox = false. Good Luck Upvote 0 Downvote
If you are talking about a form then you remove the caption of the form and controlbox = false. Good Luck
Dec 21, 2002 Thread starter #4 roswell Programmer Mar 18, 2001 26 PH Thanks for your answers. What I mean is the title bar of the form. The suggestion of vb5prgrmr is right. Thanks again. Upvote 0 Downvote
Thanks for your answers. What I mean is the title bar of the form. The suggestion of vb5prgrmr is right. Thanks again.