Custom Window Class

Hello,

I'm trying to give my app a custom class name instead of the default name given (something like WindowsForms10.Window.8.app.0.3b95145) for sending messages to from a different app. I've searched everywhere but I can't find a way of doing it in C#, does anyone know a way of doing it?
[314 byte] By [Rugazi] at [2007-11-19 1:57:49]
# 1 Re: Custom Window Class
I don't think you can. You can in C++, not in .NET because the form creation code is hidden from you.

Darwen.
darwen at 2007-11-9 1:41:46 >