CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2004
    Posts
    21

    Question about ATL - add and control Composite control

    Hi All,

    I need to write some Composite control in my ATL project.

    My question is how i control the GUI ?

    What I mean is - in MFC i define some control variable that i can control the GUI control in easy why - can i do it also in Composite control ?

    Until now i use "ListView_SetColumn" or those command to change/add/find something in my list Control - but this way is not the simple way - does there is some simple way to use the control ?

    I also could not do casting from the control the list view type.

    Thanks for any help.

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: Question about ATL - add and control Composite control

    Just as an ideea, if you are dealing with GUI stuff, I would like to recommend using of the WTL extension.

    [ Redirected thread ]
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured