[解答](魔岩工作室 Rock Studio)
用budapi.u32吧,简单实用的两个函数baMakeShortcut和baMakeShortcutEx:
Result := baMakeShortcut( FileName , Path , Title )
Creates a Win 95/NT shorcut.
FileName is the file the shortcut points to.
Path is the location for the shortcut to be created in.
Title is the name to give the shortcut.
Returns 1 if made successfully, else 0.
Only works in 32 bit.
Result := baMakeShortcutEx( FileName, Path, Title, Args, WorkDir, Icon, IconNumber, Hotkey, State )
Creates a Win 95/NT shorcut.
FileName is the file the shortcut points to.
Path is the location for the shortcut to be created in.
Title is the name to give the shortcut.
Args is the arguments for the shortcut.
WorkDir is the working dirctory.
Icon is the name of the icon file.
IconNumber is the number of the Icon to use.
Hotkey is the virtual key code of a hot key.
State is the state of the window.
Returns 1 if made successfully, else 0.
Only works in 32 bit.Web: http://www.qqread.com/authorware/n221359.html进入讨论组讨论。
相关图文阅读
频道图文推荐
健 康 咨 询
时 尚 咨 询
相关专题
- 用authorware制作多媒体自荐光盘(五) (396次浏览)
- 用authorware制作多媒体自荐光盘(二) (395次浏览)
- 2.1 创建Authorware 显示图标 (343次浏览)
- authorware课件打包小技巧 (214次浏览)
- Authorware 6.0网上多媒体课件制作--14.3 网 (148次浏览)
- 如何利用MJSAPI.u32在Authorware中实现Midi (142次浏览)
- 多媒体制作常见问答集(Authorware篇 下) (126次浏览)
- Authorware中如何输入数学符号? (121次浏览)
- Authorware作品的加密保护(1) (116次浏览)
- Activex控件的应用 (112次浏览)



