摘要: 1.前台页面(Default.aspx):%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"html xmlns="http://www.w3.org/1999/xhtml"head runat="server" 阅读全文
posted @ 2010-12-22 00:21 Erola 阅读(958) 评论(0) 推荐(3) 编辑
摘要: 1.首先电脑需要安装完整版的Microsoft Office并选择安装Microsoft Office 工具(默认是不安装的)。2.添加项目对MODI的引用:右键单击项目下的引用--添加引用--选择COM下的--Microsoft Office Document Imaging 12.0 Object Library--确定。3.添加 using System.Runtime.InteropServices; 命名空间,以调用windows API函数。4.所用到的API函数:[DllImport("user32.dll")]//获取窗口句柄 public static extern IntP 阅读全文
posted @ 2010-12-22 00:18 Erola 阅读(5402) 评论(2) 推荐(0) 编辑