
Remove title bar from Userform or Window
I'm trying to create a window in Visio without a title bar. I've reviewed
the document about "Creating and Using Anchored Windows with Visio 2000"
(MSDN), but I cannot find a way to have the "parent" window destroy it's
title bar. I do have a UserForm as a child window within a window created
with ActiveWindow.Windows.Add() method.
I'm really only going through this mechanism as a potential workaround, but
ideally, I would simply like to show the Userform itself without a title
bar.
Any ideas?
TIA,
Mike Schoonmaker