How to remove MDI Child Form Name in Title bar |
Post Reply |
Author | |
JoukevRossum
Groupie Joined: 03 November 2011 Location: The Netherlands Status: Offline Points: 30 |
Post Options
Thanks(0)
Posted: 19 November 2015 at 11:09am |
Does anyone know how to stop an mdi child to add his name to the main application window ? If my app is named MYMDI and the childforms caption is CHILD1, I get a caption MYMDI - [CHILD1] !
But I want the main window caption to keep the name MYMDI. I'm looking for a solution in C# or VB.NET as I can translate it to C# ... |
|
Product: Xtreme SuitePro (ActiveX) version 16.2.3
Platform: Windows 8.1 (x64) Language: Visual Studio 2012 ActiveX C# |
|
cpede
Senior Member Joined: 13 August 2004 Location: Denmark Status: Offline Points: 666 |
Post Options
Thanks(0)
|
Look for information about the method:
virtual void OnUpdateFrameTitle(BOOL bAddToTitle);
-cpede |
|
Product: Xtreme ToolkitPro (24.0.0)
Platform: Windows 10 (x64) Language: Visual Studio 2017 (C++) |
|
ScottW
Groupie Joined: 02 August 2005 Status: Offline Points: 82 |
Post Options
Thanks(0)
|
Is there some version of this event available somewhere in the ActiveX edition? I could use this too, or something similar, since we used to change the base part of the form caption to the open database name. If I set the form caption to this, I see that the commandbars uses what I set when it does an update of the form caption itself, but since the form caption property doesn't support Unicode, I get ??? in the database name if it contains any of those characters. An event that shows what the caption is about to be set to with an opportunity to change it first would be really helpful. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |