Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Removing MDI Form Title bar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Removing MDI Form Title bar

 Post Reply Post Reply
Author
Message
ahmadgames View Drop Down
Groupie
Groupie
Avatar

Joined: 12 April 2011
Location: Jordan
Status: Offline
Points: 44
Post Options Post Options   Thanks (0) Thanks(0)   Quote ahmadgames Quote  Post ReplyReply Direct Link To This Post Topic: Removing MDI Form Title bar
    Posted: 12 April 2011 at 6:53am

Dears,

After using CJ Docking and Command Bars components, I couldn't remove the title bar for the Main MDI Form, we were removing it using some code like:

----------------------------------

x = GetWindowLong(Me.hwnd, GWL_STYLE)

x = x And (Not WS_DLGFRAME)

SetWindowLong Me.hwnd, GWL_STYLE, x

-----------------------------------

 

Do you have any other way to remove this.

 

Because we have a button on the system for a Full Screen System, that will make the system full screen and above the task bar, and it was removing the title bar and borders too so it remain as it is until pressing the button again.

 

Do you have any other solution for this.

 

Thanks.

Product: Xtreme SuitePro (ActiveX) version 16.3.1
Platform: Windows 8.1 (64bit)
Language: Visual Basic 6.0
--------------------------
Ahmad Majid
Development Manager
Hybrid Solutions
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: 13 April 2011 at 2:21pm
Maybe you activated Office2007 frame ? just don't call Enableoffice2007Frame then.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
ahmadgames View Drop Down
Groupie
Groupie
Avatar

Joined: 12 April 2011
Location: Jordan
Status: Offline
Points: 44
Post Options Post Options   Thanks (0) Thanks(0)   Quote ahmadgames Quote  Post ReplyReply Direct Link To This Post Posted: 14 April 2011 at 7:22am
Thanks alot oleg, another great reply :)

Product: Xtreme SuitePro (ActiveX) version 16.3.1
Platform: Windows 8.1 (64bit)
Language: Visual Basic 6.0
--------------------------
Ahmad Majid
Development Manager
Hybrid Solutions
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.152 seconds.