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

C / C++ / MFC

 
Questionsending wav files using UPD protocol in vc++ Pin
janaswamy uday29-Dec-09 18:56
janaswamy uday29-Dec-09 18:56 
AnswerRe: sending wav files using UPD protocol in vc++ Pin
KingsGambit29-Dec-09 19:55
KingsGambit29-Dec-09 19:55 
AnswerRe: sending wav files using UPD protocol in vc++ Pin
raja jamwal31-Dec-09 8:22
raja jamwal31-Dec-09 8:22 
GeneralRe: sending wav files using UPD protocol in vc++ Pin
janaswamy uday1-Jan-10 23:44
janaswamy uday1-Jan-10 23:44 
Question[Resolved] CButtonST question, Remove the residue of old icon while setting a new icon with SetIcon [modified] Pin
Maxwell Chen29-Dec-09 18:51
Maxwell Chen29-Dec-09 18:51 
AnswerRe: CButtonST question, Remove the residue of old icon while setting a new icon with SetIcon Pin
KingsGambit29-Dec-09 19:47
KingsGambit29-Dec-09 19:47 
GeneralRe: CButtonST question, Remove the residue of old icon while setting a new icon with SetIcon Pin
Maxwell Chen29-Dec-09 20:03
Maxwell Chen29-Dec-09 20:03 
QuestionToolBar in singe document view Pin
Anu_Bala29-Dec-09 18:25
Anu_Bala29-Dec-09 18:25 
Hi,
In my applcaiton i have lot of views.But mainframe should be hided.So i created as single document each view as follow
pGroupViewTemplate = new CSingleDocTemplate(
		IDR_MAINFRAME,
		RUNTIME_CLASS(CCentumVPDoc),
		RUNTIME_CLASS(CFrameWnd), 
		RUNTIME_CLASS(CGroupView));
	AddDocTemplate(pGroupViewTemplate);

pGraphViewTemplate = new CSingleDocTemplate(
		IDR_MAINFRAME,
		RUNTIME_CLASS(CCentumVPDoc),
		RUNTIME_CLASS(CFrameWnd), 		 
		RUNTIME_CLASS(CGraphView));
	AddDocTemplate(pGraphViewTemplate);

I wil hide the mainframe window by
pMainFrame->ShowWindow(SW_HIDE/*m_nCmdShow*/);

But now i want toolbars for every view.I dont know where i put the code for getting toolbar.If it is MDI wnidow,then i will put that code in chilframe class.
Mainly to hide mainframe window,i avoid MDI.
What cna i do?

Anu

Questionmap Pin
ratprita29-Dec-09 17:35
ratprita29-Dec-09 17:35 
AnswerRe: map Pin
KingsGambit29-Dec-09 17:54
KingsGambit29-Dec-09 17:54 
GeneralRe: map Pin
ratprita29-Dec-09 18:08
ratprita29-Dec-09 18:08 
GeneralRe: map Pin
Tim Craig29-Dec-09 18:11
Tim Craig29-Dec-09 18:11 
GeneralRe: map Pin
KingsGambit29-Dec-09 18:23
KingsGambit29-Dec-09 18:23 
QuestionRe: map Pin
CPallini29-Dec-09 21:18
mveCPallini29-Dec-09 21:18 
AnswerRe: map Pin
ratprita29-Dec-09 21:23
ratprita29-Dec-09 21:23 
GeneralRe: map Pin
CPallini29-Dec-09 22:11
mveCPallini29-Dec-09 22:11 
JokeRe: map Pin
Maxwell Chen29-Dec-09 21:23
Maxwell Chen29-Dec-09 21:23 
QuestionTrouble loading a driver Pin
Mattzimmerer29-Dec-09 13:05
Mattzimmerer29-Dec-09 13:05 
AnswerRe: Trouble loading a driver Pin
Maxwell Chen29-Dec-09 19:06
Maxwell Chen29-Dec-09 19:06 
GeneralRe: Trouble loading a driver Pin
Mattzimmerer30-Dec-09 0:48
Mattzimmerer30-Dec-09 0:48 
Question[Message Deleted] Pin
noalias___29-Dec-09 12:55
noalias___29-Dec-09 12:55 
AnswerRe: library link error Pin
Chris Losinger29-Dec-09 12:59
professionalChris Losinger29-Dec-09 12:59 
GeneralRe: library link error Pin
noalias___29-Dec-09 13:16
noalias___29-Dec-09 13:16 
Questionstreambuf out_waiting replacement Pin
ajucker29-Dec-09 6:51
ajucker29-Dec-09 6:51 
QuestionHow can I return a deque from a function? Pin
DanYELL29-Dec-09 5:11
DanYELL29-Dec-09 5:11 

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.