string myState=null;
Microsoft.Win32.RegistryKey myRegistryKeyApp = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("<<Give Here Your Window Form Path>>");
myState = (string)myRegistryKeyApp.GetValue("WindowState");
if (myState != null && myState.CompareTo("Maximized") == 0)
//Window Is In Maximized State
else if (myState != null && myWindowsState.CompareTo("Minimized") == 0)
//Window Is In Minimized State
else
//Window Is In Normal State
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: