c# - Show hidden window -


I am creating a child console application using the process. The start method process is created with ProcessWindowStyle.Hidden WindowStyle but then I need SendInput to this window and try to show it using ShowWindow method but ShowWindows has no effect.

You generally need to change the property of hidden process style form.

Show methods () To set the property is the same to set the property (hide) sets it to false.)


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -