D
Debu Das
Hi,
In my application i want to display picture in PictureBox.
I do not have problem in displaying ".jpg" files but i get exception
while displaying ".pic" files.
Below is the code that i am using in the application
Dim PicImage As Bitmap
PicImage = New Bitmap("1000.PIC")
PictureBox1.Image = PicImage
I am getting error Message "Invalid parameter used." using the above
code.
Is there any other way of displaying the ".pic" file
Any suggestion will be highly appreciated.
Thanks,
Debu
In my application i want to display picture in PictureBox.
I do not have problem in displaying ".jpg" files but i get exception
while displaying ".pic" files.
Below is the code that i am using in the application
Dim PicImage As Bitmap
PicImage = New Bitmap("1000.PIC")
PictureBox1.Image = PicImage
I am getting error Message "Invalid parameter used." using the above
code.
Is there any other way of displaying the ".pic" file
Any suggestion will be highly appreciated.
Thanks,
Debu