Hi, I want to build an application on VB.Net in which when someone selects clix the button which contains a model No. of Cell Phone, a JPEG Diagram should be opened in Windows Image Viewer Instead of Picturebox of Form because the users have to Zoom, Rotate and Save the diagram.... I an using Visual Studio 2010, I searched a lot but I never find a single solution how to do this ?? therefore, I need help can any body tell me how to do this? how to code will be executed??
Thankx 4 any suggestion...
How to Opens JPEG Diagram through VB.Net in Windows Image Viewer
Started by DrDotNet, Jan 22 2012 09:09 AM
2 replies to this topic
#1
Posted 22 January 2012 - 09:09 AM
|
|
|
#2
Posted 25 January 2012 - 01:18 AM
Use :
For example
System.Diagnostics.Process.start("LOCATION OF IMAGE")
For example
System.Diagnostics.Process.start("C:\images\myimage.jpg")
#3
Posted 26 January 2012 - 07:41 AM
Great, its working.. but I want to use existing Images from My.Resources, and its not working on it.. is there any other solution ??
Thankx 4 response
Thankx 4 response
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









