Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Hide the + Sign at the treeview
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Hide the + Sign at the treeview

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

Joined: 27 December 2005
Location: Malaysia
Status: Offline
Points: 76
Post Options Post Options   Thanks (0) Thanks(0)   Quote cybeh Quote  Post ReplyReply Direct Link To This Post Topic: Hide the + Sign at the treeview
    Posted: 12 December 2006 at 11:11am
Hi,

May I know is there any possible way to hide the + sign at the report control treeview?

Please advice. Thanks.

Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post Posted: 13 December 2006 at 5:03am
There are no an easy way to customize icons for Report control.
 
The only way is to create resource file with changed bitmaps (like for translations).
 
Try using an attached file.
uploads/20061213_050308_RC-ResNoTreeSig.zip
However in this case you cannot use other translations resources.
 
Example:

Private Sub Form_Initialize()
    Dim GSreport As New ReportControlGlobalSettings
    GSreport.ResourceFile = "..\ToolkitPro\bin\Translations\ReportControl.ResourceNoTreeSign.dll"
End Sub


--
WBR,
Serge
Back to Top
Zach View Drop Down
Groupie
Groupie


Joined: 19 July 2006
Status: Offline
Points: 62
Post Options Post Options   Thanks (0) Thanks(0)   Quote Zach Quote  Post ReplyReply Direct Link To This Post Posted: 30 April 2007 at 8:35pm
You could always cheat .... and replace the + with a blank image in the actual dll
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.