代码搜索:progress
找到约 5,291 项符合「progress」的源代码
代码结果 5,291
www.eeworm.com/read/121258/14763083
cpp statusbarwithprogress.cpp
//---------------------------------------------------------------------------
// Copyright (C) 1997, Interscope Ltd. All rights reserved.
// This software is protected by copyright law. Unauthorised
www.eeworm.com/read/111979/15497754
cpp statusbarwithprogress.cpp
//---------------------------------------------------------------------------
// Copyright (C) 1997, Interscope Ltd. All rights reserved.
// This software is protected by copyright law. Unauthorised
www.eeworm.com/read/100900/15862593
cpp statusbarwithprogress.cpp
//---------------------------------------------------------------------------
// Copyright (C) 1997, Interscope Ltd. All rights reserved.
// This software is protected by copyright law. Unauthorised
www.eeworm.com/read/365579/9853645
txt readme.txt
制作弹出式进度对话框
作者 Chris Maunder
下载整个项目(38 k),下载类文件(5 k)选择英文原文
在很多情况下,你需要制作一个弹出式进度对话框以显示一个容长
工作的进程,在一个对话框中加入一个进度条控制和一个取消按
钮然后为每个项目加入控制的消息这样就会把进度对话框变的单调
杂乱,
C<mark>Progress</mark>Wnd 是一个非常简单的窗口 ...
www.eeworm.com/read/121924/6067059
cs downloadprogressingeventargs.cs
using System;
namespace Org.InteliIM.Activities.FileSharing
{
public class DownloadProgressingEventArgs : EventArgs
{
private float progress;
public float Progress
{
get
{
www.eeworm.com/read/169773/5411099
txt 上传基础.txt
进度的上传使用
1.组件HttpUploadModule.cs,Progress.cs
2.页面Default.* Progress.*
1.组件方面(HttpUploadModule.cs)
using System;
using System.Collections;
using System.Collections.Specialized;
using Syst
www.eeworm.com/read/283103/9042684