CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Feb 2005
    Posts
    64

    Exclamation Help on c++ Window Form and Handle

    Guys,



    i can just create a new item "Form (.net)" and then how can i show the form in my "Main()" execution? subsequently getting the form handle value...

    Okay, i got the method working however i bump into another problem here. how can i get through the following?

    why is
    Application::Run(myfrm);
    stop my "Main()" from proceeding ?? by right it is just suppose to launch the form and then still proceed to execute the rest of the code right??

    i dont get it please advise?.....

    my purpose here is to get the form launch out and proceed with the rest of the remaining code..



    Please advise.

    Thank You;
    Last edited by codegurugeek; September 14th, 2005 at 04:34 AM.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured