Re: Displaying buddy list on a dialog

From: David Crow [MCSD] (david.nospam.crow_at_pbsnow.nospam.com)
Date: 04/12/04

  • Next message: David Crow [MCSD]: "Re: Compiler Option for smallest code"
    Date: Mon, 12 Apr 2004 20:33:08 GMT
    
    

    Maybe I'm misreading, but the diagram you've shown is exactly what a tree
    control looks like.

    "Tauseef" <tauseef_hasan@yahoo.com> wrote in message
    news:d51f87f6.0404112242.22c623f8@posting.google.com...
    > I want to display
    > it as that the groups should have an + icon and if i click on it it
    > becomes minus and the list of people is displayed but i want to diplay in
    > a vertical fashion,one below the other,all the groups and people
    > in one vertical line,not like in CTreeCtrl in which case it is in
    > tree like format..Something like
    > (-)Personal
    > Anna
    > John
    > Rahul
    > (+)Home
    > (-)Office
    > Mike

    For the rest, check out NetGroupEnum(), NetGroupGetUsers(), NetUserEnum(),
    NetUserGetGroups(), etc.


  • Next message: David Crow [MCSD]: "Re: Compiler Option for smallest code"

    Relevant Pages

    • Re: How to make printer print faster?
      ... > look at the bar graph from the lhs to the center of the display. ... A ball hitting a tree shall be deemed not to have hit the tree. ...
      (freebsd-questions)
    • Re: Suggestions for hierarchical display of data
      ... You could put DataList/Grid on the right side of the tree view without any ... But beside that you could always make a Custom control... ... > Hi Robert, ... >> hierarchical display of data. ...
      (microsoft.public.dotnet.framework.aspnet.webcontrols)
    • Re: [SWING] Problem with JTree
      ... I use a subclass of JTree that overwrites getCellRendererto get full control over the cell renders. ... If i try to display the structure and content of the object using my tree the tree is not displayed correctly. ... My TreeCellRenderer implementations are subclasses of DefaultTreeCellRenderer and overwrite getTreeCellRendererComponent(JTree tree, Object value, boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) to determine the current value and call the super method. ... Additionally there's a TreeSelectionListener registered at the JTree that triggers the display of extra information on a separate JPanel. ...
      (comp.lang.java.programmer)
    • Re: Presentation Model GUI Arch and Presenter to View sync
      ...  I think you'd even alter your navigation ... The navigational node in the tree just ... while a Control is a display artifact. ...
      (comp.object)
    • Re: TreeView
      ... the virtual tree since there are still chances that the number of child ... i dont think its a good idea to load the whole data at once in the tree ... data required to display the current tree display. ... added to the treeview) but i dont how to get the tree view somthing like ...
      (microsoft.public.dotnet.framework)