Click here to Skip to main content
15,920,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: how to resolve this issue? Pin
Mark Salsbery17-May-07 5:32
Mark Salsbery17-May-07 5:32 
QuestionMemory Leaks with Modal Dialog Boxes Pin
jerrylarsen17-May-07 0:37
jerrylarsen17-May-07 0:37 
AnswerRe: Memory Leaks with Modal Dialog Boxes Pin
toxcct17-May-07 0:49
toxcct17-May-07 0:49 
AnswerRe: Memory Leaks with Modal Dialog Boxes Pin
Hamid_RT17-May-07 1:32
Hamid_RT17-May-07 1:32 
AnswerRe: Memory Leaks with Modal Dialog Boxes Pin
Maximilien17-May-07 1:37
Maximilien17-May-07 1:37 
AnswerRe: Memory Leaks with Modal Dialog Boxes Pin
jerrylarsen17-May-07 3:15
jerrylarsen17-May-07 3:15 
AnswerRe: Memory Leaks with Modal Dialog Boxes Pin
krmed17-May-07 5:21
krmed17-May-07 5:21 
QuestionHow To Paste Clipboard data in TextBox In Other Dialog Pin
Zhen-Xlogic17-May-07 0:24
Zhen-Xlogic17-May-07 0:24 
Hello ppl need your help im working on an application and i have this code:

void CChatView::OnChatroomAddtoautojoin()<br />
{<br />
CString strOut;<br />
			strOut.Format(IDS_AUTOJOIN_ADD, GetDocument()->m_strRoom);<br />
			WriteSystemMsg(FALSE, strOut, g_sSettings.GetRGBOK());<br />
	CClipboard::SetText((LPSTR)(LPCSTR)GetDocument()->m_strRoom);<br />
	ManageAutojoins dlg;<br />
	dlg.DoModal();<br />
}


This code is copy a room id in Clipboard and after is Launche an other dialog now what i need the other dialog is IDD_AUTOJOIN_MANAGER (ManageAutojoins) this dialog have a text box named: IDC_ADD_BOX need when the user press the Menu Button "OnChatroomAddtoautojoin" after the copy of ID to paste Clipboard data in IDC_ADD_BOX in IDD_AUTOJOIN_MANAGER dialog.

With 2 words i need when the IDD_AUTOJOIN_MANAGER (ManageAutojoins) Launche to have pasted in IDC_ADD_BOX the room ID (was coppyed in Clipboard).

Can someone give the command? because im stack over 2 hours...

Thanks,
Zhen-Xlogic
AnswerRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hans Dietrich17-May-07 0:35
mentorHans Dietrich17-May-07 0:35 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Zhen-Xlogic17-May-07 0:54
Zhen-Xlogic17-May-07 0:54 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hamid_RT17-May-07 1:31
Hamid_RT17-May-07 1:31 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Zhen-Xlogic17-May-07 1:36
Zhen-Xlogic17-May-07 1:36 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hamid_RT17-May-07 1:45
Hamid_RT17-May-07 1:45 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hans Dietrich17-May-07 1:32
mentorHans Dietrich17-May-07 1:32 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Zhen-Xlogic17-May-07 10:15
Zhen-Xlogic17-May-07 10:15 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hans Dietrich17-May-07 21:35
mentorHans Dietrich17-May-07 21:35 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Zhen-Xlogic17-May-07 23:14
Zhen-Xlogic17-May-07 23:14 
GeneralRe: How To Paste Clipboard data in TextBox In Other Dialog Pin
Hans Dietrich18-May-07 3:02
mentorHans Dietrich18-May-07 3:02 
Questioncompiler error with &amp;amp;lt;&amp;amp;lt; operator overloading [modified] Pin
Dj_Lordas17-May-07 0:16
Dj_Lordas17-May-07 0:16 
AnswerRe: compiler error with &amp;amp;lt;&amp;amp;lt; operator overloading Pin
Hans Dietrich17-May-07 0:37
mentorHans Dietrich17-May-07 0:37 
GeneralRe: compiler error with &amp;amp;amp;amp;amp;lt;&amp;amp;amp;amp;amp;lt; operator overloading Pin
Dj_Lordas17-May-07 2:29
Dj_Lordas17-May-07 2:29 
GeneralRe: compiler error with &amp;amp;amp;amp;amp;lt;&amp;amp;amp;amp;amp;lt; operator overloading Pin
David Crow17-May-07 2:44
David Crow17-May-07 2:44 
GeneralRe: compiler error with &amp;amp;amp;amp;amp;amp;lt;&amp;amp;amp;amp;amp;amp;lt; operator overloading Pin
Dj_Lordas17-May-07 3:15
Dj_Lordas17-May-07 3:15 
QuestionRe: compiler error with &amp;amp;amp;amp;amp;amp;lt;&amp;amp;amp;amp;amp;amp;lt; operator overloading Pin
David Crow17-May-07 3:58
David Crow17-May-07 3:58 
AnswerRe: compiler error with &amp;amp;amp;amp;amp;amp;lt;&amp;amp;amp;amp;amp;amp;lt; operator overloading Pin
Dj_Lordas17-May-07 4:11
Dj_Lordas17-May-07 4: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.