Search:

Type: Posts; User: mobazr

Search: Search took 0.01 seconds.

  1. Thread: Quick Question

    by mobazr
    Replies
    10
    Views
    1,382

    On the subject of books. I have thought about...

    On the subject of books. I have thought about buying 'Windows Programming' as well, but found that it didn't quite was the book I was looking for. At the moment I'm working on a SDK-Treeview Project...
  2. Replies
    1
    Views
    5,374

    I think I found out what was causing all the...

    I think I found out what was causing all the problems:

    First of all I was creating a new SolidBrush every single time I was drawing the FillRect. Though as I had different colors for almost each...
  3. Replies
    1
    Views
    5,374

    Treeview Custom Draw

    I have trouble with getting my custom drawing within a SDK treeview to work.

    The data that is represented in my treeview has icons and colors. Certain items are represented by an icon, others...
  4. Replies
    3
    Views
    2,059

    Now that was a tricky one. Who would have thought...

    Now that was a tricky one. Who would have thought that you have to set both:



    tvitem.mask = tvitem.mask | TVIS_BOLD;
    tvitem.stateMask = tvitem.statemask | TVIS_BOLD;


    Anyway. Thanks allot....
  5. Replies
    3
    Views
    2,059

    Or if it makes things easier: How do I use the...

    Or if it makes things easier:

    How do I use the TreeView_SetItem and _GetItem macros?

    MSDN states that one receives the data as supplied with the TVITEM struct pointer. But that sounds a bit...
  6. Replies
    3
    Views
    2,059

    Tree-view bold items

    Hi everyone,

    I'm struggling to get bold items in my Tree-view. I'm working on a C project using the standard Windows API. The MSDN Library states that the TVIS_BOLD state would set the item to...
  7. Replies
    2
    Views
    1,024

    Thanks allot. I wouldn't have thought it was...

    Thanks allot. I wouldn't have thought it was THAT easy. I was more or less just looking for the wrong key words.

    Manuel
  8. Replies
    2
    Views
    1,024

    Tree-view label colors

    Hi,

    I'm using CVI/LabWindows as the RTE. Since the older Version 5.5 doesn't have a tree-view I made one up using the standard WinAPI by putting the tree-view into a wrapping window of the same...
Results 1 to 8 of 8