demo01: 加载首页的时候,可能会很缓慢,放一张等待图片. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title> New Document </title> <style type="text/css"> .loadpagediv{ width:160px; height:56
using DevExpress.XtraEditors; using DevExpress.XtraSplashScreen; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading; using
窗体拉一个Button按钮和一个加载等待显示的label, label默认隐藏,点击按钮时显示这个label,加载完再隐藏 1.工具箱拉BackgroundWorker控件到窗体 2.backgroundWorker1属性-闪电图标-双击点进去DoWork事件和RunWorkerCompleted事件 public partial class Ceshi2 : Form { public Ceshi2() { InitializeComponent(); CheckForIllegalCross