void Iconfinder(string cri) { int a = 1; foreach (Match _match in new Regex(@"""(https://cdn\d{1,}.iconfinder.com/data/icons/.*?.png)""").Matches(("https://www.iconfinder.com/search/?q=" + cri + "&maximum=512&price=free").toHTML())) { string fil = System.IO.Path.GetFileNameWithoutExtension(_match.Groups[1].Value) + a.ToString("0000") + System.IO.Path.GetExtension(_match.Groups[1].Value); System.Diagnostics.Process.Start(@"C:\Program Files\Internet Download Manager\IDMan.exe", "/a /n /d " + _match.Groups[1].Value + " /p \"" + @"D:\TOON\icons\iconfinder" + "\" /f \""+ fil); System.Threading.Thread.Sleep(1000); toolStripStatusLabel1.Text = "คำค้น " + cri+ ";Get file " + fil; a++; } toolStripStatusLabel1.Text = "Get file Complete..."; }
if (textBox1.Text == "") return; foreach (string s in textBox1.Lines) { new System.Threading.Thread(Iconfinder).Start(new object[] { s }); } textBox1.Text = "";
private void Form1_Load(object sender, EventArgs e) { for (byte b = 65; b <= 90; b++) new System.Threading.Thread(RunRandom).Start(new object[] { Convert.ToChar(b).ToString() }); } void RunRandom(object obj) { string s = (string)((object[])obj)[0]; for (int i = 0; i < new Random().Next(1,1000000); i++) { this.Invoke(new Action(() => { this.Text = "elapsed time of " + s + " is " + i; })); richTextBox1.Invoke(new Action(() => { richTextBox1.Text += Environment.NewLine + "elapsed time of " +s+ " is " + i; })); System.Threading.Thread.Sleep(100); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง