c#高手看看什么问题 using System; using System.Collections.Generic; using System.ComponentModel; usiusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/08 17:40:35
c#高手看看什么问题 using System; using System.Collections.Generic; using System.ComponentModel; usiusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System
c#高手看看什么问题 using System; using System.Collections.Generic; using System.ComponentModel; usi
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication4
{
public partial class Form1 : Form
{
public Form1()
{
CfrmSplash frmSplash=new CfrmSplash();
frmSplash.Show();
InitializeComponent();
for(int i=1;i
c#高手看看什么问题 using System; using System.Collections.Generic; using System.ComponentModel; usiusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System
CfrmSplash类是自己实现的,不是系统的吧?
你这里的程序应该不完整,需要增加CfrmSplash类,实现加载进度.
CfrmSplash类也是一个Form,包含一个label2和一个progressBar1两个控件.