Need to open an image file, like jpg ?
-
Hi I want to open a jpg file from calling with button and the image load with windows picture or somthing else. please help. tanx!
-
Hi I want to open a jpg file from calling with button and the image load with windows picture or somthing else. please help. tanx!
Bitmap.FromFile
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Bitmap.FromFile
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
please more explanation with complete code. thank U
-
Hi I want to open a jpg file from calling with button and the image load with windows picture or somthing else. please help. tanx!
ViewPictureBox.Image = System.Drawing.Bitmap.FromFile("here is your image path")
-
please more explanation with complete code. thank U
I see someone posted it. I recommend you read the article I link to in my sig, buy a book on VB.NET and learn some basics so you have a basis on which to understand answers given to you. If you can't work things out based on being told what method to call, you're probably just cutting and pasting code you're given but don't understand, and that's not how to learn.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )