摘要:
1、ShellExecute 【Use ShellAPI】ShellExecute(Handle, 'open', 'http://www.cnblogs.com/lovelp/', nil, nil, SW_SHOW);2、关于路径ExpandFileName() 返回文件的全路径(含驱动器、路径... 阅读全文
posted @ 2015-05-15 22:58
工程内业编程
阅读(333)
评论(0)
推荐(0)
摘要:
innosetup问题,如何让inno setup添加快捷方式默认选中,如何让inno setup在win7系统上有“在桌面上创建快捷方式”复选框? 阅读全文
posted @ 2015-05-15 20:41
工程内业编程
阅读(1108)
评论(0)
推荐(0)
摘要:
Q1:如何直接打印,不显示打印对话框?frxReport1.PrintOptions.ShowDialog := false; frxReport1.PrepareReport(true); frxReport1.Print();View CodeQ2:fastreport如何导出excel文档fr... 阅读全文
posted @ 2015-05-15 20:39
工程内业编程
阅读(518)
评论(0)
推荐(0)