Forum: C++ Jul 16th, 2008 |
| Replies: 11 Views: 5,052 Can you post the code that you have written inside of your buttoncontrol. This will help a bit as a start to see if it is correctly written.
/J |
Forum: C++ Jul 16th, 2008 |
| Replies: 11 Views: 5,052 Put this void MarshalString inside your namespace.
This used for possible conversions.
Once you have done this, you can convert a std::string to System:: String^ like the code below:
void... |