Helpers,
I have an application to which I added a form (Add New Item) with combo box,
a text box and some check boxes.
Inside the OK_Button handler method, I can read the text displayed in the
text and combo boxes after converting the strings from managed to unmanaged.
However, I am unable to obtain those same strings when I call from the
parent application.
I am using public char* to point to these unmanaged strings. Why am I
having these problems and how can I get around them?
Jazz
Herfried K. Wagner [MVP] - 10 Sep 2004 09:32 GMT
* "Jazzkt" <jazz@msn.com> scripsit:
> I have an application to which I added a form (Add New Item) with combo box,
> a text box and some check boxes.
[quoted text clipped - 6 lines]
> I am using public char* to point to these unmanaged strings. Why am I
> having these problems and how can I get around them?
What programming language are you using?
How are you reading the strings from the controls?

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/