Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: count() function using STL Pin
Michael Dunn26-May-04 12:10
sitebuilderMichael Dunn26-May-04 12:10 
GeneralRe: count() function using STL Pin
BlackDice27-May-04 3:04
BlackDice27-May-04 3:04 
GeneralRe: count() function using STL Pin
toxcct26-May-04 22:56
toxcct26-May-04 22:56 
GeneralRe: count() function using STL Pin
BlackDice27-May-04 3:03
BlackDice27-May-04 3:03 
GeneralDirectShow and C++ (No-MFC) Pin
Paolo Ponzano26-May-04 10:33
Paolo Ponzano26-May-04 10:33 
GeneralRe: DirectShow and C++ (No-MFC) Pin
Antti Keskinen26-May-04 11:32
Antti Keskinen26-May-04 11:32 
GeneralRe: DirectShow and C++ (No-MFC) Pin
Paolo Ponzano26-May-04 19:23
Paolo Ponzano26-May-04 19:23 
GeneralTreeCtrl in DialogBar in MFC MDI Pin
NTense26-May-04 9:58
NTense26-May-04 9:58 
I'm writing a MFC MDI application, that has a dockable DialogBar containing a TreeCtrl to manage the application's project workspace. The problem is, I can't seem to initialize or otherwise interact with my tree control. I'm using VS 6.0 professional, I've designed the dialog in the resource editor and given it the id IDD_TREE_ORGANIZER. In addition I assigned the tree control a variable within the dialog class (m_tree). At first I tried to initialize the tree control in the dialog's OnCreate() function, but I just got a blank control. Then I read that the control should be initialized in a dialog's OnInitDialog function. I tried that as well, but again got a blank tree control (though the sample exersize I worked on did fine.. It was on a standard dialog though, and not a dockable dialog bar owned by the mainframe). Does anyone know of some sample code out there that shows how to create and interact with a tree control in a dockable dialog bar in an MFC MDI application that I can use for reference? I've been working on this for weeks and I'm pretty frustrated at this point Frown | :(
GeneralRe: TreeCtrl in DialogBar in MFC MDI Pin
valikac26-May-04 13:20
valikac26-May-04 13:20 
GeneralWord Automation help Pin
C++NewBe26-May-04 9:54
C++NewBe26-May-04 9:54 
GeneralGet around having to use constants for 2d dynamic memory allocation Pin
aero6dyn26-May-04 9:45
aero6dyn26-May-04 9:45 
GeneralRe: Get around having to use constants for 2d dynamic memory allocation Pin
Rob Manderson26-May-04 10:39
protectorRob Manderson26-May-04 10:39 
GeneralRe: Get around having to use constants for 2d dynamic memory allocation Pin
aero6dyn27-May-04 8:00
aero6dyn27-May-04 8:00 
GeneralBitmap trace Pin
Vaclav26-May-04 9:25
Vaclav26-May-04 9:25 
GeneralDesparate Help needed Pin
dhermann26-May-04 8:52
dhermann26-May-04 8:52 
GeneralRe: Desparate Help needed Pin
GermanGeorge28-May-04 4:14
GermanGeorge28-May-04 4:14 
Generalpointer arithemetic (on an STL iterator) Pin
BlackDice26-May-04 7:29
BlackDice26-May-04 7:29 
GeneralRe: pointer arithemetic (on an STL iterator) Pin
BlackDice26-May-04 7:40
BlackDice26-May-04 7:40 
Generalgot it! Pin
BlackDice26-May-04 8:12
BlackDice26-May-04 8:12 
GeneralRe: pointer arithemetic (on an STL iterator) Pin
David Crow26-May-04 8:16
David Crow26-May-04 8:16 
GeneralVARIANT Pin
Roger H Art26-May-04 6:59
sussRoger H Art26-May-04 6:59 
GeneralRe: VARIANT Pin
mezla26-May-04 21:42
mezla26-May-04 21:42 
GeneralVARIANT Pin
Anonymous26-May-04 6:58
Anonymous26-May-04 6:58 
GeneralWindows media player Pin
Trollslayer26-May-04 6:56
mentorTrollslayer26-May-04 6:56 
GeneralRe: Windows media player Pin
Michael Dunn26-May-04 8:32
sitebuilderMichael Dunn26-May-04 8:32 

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.