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

Thread: dll question

Threaded View

  1. #9
    Join Date
    Jan 2003
    Location
    7,107 Islands
    Posts
    2,487

    Re: dll question

    why pass the app.title when there is the form's handle/caption?

    if you used the form's handle you would have been using the IsWindow API function inside the COM exe to check if the window exists.
    Last edited by Thread1; February 20th, 2007 at 09:37 PM.
    Busy

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