Print Page | Close Window

SOLVED : Remove border of the TabWorkspace

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=12486
Printed Date: 18 September 2024 at 10:11pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: SOLVED : Remove border of the TabWorkspace
Posted By: AdamSharp
Subject: SOLVED : Remove border of the TabWorkspace
Date Posted: 20 October 2008 at 10:54am
Hello
 

How can I remove the border of the forme, see the picture :

 


 

It's possible de delete it

thanks

 

Adam



Replies:
Posted By: Oleg
Date Posted: 21 October 2008 at 2:12am
Hi,
Check styles of this form and remove them.
Guess its WS_EX_CLIENTEDGE.


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


Posted By: AdamSharp
Date Posted: 21 October 2008 at 5:00am
I have already the BorderStyle of the form None.
But, I see That It don’t depend with the form but with his containers see the Picture :




Posted By: Oleg
Date Posted: 22 October 2008 at 1:35am
Hi,
 
try
 
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long
 
SetWindowLong CommandBars.TabWorkspace.hwnd, (-20), 0
 


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


Posted By: AdamSharp
Date Posted: 22 October 2008 at 6:13am
Hi Oleg

Thank you, it remove the border of the TabWorkspace





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