As far as I’ve understood, when you set the property value With Title Bar to No the Title Bar (nor the X) shouldn’t appear when loading the Dialog. If you select No in design mode the Dialog is seen without the bar, but it seems that the setting is ignored at runtime as well as if you check it in the preview window.
This has no affect either:
With myMsgDialog.Model
.PositionX = (factor * oWindowPosSize.Width - .Width) / 2
.PositionY = (factor * oWindowPosSize.Height - .Height) / 2
.setPropertyValue("Decoration", False) 'Switching between False/True has no affect
End With
I don’t care if X works or not, I’m looking for a way to completely avoid the Title Bar from appearing.