Guys How can Run Form from dll?
i use this code
i put it into Form.cpp but i got Errors in code any way to do that or it's impossible ?Code:int Main() { Application::EnableVisualStyles(); Application::SetCompatibleTextRenderingDefault(false); Application::Run(gcnew Form1()); return 0; }