Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbar: SysTreeView32
#1
can you give a simple example on how to add parent and child entries
for a systree ?

in my case i will use rget ini.
parent1="main 1"
sub1="sub1 in parent 1"
parent2="main 2"
pi
#2
{deleted post}
#3
i already read this example but i don't fully understand it.

how do i add info to something like this:

Code:
Copy      Help
;\Dialog_Editor
function# hDlg message wParam lParam

if(hDlg) goto messages

;BEGIN DIALOG
;0 "" 0x90C80A44 0x100 0 0 224 286 "TreeFun"
;5 SysTreeView32 0x54000000 0x200 2 2 120 250 ""
;END DIALOG
;DIALOG EDITOR: "" 0x2010803 "" ""


ret
;messages
sel message
,case WM_INITDIALOG DT_Init(hDlg lParam)
,ret 1
,case WM_DESTROY DT_DeleteData(hDlg)
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case IDOK DT_Ok hDlg
,case IDCANCEL DT_Cancel hDlg
ret 1
pi
#4
Another example
SysTreeView32


Forum Jump:


Users browsing this thread: 1 Guest(s)