How to call window developed in C# through FindWindow api.

Posted by Sagar Mane on Stack Overflow See other posts from Stack Overflow or by Sagar Mane
Published on 2011-03-10T16:01:03Z Indexed on 2011/03/10 16:10 UTC
Read the original article Hit count: 224

Filed under:
|
|

Hello All,

I am new to C# and xaml code. I have one sample code which implemented in C#. when I have reviewed xaml file I got <Window x:Class="test.MainWindow">.

So does test.MainWindow indicate the class name for this window.

I am trying to invoke this window from other application which is developed in win 32. I am trying to pass this class name to FindWindow("test.MainWindow",NULL) ,but it fails. does anything missing over there.

how I can change the class name of window developed in C#?

Thanks,

Sagar

© Stack Overflow or respective owner

Related posts about c#

Related posts about winapi