Click here to Skip to main content
15,911,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: AES Problem Pin
Rajkumar R24-Feb-08 20:54
Rajkumar R24-Feb-08 20:54 
GeneralRe: AES Problem Pin
Maxwell Chen24-Feb-08 21:03
Maxwell Chen24-Feb-08 21:03 
GeneralRe: AES Problem Pin
Rajkumar R24-Feb-08 21:53
Rajkumar R24-Feb-08 21:53 
GeneralRe: AES Problem Pin
BadKarma24-Feb-08 22:19
BadKarma24-Feb-08 22:19 
GeneralRe: AES Problem Pin
bob1697225-Feb-08 2:01
bob1697225-Feb-08 2:01 
GeneralCall of OnCreate in a CTreeCtrl derived class Pin
madmax000124-Feb-08 2:54
madmax000124-Feb-08 2:54 
QuestionRe: Call of OnCreate in a CTreeCtrl derived class Pin
prasad_som24-Feb-08 3:10
prasad_som24-Feb-08 3:10 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
madmax000124-Feb-08 3:24
madmax000124-Feb-08 3:24 
Yes, I have done this in the header file:

<br />
   //{{AFX_DATA(CMyMgrDlg)<br />
   enum { IDD = IDD_MY_MGR_DLG };<br />
   CMyTreeCtrl	m_treeCtrl2;<br />
   //}}AFX_DATA<br />


The object is created and I can call other functions I have added to CMyTreeCtrl.
When I create the object manually without a dialog resource it works:
<br />
   m_treeCtrl2.Create(WS_CHILD|WS_VISIBLE|WS_BORDER|TVS_HASLINES|TVS_LINESATROOT|TVS_HASBUTTONS|TVS_TRACKSELECT|TVS_SHOWSELALWAYS, rect, this, 1234);<br />


But I don't want to create all objects manually, I want to use the resource editor to do this.
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
prasad_som24-Feb-08 3:34
prasad_som24-Feb-08 3:34 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
madmax000124-Feb-08 3:51
madmax000124-Feb-08 3:51 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
Mark Salsbery24-Feb-08 9:00
Mark Salsbery24-Feb-08 9:00 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
madmax000124-Feb-08 9:25
madmax000124-Feb-08 9:25 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
Julberto Danray24-Feb-08 14:59
Julberto Danray24-Feb-08 14:59 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
Mark Salsbery24-Feb-08 20:49
Mark Salsbery24-Feb-08 20:49 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
Julberto Danray25-Feb-08 4:19
Julberto Danray25-Feb-08 4:19 
GeneralRe: Call of OnCreate in a CTreeCtrl derived class Pin
Mark Salsbery25-Feb-08 5:40
Mark Salsbery25-Feb-08 5:40 
QuestionFTP Monitor Pin
Golden Lee24-Feb-08 0:10
Golden Lee24-Feb-08 0:10 
GeneralRe: FTP Monitor Pin
Ed.Poore24-Feb-08 7:21
Ed.Poore24-Feb-08 7:21 
GeneralRe: FTP Monitor Pin
Golden Lee24-Feb-08 15:31
Golden Lee24-Feb-08 15:31 
GeneralRe: FTP Monitor Pin
Ed.Poore24-Feb-08 22:46
Ed.Poore24-Feb-08 22:46 
QuestionRe: FTP Monitor Pin
David Crow24-Feb-08 13:20
David Crow24-Feb-08 13:20 
GeneralRe: FTP Monitor Pin
Golden Lee24-Feb-08 15:15
Golden Lee24-Feb-08 15:15 
GeneralRe: FTP Monitor Pin
David Crow25-Feb-08 2:16
David Crow25-Feb-08 2:16 
QuestionTo automatically call a function at the end of each line Pin
Mushtaque Nizamani23-Feb-08 21:29
Mushtaque Nizamani23-Feb-08 21:29 
GeneralRe: To automatically call a function at the end of each line Pin
Christian Graus23-Feb-08 22:12
protectorChristian Graus23-Feb-08 22:12 

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.