C#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
  }
}
Was this page helpful?