• 大小: 0.59M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: winform  C#  c  

资源简介

C# WinForm打印程序示例

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Data.OleDb;
//Download by http://www.codefans.net
namespace WinFormsPrint
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void btnSel_Click(object sender EventArgs e)
        {
            string studentNo = txtSel.Text;
            string selectSql = “select * from Student “;
            string connStr = “Provider=Microsoft.ACE.OLEDB.12.0;Data Source=“ + System.Windows.Forms.Application.StartupPath.ToString().Replace(“bin\\Debug“ “DB\\Student.accdb“);
            if (!string.IsN

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

----------- ---------  ---------- -----  ----

              3391079                    63


评论

共有 条评论