Click here to Skip to main content
15,891,409 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with Stdafx.cpp Pin
Nibu babu thomas15-Aug-06 20:29
Nibu babu thomas15-Aug-06 20:29 
GeneralRe: Problem with Stdafx.cpp Pin
georgekjolly15-Aug-06 20:39
georgekjolly15-Aug-06 20:39 
QuestionMFC modal dialog question Pin
HongCao15-Aug-06 19:51
HongCao15-Aug-06 19:51 
AnswerRe: MFC modal dialog question Pin
Michael Dunn15-Aug-06 19:55
sitebuilderMichael Dunn15-Aug-06 19:55 
GeneralRe: MFC modal dialog question Pin
Christian Graus15-Aug-06 20:09
protectorChristian Graus15-Aug-06 20:09 
GeneralRe: MFC modal dialog question Pin
Michael Dunn15-Aug-06 20:15
sitebuilderMichael Dunn15-Aug-06 20:15 
AnswerRe: MFC modal dialog question Pin
Hamid_RT18-Aug-06 8:09
Hamid_RT18-Aug-06 8:09 
Questiontab control on docking window Pin
harsha_123415-Aug-06 19:47
harsha_123415-Aug-06 19:47 
Hi all,

in my project i am having a docking window on with class CDocBuild
class CDocBuild:public CSizingDocBar
now i want to create a tab control in this docking window.
in which there will can be build result window,watch window etc
something like vc6.0 build window.

so currently i am adding CTabCtrl m_wndTabCtrl as a public member in this class.

and then doing InsertItem to create new tabs and associating imagelist with it.
but InsertItem returns 0 based index of the new tab. it doesnot give handle to the newly added tab. so that's why i am not able to create new child window in this page.

so i want to create child window's in this new pages such as edit box list view etc. so How should i proceed?

and one more question as i said i am adding public member as m_wndTabCtrl which is object of CTabCtrl but i am confused whether i should derive a class from CTabCtrl and then make it's object as m_wndTabCtrl??

class BuildTab: public CTabCtrl
{
};
BuildTab m_wndTabCtl;//in docking window

What advantage this method gives??
Thanks and regards
Harshal
QuestionCAsyncSocket::Create for IPV6 Pin
Pappu5star15-Aug-06 19:40
Pappu5star15-Aug-06 19:40 
QuestionSerialize a Wizard Pin
DanYELL15-Aug-06 17:59
DanYELL15-Aug-06 17:59 
QuestionHelp!!Get image and save at local computer... Pin
mimimimilaw15-Aug-06 17:08
mimimimilaw15-Aug-06 17:08 
AnswerRe: Help!!Get image and save at local computer... Pin
Hamid_RT15-Aug-06 19:11
Hamid_RT15-Aug-06 19:11 
AnswerRe: Help!!Get image and save at local computer... Pin
David Crow16-Aug-06 3:36
David Crow16-Aug-06 3:36 
QuestiongSOAP problem, who know this error message? Pin
simonchen.net15-Aug-06 16:37
simonchen.net15-Aug-06 16:37 
AnswerRe: gSOAP problem, who know this error message? Pin
Milton Karimbekallil15-Aug-06 18:09
Milton Karimbekallil15-Aug-06 18:09 
GeneralRe: gSOAP problem, who know this error message? [modified] Pin
simonchen.net16-Aug-06 16:02
simonchen.net16-Aug-06 16:02 
QuestionC++ make exe Pin
CheesyPoofs15-Aug-06 16:17
CheesyPoofs15-Aug-06 16:17 
AnswerRe: C++ make exe Pin
Christian Graus15-Aug-06 16:36
protectorChristian Graus15-Aug-06 16:36 
GeneralRe: C++ make exe Pin
CheesyPoofs15-Aug-06 16:38
CheesyPoofs15-Aug-06 16:38 
GeneralRe: C++ make exe Pin
Christian Graus15-Aug-06 16:48
protectorChristian Graus15-Aug-06 16:48 
GeneralRe: C++ make exe Pin
CheesyPoofs15-Aug-06 16:50
CheesyPoofs15-Aug-06 16:50 
GeneralRe: C++ make exe [modified] Pin
CheesyPoofs15-Aug-06 16:57
CheesyPoofs15-Aug-06 16:57 
GeneralRe: C++ make exe Pin
Christian Graus15-Aug-06 17:03
protectorChristian Graus15-Aug-06 17:03 
GeneralRe: C++ make exe Pin
CheesyPoofs15-Aug-06 17:07
CheesyPoofs15-Aug-06 17:07 
GeneralRe: C++ make exe Pin
Christian Graus15-Aug-06 17:25
protectorChristian Graus15-Aug-06 17:25 

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.