Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: please help me:build .c source file with VC++6,error LNK2001? Pin
fbzok12-Aug-05 23:18
fbzok12-Aug-05 23:18 
AnswerRe: please help me:build .c source file with VC++6,error LNK2001? Pin
fbzok13-Aug-05 4:30
fbzok13-Aug-05 4:30 
Generalrun single instance of app Pin
elephantstar12-Aug-05 12:17
elephantstar12-Aug-05 12:17 
GeneralWorking dir in Registry Pin
RickyC12-Aug-05 9:12
RickyC12-Aug-05 9:12 
GeneralRe: Working dir in Registry Pin
David Crow12-Aug-05 10:01
David Crow12-Aug-05 10:01 
GeneralRe: Working dir in Registry Pin
RickyC12-Aug-05 10:31
RickyC12-Aug-05 10:31 
General3rd party Menu Check State... Pin
Jumpin' Jeff12-Aug-05 8:31
Jumpin' Jeff12-Aug-05 8:31 
Generalbracket tournament ctrl Pin
picazo12-Aug-05 8:18
picazo12-Aug-05 8:18 
Hello,

I was wondering if anyone can help me derive a ctrl that displays data in tournament brackets. I want the control to be derived from the CTreeCtrl since I want the same functionality, just a different way of drawing it. The normal CTreeCtrl draws:

- --Root
  |
  - --Child1
  | |
  | - --GrandChild1
  | - --GrandChild2
  |   |
  |   - --GrandGrandChild1
  |
  + --Child2


However, I would like for it to draw like:
                -GrandChild1
                |
       -Child1 --
       |        |
       |        -GrandChild2 -- -GrandGrandChild1
       |
-Root --
       |
       +Child2


If anyone can get me started with the code and point me in the right direction, I would greatly appreciate it,

-----------------
Genaro

\\\|
_ _
@ @
_\\
--|
_/
GeneralLooking for GIS knowledge Pin
prcarp12-Aug-05 8:04
prcarp12-Aug-05 8:04 
GeneralRe: Looking for GIS knowledge Pin
FlamTaps12-Aug-05 9:10
FlamTaps12-Aug-05 9:10 
GeneralVC++ and Java Pin
llp00na12-Aug-05 7:56
llp00na12-Aug-05 7:56 
GeneralRe: VC++ and Java Pin
Luther Baker12-Aug-05 11:41
Luther Baker12-Aug-05 11:41 
GeneralLicense Keys Pin
Luther Baker12-Aug-05 7:47
Luther Baker12-Aug-05 7:47 
GeneralRe: License Keys Pin
Luther Baker12-Aug-05 7:53
Luther Baker12-Aug-05 7:53 
GeneralRe: License Keys Pin
Wes Aday12-Aug-05 9:12
professionalWes Aday12-Aug-05 9:12 
GeneralRe: License Keys Pin
Luther Baker12-Aug-05 11:18
Luther Baker12-Aug-05 11:18 
GeneralRe: License Keys Pin
SunKnight012-Aug-05 10:19
SunKnight012-Aug-05 10:19 
GeneralRe: License Keys Pin
Luther Baker12-Aug-05 11:31
Luther Baker12-Aug-05 11:31 
GeneralRe: License Keys Pin
Trollslayer12-Aug-05 22:28
mentorTrollslayer12-Aug-05 22:28 
GeneralRe: License Keys Pin
Luther Baker13-Aug-05 4:16
Luther Baker13-Aug-05 4:16 
QuestionHow to get current directory path in mfc?? Pin
c+-12-Aug-05 6:51
c+-12-Aug-05 6:51 
AnswerRe: How to get current directory path in mfc?? Pin
BlackDice12-Aug-05 7:03
BlackDice12-Aug-05 7:03 
AnswerRe: How to get current directory path in mfc?? Pin
David Crow12-Aug-05 7:44
David Crow12-Aug-05 7:44 
AnswerRe: How to get current directory path in mfc?? Pin
Ivan Cachicatari12-Aug-05 9:15
Ivan Cachicatari12-Aug-05 9:15 
AnswerRe: How to get current directory path in mfc?? Pin
ThatsAlok12-Aug-05 19:10
ThatsAlok12-Aug-05 19:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.