[DllImport("CoreDll.dll")] public static extern void MessageBeep(int code); public static void MessageBeep() { MessageBeep(-1); // Default beep code is -1 }
using System.Runtime.InteropServices; [DllImport("coredll.dll", EntryPoint = "PlaySoundW", SetLastError = true)] private extern static bool PlaySound(string lpszName, IntPtr hModule, int dwFlags);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง