代码搜索:PATH
找到约 10,000 项符合「PATH」的源代码
代码结果 10,000
www.eeworm.com/read/192685/8364377
txt 在vb程序中如何自动让ppview32播放指定路径下的幻灯片.txt
Ppview32支 持 从 命 令 行 指 定 要 播 放 的 文 件 , 所 以 简 单 的 办 法 如 下 :
Shell App.Path & "pptview.exe " & App.Path & "myslides.ppt"
Ppview32还 支 持 更 复 杂 的 Automation方 式 可 以 更 好 地 控 制 播 放 地 效 果 , 不 过 稍 微
www.eeworm.com/read/192685/8364600
txt 制作发行光盘,运行报告“文件或路径无法找到”.txt
如 果 你 的 程 序 是 存 放 在 光 盘 的 根 目 录 , 则 问 题 就 很 明 确 了 。 你 使 用 App.Path返 回 .exe所 在 的 目 录 , 如 果 .exe位 于 根 目 录 , 则 App.Path的 末 尾 就 会 加 上 一 个 “ \” 号 , 如 “ E:\” , 所 以 你 的 FilePath就 可 能 变 成 这 样 : E:\\Pic\dwg\98
www.eeworm.com/read/392021/8367143
m printmif.m
function printmif(file,size,font,fig)
%printmif(file,size,font,fig) Print graph to an Adobe Illustrator file
% and then use ai2mif to convert it to FrameMaker MIF format.
% ai2mif is a slightly modif
www.eeworm.com/read/192613/8372390
frm form10.frm
VERSION 5.00
Begin VB.Form Form10
BorderStyle = 1 'Fixed Single
Caption = "职务类别"
ClientHeight = 5010
ClientLeft = 45
ClientTop = 435
Clie