Results 1 to 1 of 1
  1. #1
    MyOwn
    MyOwn is offline
    Guest
    Join Date
    2014 Feb
    Posts
    3
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Guys How can Run Form from Dll?

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

Similar Threads

  1. [Help] how to add Form into Dll
    By MyOwn in forum VB, .NET Framework
    Replies: 0
    Last Post: 2014-02-19, 04:10 PM
  2. [Help] Doubt in calling form
    By Vitrix Maggot in forum Delphi
    Replies: 2
    Last Post: 2013-11-19, 09:04 AM
  3. [Tutorial] [C++] Form In Dll
    By xByte in forum C/C++
    Replies: 1
    Last Post: 2012-09-07, 11:57 PM
  4. Replies: 1
    Last Post: 2012-01-07, 11:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •