Torna al Thread

Dim OFD As New OpenFileDialog With OpenFileDialog1 .CheckFileExists = True .ShowReadOnly = False .Filter = "All Files |*.*|Bitmap Files (*)|*.bmp;*.gif;*.jpg;*.png;*.pdf" .FilterIndex = 2 If .ShowDialog() = Windows.Forms.DialogResult.OK Then PictureBox1.Image = Image.FromFile(.FileName) <<<<MEMORIA INSUFFICENTE 'txtFilepath.Text = AppDomain.CurrentDomain.BaseDirectory + "Image\" & IO.Path.GetFileName(.FileName) ' SE NELLA DIRECTORY DEL PROGRAMMA txtFilepath.Text = OpenFileDialog1.FileName End If End With
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5