代码搜索:progressBar
找到约 2,245 项符合「progressBar」的源代码
代码结果 2,245
www.eeworm.com/read/330251/12904798
cs welcomeform.designer.cs
namespace GreenBirdCinema
{
partial class WelcomeForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components =
www.eeworm.com/read/242302/13076658
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/242302/13078135
txt 如何在文件拷贝中使用进度条.txt
FileCopy的 确 存 在 你 说 的 问 题 。 你 可 以 使 用 API函 数 SHFileOperation, 这 个 函 数 可 以 实 现 拷 贝 功 能 , 同 时 还 可 以 显 示 带 有 进 度 条 的 标 准 动 画 对 话 框 。
陈 鸿 伟 来 信 表 示 : 对 SHFileOperation还 不 太 满 意 , 因 为 它 要 打 开 自 己 的 窗
www.eeworm.com/read/325476/13202724
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace progBarApp
{
///
/// Summary
www.eeworm.com/read/240209/13231038
java progresscanvas.java
/*
* @(#)ProgressCanvas 1.0 04/07/01 @(#)
*
* Copyright 2004 NTT DoCoMo, Inc. All rights reserved.
*/
import com.nttdocomo.ui.Canvas;
import com.nttdocomo.ui.Graphics;
/**
* Progres
www.eeworm.com/read/137982/13275517
frm frmqyxx.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomctl.ocx"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form frmqyxx
Caption
www.eeworm.com/read/137315/13330667
pas clientfrm.pas
unit ClientFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ComCtrls, WinSock, ExtCtrls;
type
TFrmMain = class(TForm)
www.eeworm.com/read/314319/13569307
cs tablefiller.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.IO;
using System.Data;
namespace PDA_test
{
///
www.eeworm.com/read/310405/13652409
java progressdialog.java
/*
* @(#)ProgressDialog.java 1.2 00/03/07
*
* Copyright (c) 1999 Sun Microsystems, Inc. All Rights Reserved.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
* modi
www.eeworm.com/read/302455/13834415
cs form闪屏.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.OleDb;
namespace 自动化考试系统
{
///