代码搜索:Dialog
找到约 10,000 项符合「Dialog」的源代码
代码结果 10,000
www.eeworm.com/read/367929/9722447
class main_interface$info_search_dialog_jbutton_search_actionadapter.class
www.eeworm.com/read/367929/9722453
class main_interface$info_search_dialog_jbutton_close_actionadapter.class
www.eeworm.com/read/367929/9722465
class main_interface$info_search_dialog_jcheckbox_sex_actionadapter.class
www.eeworm.com/read/192685/8363520
txt 如何从打印对话框中得到纸张的大小.txt
如 果 用 户 在 Common Dialog对 话 框 中 修 改 了 打 印 机 的 纸 张 设 置 , Printer对 象 会 做 相 应 的 改 变 , 所 以 你 可 以 访 问 Printer对 象 的 PaperSize属 性 得 到 纸 张 设 置 。 你 可 以 试 一 下 下 面 的 程 序 。
Print Printer.PaperSize
Co
www.eeworm.com/read/192685/8365287
txt 为什么在代码窗里的对象中找不到对话框控件.txt
VB的 Common Dialog Control不 支 持 任 何 事 件 , 所 以 你 在 代 码 窗 里 的 对 象 中 找 不 到 对 话 框 控 件 。 这 个 控 件 唯 一 的 类 似 事 件 的 功 能 是 如 果 你 将 CancelError设 置 为 True, 它 会 在 用 户 按 取 消 键 后 生 成 一 个 错 误 (错 误 号 32755), 你 可 以 用 O
www.eeworm.com/read/392007/8368467
m matload.m
function matload(filename)
% MATLOAD - loads MAT-files from the FDC datadirectory
%
% MATLOAD calls FDCLOAD to load files of type *.MAT (Matlab data-
% files).
%
% Usage:
% ======
% matload
%