Jump to content

Search the Community

Showing results for tags '_guictrltreeview_create'.

  • Search By Tags

    • _guictrltreeview_create ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. #include <GUIConstantsEx.au3> #include <GuiTreeView.au3> #include <WindowsConstants.au3> #include <GuiMenu.au3> Global $g_hTreeView Global Enum $e_idOpen = 1000, $e_idSave, $e_idInfo Example() Func Example() Local $hGUI, $hItem Local $iStyle = BitOR($TVS_EDITLABELS, $TVS_HASBUTTONS, $TVS_...
  2. Hi Everyone I have a very sexy Treeview that creates a "phonebook" type listing +Jones [an item] ---- Albert [a child] +Webster ---- David ---- John ---- Peter It uses these styles: Local $iStyle = BitOr ( $TVS_EDITLABELS, $TVS_HASBUTTONS, $TVS_HASLINES, $...
×
×
  • Create New...