Search
Feedback
Setup for Free
C
C#
•
3y ago
•
57 replies
krazycay
❔ how to detect if console app is maximized (IsZoomed)
i don
't know how to correctly call IsZoomed in this case
, so if anyones willing to help out it
'd be really appreciated
.
// example while (true) { if (IsZoomed) { // do code } }
// example while (true) { if (IsZoomed) { // do code } }
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,318
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
// example
while
(
true
)
{
if
(IsZoomed)
{
// do code
}
}
// example
while
(
true
)
{
if
(IsZoomed)
{
// do code
}
}
Next page
Similar Threads
how to get the console app
C
C# / help
10mo ago
How can I detect if my app is being run on a VM?
C
C# / help
2y ago