try { // step 2: // we create a writer that listens to the document // and directs a PDF-stream to a file PdfWriter.getInstance(document, new FileStream("Chap0101.pdf", FileMode.Create)); // step 3: we open the document document.Open(); // step 4: w
《用C#制作飘动的窗体效果》源代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace FallingGold { public partial class AboutForm : Form { pu
非常不错的国产JS弹出框插件,由前端工程师alien开发,提供多种类型的自定义对话框,使用方法简单,浏览器兼容性好,支持的弹出框模式有:
alert:普通提示(警告)对话框
confirm:询问(确认)对话框
message:简单消息对话框(无title、无按钮)
ifr a me:在对话框中嵌入一个ifr a me
tip:带有小三角指向的小tip
dialog:最基础的自定义对话框
var jDialogId = [];
(function ($) {
$.jDialog = fun