Thread
:
Display image on 2nd form?
View Single Post
shah123
Contributor
16May2007,21:21
I made the property like following but giving exception
Login.cs
public String getImages
{
get{ return imgtextbox.text;}
}
tictactoe.cs
Login l=new Login();
Picturebox1.Load(l.getImages); // give exception here