Removing MDI Form Title bar |
Post Reply |
Author | |
ahmadgames
Groupie Joined: 12 April 2011 Location: Jordan Status: Offline Points: 44 |
Post Options
Thanks(0)
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 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Maybe you activated Office2007 frame ? just don't call Enableoffice2007Frame then.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
ahmadgames
Groupie Joined: 12 April 2011 Location: Jordan Status: Offline Points: 44 |
Post Options
Thanks(0)
|
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 |
|
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 |