• How to create TreeView with three state check boxes in Windows forms?

    From sven12@sven12@mail.com to comp.programming on Mon Jan 15 14:02:20 2024
    From Newsgroup: comp.programming

    Does anybody has ready made code?


    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Human@hhhhhhhhhhhhhhhe@mail.ee to comp.programming on Mon Jan 15 10:53:11 2024
    From Newsgroup: comp.programming

    What language is it ? C# ?

    Look references from google search then..........

    Long time not used C#.
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From JJ@jj4public@outlook.com to comp.programming on Tue Jan 16 11:20:28 2024
    From Newsgroup: comp.programming

    On Mon, 15 Jan 2024 14:02:20 +0000 (UTC), sven12 wrote:
    Does anybody has ready made code?

    The built in TreeView control items doen't support checkbox. You'll have to implement it using the items' image, where the state of the "checkbox" and which image to display, is manually managed.
    --- Synchronet 3.20a-Linux NewsLink 1.114