• 首页
  • 小学语文
  • 中学语文
  • 中学英语
  • 免费论文
  • 教学随笔
  • 学生作文
  • 综合考试
  • 试题教案
  • 育儿话题
  • 教学资源
  • 编程技术
  • 博客
  • 如何做出像Foxmail、MSN的消息窗体的效果

    日期:2003-03-25  地址:  作者:

    Procedure TForm1.FormCreate(Sender: TObject);Begin  Form1.Top := Screen.Height;  Form1.Left := Screen.Width - Form1.Width;  SysTmrTimer.Enabled := True;End;

    Procedure TForm1.SysTmrTimerTimer(Sender: TObject);//SysTmrTimer是个TimerBegin  //请将Interval属性设为10…  Form1.Top := Form1.Top - 1;  If Form1.Top = Screen.Height - Form1.Height Then    SysTmrTimer.Enabled := False;End;

    End.

    结合此文章可以做出更多效果……渐变、透明什么的…http://blog.csdn.net/greatsuperyoyonc/archive/2004/07/23/50326.aspx

    对 如何做出像Foxmail、MSN的消息窗体的效果 文章的评论    [查看网友评论]

    验证码:
    匿名发表: