<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div><br></div><div><span class="tab">    Hi, Ariel,</span><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span class="tab">    </span><span>I think the easiest way would be adding a C function which returns the desired text and then P/Invoke this function. You'd best return QString::utf16() because .NET strings are encoded with UTF-16. You have to only make sure the returned pointer (ushort*) points
 to valid memory.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span>Regards,</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; background-color: transparent; font-style: normal;"><span>Dimitar<br></span></div><div style="display: block;" class="yahoo_quoted"> <br> <br> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;">
 <div dir="ltr"> <font face="Arial" size="2"> On Thursday, January 23, 2014 1:18 AM, Ariel Rodriguez <arod2025mia@hotmail.com> wrote:<br> </font> </div>  <div class="y_msg_container">I have a program written in C++ using a QTextEdit textbox. I have another program written in C#, which I need to access a QTextEdit that is in the C++ program. Is there a way possibly with using the QProcess class and Qyoto to get the text from this textbox? FindWindow/FindWindowEx windows api did not work.<br><br>Thanks Before Hand<br><br><br>Posting at KDE:<br><br><a href="http://forum.kde.org/viewtopic.php?f=22&t=119334" target="_blank">http://forum.kde.org/viewtopic.php?f=22&t=119334 </a>                          <br>_______________________________________________<br>Kde-bindings mailing list<br><a ymailto="mailto:Kde-bindings@kde.org"
 href="mailto:Kde-bindings@kde.org">Kde-bindings@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/kde-bindings" target="_blank">https://mail.kde.org/mailman/listinfo/kde-bindings</a><br><br><br></div>  </div> </div>  </div> </div></body></html>