Print Page | Close Window

Hide the + Sign at the treeview

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=5768
Printed Date: 19 September 2024 at 6:30pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Hide the + Sign at the treeview
Posted By: cybeh
Subject: Hide the + Sign at the treeview
Date 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.




Replies:
Posted By: sserge
Date 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 - 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


Posted By: Zach
Date Posted: 30 April 2007 at 8:35pm
You could always cheat .... and replace the + with a blank image in the actual dll



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