Print Page | Close Window

MDI Question

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: General Discussion
Forum Description: Topics Related to Active-X COM Development in General
URL: http://forum.codejock.com/forum_posts.asp?TID=11649
Printed Date: 27 September 2024 at 1:08pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: MDI Question
Posted By: shipwreck
Subject: MDI Question
Date Posted: 29 July 2008 at 8:04pm
Hello. I was going to ask:

Is there anyway possible that you can prevent an MDI Window from displaying the Child caption along with it's own?

This is pretty important to me, So thanks and reguards ahead of time.



-------------
Product: Xtreme Suite Pro (Active-X), Version 15.3.1

Platform: Windows 7 Ultimate SP1 (64Bit) & Windows XP Mode SP3 (32Bit)

Language: Visual Basic 6.0 SP6



Replies:
Posted By: Oleg
Date Posted: 30 July 2008 at 8:33am
Hi,
 
you can remove title if window is maximized:
 
 
Private Sub Form_Resize()
    If (Me.WindowState = vbMaximized) Then Me.Caption = ""
   
End Sub


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: shipwreck
Date Posted: 30 July 2008 at 5:38pm
Hello Oleg, thanks for the post, and that's great advice...
But, Unfortunately, I use to the child window's caption since it's displayed on the TabWorkSpace. Is there anyway I can Get the main form to not show the caption of the children and only show it's caption?

-------------
Product: Xtreme Suite Pro (Active-X), Version 15.3.1

Platform: Windows 7 Ultimate SP1 (64Bit) & Windows XP Mode SP3 (32Bit)

Language: Visual Basic 6.0 SP6


Posted By: ijwelch
Date Posted: 30 July 2008 at 10:56pm
It would also be better if the TabWorkspace caption could be independantly set, rather than always show the child forms' caption.

I read in another thread somewhere that CJ had agreed to add markup support for TabWorkspace tabs so this may already be in the works.

Basically, if CJ can allow programmer to set bot TabWorkspace caption and MDI caption, regardless of actual child form caption then things would be much simpler (especially when dealing with unicode in VB6).


Posted By: shipwreck
Date Posted: 30 July 2008 at 11:00pm
That's most definately right ijwelch. I'm not experienced with the markup feature, But I'll look into it. thanks

-------------
Product: Xtreme Suite Pro (Active-X), Version 15.3.1

Platform: Windows 7 Ultimate SP1 (64Bit) & Windows XP Mode SP3 (32Bit)

Language: Visual Basic 6.0 SP6



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net