04-21-2005, 09:26 AM
IS THIS POSSIBLE?
COLUMN A COLUMN B
-NAMES
+ANNE
-JAMES
ADDRESS
TEL. 886121325
+PETER
COLUMN A COLUMN B
-NAMES
+ANNE
-JAMES
ADDRESS
TEL. 886121325
+PETER
SysTreeView32
|
04-21-2005, 09:26 AM
IS THIS POSSIBLE?
COLUMN A COLUMN B -NAMES +ANNE -JAMES ADDRESS TEL. 886121325 +PETER
04-21-2005, 11:23 AM
You need to create smart dialog, add TreeView32 control and set its style (not through Styles dialog).
This example shows how to create data array, add tree view items, process notification messages, and get selected item index when dialog is closed. Macro: #compile "common_controls_api" Function dialog_with_tree_view: ;\Dialog_Editor To paste this in QM, use menu Edit -> Other formats -> Paste escaped.
04-21-2005, 11:59 AM
Thanks a lot.
04-21-2005, 12:36 PM
i keep getting this error
Quote:Error in TvAdd: unknown identifier.and it highlights this in function TvAdd Quote:TVINSERTSTRUCT |
« Next Oldest | Next Newest »
|