08 2011 档案

摘要:#region 窗体内嵌外部程序的显示[DllImport("User32.dll ", EntryPoint = "SetParent")]private static extern IntPtr SetParent(IntPtr hWndChild, IntPtr hWndNewParent);[DllImport("user32.dll ", EntryPoint = "ShowWindo... 阅读全文
posted @ 2011-08-28 22:55 梦想(胡大利) 阅读(314) 评论(0) 推荐(0)
摘要:要替换的内容: Description ( "Gets or sets the name of the series." ), Description( "Gets the series' collection of data points." ), Category("Elements"), DesignerSerializationVisibility(DesignerSerializationVisibility.Content), Editor("DevExpress.XtraCharts.Design.Se 阅读全文
posted @ 2011-08-02 22:51 梦想(胡大利) 阅读(863) 评论(0) 推荐(0)
摘要:using System;using System.Windows.Forms;using System.IO;using System.Collections;using Microsoft.Win32;using System.Configuration.Install;using System.ServiceProcess;using System.Diagnostics;namespace hhhh{ public partial class Form1 : Form { public Form1() { Initializ... 阅读全文
posted @ 2011-08-01 19:27 梦想(胡大利) 阅读(889) 评论(1) 推荐(0)