Hello to all users that can help me I am new in the visual studio I try to make do Simple forum that contains Button and I want to do a simple function when I press on the button it will open a picture that I have in the resources folder very simple but I try 2 methods but I get an error this is the methods
Process.Start("C:\windows\system32\rundll32.exe", "C:\WINDOWS\System32\shimgvw.dll,ImageView_Fullscreen " & "real.png");
second
System.Diagnostics.Process.Start("real.png");
so please if somebody can help me it will be great