-
Wierd problem with TreeView control checkboxes
Has anyone ever heard of a TreeView control in VB6 not displaying checkboxes
properly? On my system they look fine, but there is another system that the
checkboxes run together. They function properly, but it looks terrible. I
am thinking it is a problem with the display settings, but I can't find it.
-
Re: Wierd problem with TreeView control checkboxes
By default, TreeView controls do not display checkboxes. TreeView controls
display a little +/- box icons to expand and collapse a branch but that can
be turned off and you can also specify what icons are displayed.
So it would be impossible to say if you have this setup correctly without
knowing anything more.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"J Bates" <vb.@127.0.0.1> wrote in message news:3cef0bbe$1@10.1.10.29...
>
> Has anyone ever heard of a TreeView control in VB6 not displaying
checkboxes
> properly? On my system they look fine, but there is another system that
the
> checkboxes run together. They function properly, but it looks terrible. I
> am thinking it is a problem with the display settings, but I can't find
it.
-
Re: Wierd problem with TreeView control checkboxes
Actually, TreeView controls do display checkboxes (albeit not by default),
they are next to the little plus/minus symbols, and I am using them to show
when a frame (there are about twenty) has been either completed or disabled,
so the user will know not to waste time going back to that frame. The treeview
control shows/hides the frames based on the tree views click event determining
which node has focus. On mine, and several other systems it looks fine. On
another system the checkboxes run together. They still work properly, but
they just look funny.
Anyone ever seen this before?
John
"Jonathan Wood" <jwood@softcircuits.com> wrote:
>By default, TreeView controls do not display checkboxes. TreeView controls
>display a little +/- box icons to expand and collapse a branch but that
can
>be turned off and you can also specify what icons are displayed.
>
>So it would be impossible to say if you have this setup correctly without
>knowing anything more.
>
>--
>Jonathan Wood
>SoftCircuits Programming
>http://www.softcircuits.com
>"J Bates" <vb.@127.0.0.1> wrote in message news:3cef0bbe$1@10.1.10.29...
>>
>> Has anyone ever heard of a TreeView control in VB6 not displaying
>checkboxes
>> properly? On my system they look fine, but there is another system that
>the
>> checkboxes run together. They function properly, but it looks terrible.
I
>> am thinking it is a problem with the display settings, but I can't find
>it.
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks