Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - SOLVED : Remove border of the TabWorkspace
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

SOLVED : Remove border of the TabWorkspace

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

Joined: 31 March 2008
Location: Morocco
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote AdamSharp Quote  Post ReplyReply Direct Link To This Post Topic: SOLVED : Remove border of the TabWorkspace
    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
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: 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
Back to Top
AdamSharp View Drop Down
Groupie
Groupie
Avatar

Joined: 31 March 2008
Location: Morocco
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote AdamSharp Quote  Post ReplyReply Direct Link To This Post 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 :


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: 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
Back to Top
AdamSharp View Drop Down
Groupie
Groupie
Avatar

Joined: 31 March 2008
Location: Morocco
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote AdamSharp Quote  Post ReplyReply Direct Link To This Post Posted: 22 October 2008 at 6:13am
Hi Oleg

Thank you, it remove the border of the TabWorkspace


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.203 seconds.