private void ToolStripMenuItem_Click(object sender, EventArgs e) { foreach (Form CurrentForm in this.MdiChildren) { if (CurrentForm is formReceiptAuto) { CurrentForm.MdiParent = this; CurrentForm.Show(); return; } } formReceiptAuto ReceiptAuto = new formReceiptAuto(); ReceiptAuto.MdiParent = this; ReceiptAuto.Text = "ออกใบกำกับภาษีอัตโนมัติ"; ReceiptAuto.Show(); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง