代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/237982/13915013
frm frmscbb.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmscbb
BorderStyle = 3 'Fixed Dialog
ClientHeight = 1050
ClientLeft
www.eeworm.com/read/192685/8361289
txt index1.txt
1,运行程序时出现Snapshot 用户定义类型未定义
问题: 本人有一工程是vb6.0编写的,现已经升级为vb6.0,data控件是用dao2.5/3.5 compatibility library 现在想升级到dao3.60 object ibrary,运行程序时出现 Dim SsDEPOSIT As Snapshot 用户定义类型未定义。(已经在工程-引用下选择dao3.60)
www.eeworm.com/read/192685/8362751
txt 如何在文件拷贝中使用进度条.txt
FileCopy的 确 存 在 你 说 的 问 题 。 你 可 以 使 用 API函 数 SHFileOperation, 这 个 函 数 可 以 实 现 拷 贝 功 能 , 同 时 还 可 以 显 示 带 有 进 度 条 的 标 准 动 画 对 话 框 。
陈 鸿 伟 来 信 表 示 : 对 SHFileOperation还 不 太 满 意 , 因 为 它 要 打 开 自 己 的 窗
www.eeworm.com/read/388456/8608340
cs form1.designer.cs
/*****************************************************************************/
/*
XMEM Browser for extended C/C++ Dynamic Memory Control And Debug Library
Copyright (C) Juergen Mueller (
www.eeworm.com/read/432005/8639984
txt @psc_readme_68587_1.txt
Title: Vista Style Progressbar
Description: This is a Vista style progress bar i built for one of my programs, it has min,max and value settings and looks clean and works well with no known bugs
Thi
www.eeworm.com/read/432005/8639987
ctl vistaprog.ctl
VERSION 5.00
Begin VB.UserControl VistaProg
ClientHeight = 3600
ClientLeft = 0
ClientTop = 0
ClientWidth = 4800
ScaleHeight = 3600
ScaleWidth
www.eeworm.com/read/387434/8677324
pas uniprintform.pas
unit UniPrintForm;
interface
uses
SysUtils, Dialogs, ExtCtrls, DBCtrls, StdCtrls, Graphics,
Mask, DB, DBTables, Printers, FMTBcd, SqlExpr, ComCtrls,
Classes, Controls, Forms, math, DBXp
www.eeworm.com/read/430197/8762303
pas unittransfers.pas
unit UnitTransfers;
interface
uses
Windows,
Messages,
SysUtils,
Variants,
Classes,
Graphics,
Controls,
Forms,
Dialogs,
ComCtrls,
ExtCtrls,
Sockets;
type
www.eeworm.com/read/429300/8812551
pas postmessagegetu.pas
unit PostMessageGetU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls;
var
UserMessage: UINT;
type
TForm1 = class(TF
www.eeworm.com/read/429300/8812558
pas sendnotifymessagegetu.pas
unit SendNotifyMessageGetU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls;
type
TForm1 = class(TForm)
Label1: TLabe