المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Invisible Winform



C# Programming
05-08-2009, 12:22 AM
I have a third party api that seems only to work in a winform, not within a windows service or console program. From the look of the api it seems to be message based.

Is it possible to somehow make a c# winform invisible. Or, how can I add a message queue to my c# windows service to see if that is what is needed?