*/
This example demonstrates how to subclass a TreeView control
Submitted By:
WEBMASTER
Rating:
(Not rated) (
Rate It)
and trap right mouse button messages to display a menu relative
to the context of the treeview item selected. (C src)
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
4260
Comments (2)
Unable compile the Treemenu source files?
(Not rated)
Posted by: SubbaReddy on Thursday, April 25, 2002
Hello Gurus,
I have downloaded the TREEMENU.zip
and unzipped the file.
And created TREEMENU new project (Workspace), TREEMENU.C added under Source files folder in Project and TREEMENU.rc, BITMAP1.bmp, BITMAP2.bmp
files.
After this, tried to compile (F7)
getting following errors:
"
--------------------Configuration: Treemenu - Win32 Debug--------------------
Linking...
TREEMENU.OBJ : error LNK2001: unresolved external symbol __imp__InitCommonControls@0
TREEMENU.OBJ : error LNK2001: unresolved external symbol __imp__ImageList_Add@12
TREEMENU.OBJ : error LNK2001: unresolved external symbol __imp__ImageList_Create@20
Debug/Treemenu.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
Treemenu.exe - 4 error(s), 0 warning(s)
"
Please, give me hint to get compile and execute from MS Visual studio 6.
Thanks in advance.
~ SubbaReddy .M
Unable compile the Treemenu source files?
(Not rated)
Posted by: SubbaReddy on Thursday, April 25, 2002
Hello Gurus,
I have downloaded the TREEMENU.zip
and unzipped the file.
And created TREEMENU new project (Workspace), TREEMENU.C added under Source files folder in Project and TREEMENU.rc, BITMAP1.bmp, BITMAP2.bmp
files.
After this, tried to compile (F7)
getting following errors:
"
--------------------Configuration: Treemenu - Win32 Debug--------------------
Linking...
TREEMENU.OBJ : error LNK2001: unresolved external symbol __imp__InitCommonControls@0
TREEMENU.OBJ : error LNK2001: unresolved external symbol __imp__ImageList_Add@12
TREEMENU.OBJ : error LNK2001: unresolved external symbol __imp__ImageList_Create@20
Debug/Treemenu.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
Treemenu.exe - 4 error(s), 0 warning(s)
"
Please, give me hint to get compile and execute from MS Visual studio 6.
Thanks in advance.
~ SubbaReddy .M
Add Your Rating