Click here to Skip to main content
15,918,742 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Popup blockers Pin
ArvindMaadam9-Oct-06 2:05
ArvindMaadam9-Oct-06 2:05 
QuestionURGENT HELP Pin
bakararshad6-Oct-06 7:52
bakararshad6-Oct-06 7:52 
AnswerRe: URGENT HELP Pin
led mike6-Oct-06 8:46
led mike6-Oct-06 8:46 
GeneralRe: URGENT HELP Pin
George L. Jackson6-Oct-06 11:09
George L. Jackson6-Oct-06 11:09 
AnswerRe: URGENT HELP Pin
hexorandor6-Oct-06 11:16
hexorandor6-Oct-06 11:16 
AnswerRe: URGENT HELP Pin
George L. Jackson6-Oct-06 11:20
George L. Jackson6-Oct-06 11:20 
AnswerRe: URGENT HELP Pin
Christian Graus8-Oct-06 9:04
protectorChristian Graus8-Oct-06 9:04 
QuestionPaste does not work [modified] Pin
Dinka6-Oct-06 6:58
Dinka6-Oct-06 6:58 
Hi,

I'm trying to write an application and have a strange problem:
MacroSelector * macroSelector = new MacroSelector();
if (macroSelector->ShowDialog() == System::Windows::Forms::DialogResult::OK)
{
programEditorTextBox->Paste();
}

Where programEditorTextBox is a RichTextBox. The paste does not work, but if then manually doing paste (CTRL+V) the text is pasted fine...
It seems that after the ShowDialog the Paste function does not work for some reason...

I copy the data to the clipboard in the following way:
Clipboard::SetDataObject(__gc new String(macro->GetMacroCode()), true);

wchar_t * ProgramMacro::GetMacroCode()
{
return m_szMacroCode;
}

Frown | :(

Dina


-- modified at 13:17 Friday 6th October, 2006
QuestionGUIDs Pin
Julian Goldsmith5-Oct-06 8:03
Julian Goldsmith5-Oct-06 8:03 
QuestionRewrite this function pointer Pin
bankai1234-Oct-06 20:57
bankai1234-Oct-06 20:57 
AnswerRe: Rewrite this function pointer Pin
User 5838524-Oct-06 21:26
User 5838524-Oct-06 21:26 
QuestionCOM object that has been separated from the underlying RCW can not be used Pin
lafleon4-Oct-06 14:13
lafleon4-Oct-06 14:13 
QuestionOrganization of .cpp and header files. [modified] Pin
bankai1233-Oct-06 13:51
bankai1233-Oct-06 13:51 
AnswerRe: Organization of .cpp and header files. Pin
User 5838523-Oct-06 20:20
User 5838523-Oct-06 20:20 
QuestionChange to /clr option Pin
Epi3-Oct-06 3:27
Epi3-Oct-06 3:27 
AnswerRe: Change to /clr option Pin
Nish Nishant3-Oct-06 4:32
sitebuilderNish Nishant3-Oct-06 4:32 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 4:38
Epi3-Oct-06 4:38 
GeneralRe: Change to /clr option Pin
Nish Nishant3-Oct-06 4:49
sitebuilderNish Nishant3-Oct-06 4:49 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 5:11
Epi3-Oct-06 5:11 
GeneralRe: Change to /clr option Pin
Nish Nishant3-Oct-06 5:29
sitebuilderNish Nishant3-Oct-06 5:29 
GeneralRe: Change to /clr option Pin
Epi3-Oct-06 21:55
Epi3-Oct-06 21:55 
GeneralRe: Change to /clr option Pin
Epi4-Oct-06 4:50
Epi4-Oct-06 4:50 
QuestionShow Console + ShowDialog [modified] Pin
bankai1232-Oct-06 16:13
bankai1232-Oct-06 16:13 
AnswerRe: Show Console + ShowDialog [modified] Pin
User 5838522-Oct-06 20:47
User 5838522-Oct-06 20:47 
GeneralRe: Show Console + ShowDialog Pin
bankai1232-Oct-06 21:15
bankai1232-Oct-06 21:15 

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.