Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WndProc with no visible form?

I want to create a form on a second thread that will receive messages in it's WndProc method. What is the recommended way to create an invisible form like this? Is setting "ShowInTaskbar=false" and "Visible=false" enough, or is there a "cleaner" way?

like image 531
Jon Tackabury Avatar asked Dec 01 '25 05:12

Jon Tackabury


1 Answers

I'm not sure what you mean by "cleaner". The standard way to create a form that is invisible to the user is to set Visible and ShowInTaskbar to false.

like image 194
David Nelson Avatar answered Dec 03 '25 18:12

David Nelson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!