Does anybody has any idea about how one can develop a directory strucutre in VC++ with user define names..
Thanks
Directory structure in VC++
Started by scorpionguy, May 23 2006 10:58 PM
3 replies to this topic
#1
Posted 23 May 2006 - 10:58 PM
#2
Posted 23 May 2006 - 11:01 PM
Could you be more specific as to what you're trying to accomplish, because I don't understand your problem.
If the problem is include and library directories, you can setup global directories in the options dialog and project-specific directories in the project properties dialog
If the problem is include and library directories, you can setup global directories in the options dialog and project-specific directories in the project properties dialog
C++ addict
-
Currently working on: the 3D engine for Tomb Raider.
-
Currently working on: the 3D engine for Tomb Raider.
#3
Posted 23 May 2006 - 11:07 PM
well i want a structure something like as follows:
Root
|--- a
|---1
|---2
|--- b
|---c
and so on..to be specific something like treeview in .NET
Root
|--- a
|---1
|---2
|--- b
|---c
and so on..to be specific something like treeview in .NET
#4
Posted 23 May 2006 - 11:34 PM
Treeview controls actually are not a .Net-only thing.
They also are available as standard controls from within the Windows API.
Have a look at the Common Controls documentation within the MSDN,
specifically at the WC_TREEVIEW type controls.
Cheers,
- Wernaeh
They also are available as standard controls from within the Windows API.
Have a look at the Common Controls documentation within the MSDN,
specifically at the WC_TREEVIEW type controls.
Cheers,
- Wernaeh
Some call me mathematician, some just call me computer guy. Yet, I prefer the term professional weirdo :)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











