Home > Back-end >  C Builder under Windows 7 after set-top, Alt Tab key to switch to the desktop is invalid, how to sol
C Builder under Windows 7 after set-top, Alt Tab key to switch to the desktop is invalid, how to sol

Time:10-17

C + + Builder under Windows 7 after set-top, press Alt + Tab key to switch to the desktop is invalid, how to solve this problem:
#include
# pragma hdrstop

# include "Unit1. H"
//-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
# pragma package (smart_init)
# pragma resource "*. DFM
"TForm1 * Form1;
//-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
__fastcall TForm1: : TForm1 (TComponent * Owner)
: TForm (the Owner)
{
Form1 - & gt; FormStyle=fsStayOnTop;
Form1 - & gt; WindowState=wsMaximized;
}
  • Related