Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SysTreeView32 show folder contents and QM folder contents
#28
Dear Gintaras,

It worked perfectly using recursively the following statements :
Function tempf03
Code:
Copy      Help
,,,sub.AddFolderChildren htv htvi a[i]
,,,SendMessage htv TVM_EXPAND TVE_EXPAND htvi
,,,key D           ;; Down
,,,htvi=SendMessage(htv TVM_GETNEXTITEM TVGN_CARET 0)
,,,i=TvGetParam(htv htvi)

I wonder whether there exists any alternative, indeed in what it concerns the
Quote:key D
directive, which I would like to avoid.

Many thanks in advance.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)