Office中国论坛/Access中国论坛

标题: 修改系统的关于窗口,填写自己的代码 [打印本页]

作者: WTM1    时间: 2005-9-12 11:07
标题: 修改系统的关于窗口,填写自己的代码
Private Declare Function ShellAbout Lib "shell32.dll" Alias "ShellAboutA" (ByVal hwnd As Long, ByVal szApp As String, ByVal szOtherStuff As String, ByVal hIcon As Long) As Long



Sub test()

    ShellAbout Me.hwnd, "你的程序名字哈", "www.office-cn.net", LoadPicture("c:\*你的图标亚.ico")

End Sub


作者: kunlun    时间: 2005-9-12 17:42
这个好。不过,,,没用呀,自己发开的系统关于都是单独建的,,很少用系统的关于呀




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3