Hi all,
How can I read a sysTreeView32 control items? (just text)
I try the GETITEM message, but it returns zero.
Thanks a lot
A.B.F.
Printable View
Hi all,
How can I read a sysTreeView32 control items? (just text)
I try the GETITEM message, but it returns zero.
Thanks a lot
A.B.F.
What is sysTreeView32?
I want to write an application to do automatically the RRAS Service settings (Routing and remote access service) in Win2003 Server.
I want to read the MMC left panel items (like "Export List..." right-click menu).
You can open Enterprise Manager of MS-SQL Server and see the MMC interface. (MMC=Microsoft Management Consule. a program to config windows) The left panel is a SysTreeView32 control.
Don't have SQL? Right-click on MyComputer and click Manage. You will see the MMC. the left panel is SysTreeView32 and I wanna read that treeview items.
Thanks a lot