在form上放一個timer,再加入以下的code~
void __fastcall TForm1::Timer1Timer(TObject *Sender)
{
FlashWindow(Form1->Handle, true); //form抬頭閃爍}
FlashWindow(Application->Handle, true); //最小化閃爍
在form上放一個timer,再加入以下的code~
void __fastcall TForm1::Timer1Timer(TObject *Sender)
{
FlashWindow(Form1->Handle, true); //form抬頭閃爍}
FlashWindow(Application->Handle, true); //最小化閃爍
Comment Permissions: Allow commenting