如果在键入/键入文本框中的url后,如何在winform中显示图像?以下方法适用于浏览图像,然后它会出现在组合框中,还有其他方法吗?因为我搜索多个它只是没有工作
OpenFileDialog OpenFd = new OpenFileDialog();
OpenFd.Filter = "Images only. |*.jpg; *.jpeg; *.png; *.gif;";
DialogResult dr = OpenFd.ShowDialog();
pictureBox2.Image = Image.FromFile(OpenFd.FileName);
textBox1.Text = OpenFd.FileName;
答案 0 :(得分:2)
newlist = [sorted(i,key=D1.get)[0] for i in L1]
使用TextBox的TextChanged事件