G
G
German2019-04-08 21:59:31
visual studio
German, 2019-04-08 21:59:31

How to use regular C++ code in GUI written in CLR?

Here I created the project "CLR Application", created the form and stuck the button.
Here is the button event:

private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {
    ...
  }

I want to display a MessageBox , not the one that the CLR has, but the one in Windows.h , how can I do this?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question