Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > General Discussion
  New Posts New Posts RSS Feed - MDI Question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

MDI Question

 Post Reply Post Reply
Author
Message
shipwreck View Drop Down
Senior Member
Senior Member
Avatar

Joined: 18 April 2008
Location: United States
Status: Offline
Points: 308
Post Options Post Options   Thanks (0) Thanks(0)   Quote shipwreck Quote  Post ReplyReply Direct Link To This Post Topic: MDI Question
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
shipwreck View Drop Down
Senior Member
Senior Member
Avatar

Joined: 18 April 2008
Location: United States
Status: Offline
Points: 308
Post Options Post Options   Thanks (0) Thanks(0)   Quote shipwreck Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
ijwelch View Drop Down
Senior Member
Senior Member


Joined: 20 June 2006
Status: Offline
Points: 262
Post Options Post Options   Thanks (0) Thanks(0)   Quote ijwelch Quote  Post ReplyReply Direct Link To This Post 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).
Back to Top
shipwreck View Drop Down
Senior Member
Senior Member
Avatar

Joined: 18 April 2008
Location: United States
Status: Offline
Points: 308
Post Options Post Options   Thanks (0) Thanks(0)   Quote shipwreck Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.