SOLVED : Remove border of the TabWorkspace |
Post Reply |
Author | |
AdamSharp
Groupie Joined: 31 March 2008 Location: Morocco Status: Offline Points: 38 |
Post Options
Thanks(0)
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
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Check styles of this form and remove them.
Guess its WS_EX_CLIENTEDGE.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
AdamSharp
Groupie Joined: 31 March 2008 Location: Morocco Status: Offline Points: 38 |
Post Options
Thanks(0)
|
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 : |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
AdamSharp
Groupie Joined: 31 March 2008 Location: Morocco Status: Offline Points: 38 |
Post Options
Thanks(0)
|
Hi Oleg
Thank you, it remove the border of the TabWorkspace |
|
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 |