A
A
AleK1352016-11-07 15:04:52
Windows
AleK135, 2016-11-07 15:04:52

How to hide active C# WinForms window?

Good afternoon! I'm making a program to manage PowerPoint in C#. We need to make sure that the form is active during the slide show, but not visible. If I set the properties this.Visible = false or this.Hide() and even after that I set this.Activate() + to this TopMost = true, then it hides and becomes inactive. If you just leave this.Activate() and TopMost = true, then everything works, but of course, it is not hidden... What should I do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
edward_freedom, 2016-11-07
@AleK135

opacity 0

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question