哪位大哥可以提供一段添加logo窗口的程序啊?感激不尽!!

aifycy 2003-08-22 09:54:07
如题。
...全文
44 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
fancy05 2003-09-18
  • 打赏
  • 举报
回复
看看这个贴子http://expert.csdn.net/Expert/topic/1767/1767623.xml?temp=.3605615
用JSP的方法是行的。
CACACACACA 2003-09-15
  • 打赏
  • 举报
回复
记得#include "logo.h"

GaoLun 2003-08-22
  • 打赏
  • 举报
回复
http://expert.csdn.net/Expert/topic/1767/1767623.xml?temp=.3605615
gyj_china 2003-08-22
  • 打赏
  • 举报
回复
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
{
DWORD ltime;
try
{
Application->Initialize();
Logo = new TLogo(Logo);
Logo->Width = 100;
Logo->Show();
Logo->Update();
ltime=GetTickCount();
Application->CreateForm(__classid(TMainForm), &MainForm);
Application->CreateForm(__classid(TAboutBox), &AboutBox);
Application->CreateForm(__classid(TRecord), &Record);
Application->CreateForm(__classid(TCustomerData), &CustomerData);
while((GetTickCount()-ltime)/1000 < 3);
Logo->Hide();
delete Logo;
Application->Run();
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
catch (...)
{
try
{
throw Exception("");
}
catch (Exception &exception)
{
Application->ShowException(&exception);
}
}
return 0;
}

1,178

社区成员

发帖
与我相关
我的任务
社区描述
C++ Builder 数据库及相关技术
社区管理员
  • 数据库及相关技术社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧