[thelist] question concerning c# dynamically changing whatisinapicturebox

Lightning oktellme at earthlink.net
Fri Sep 1 14:29:05 CDT 2006


Chris- Just wanted to let you know  this works now by using application 
Path.

Thanks for your help
Laura

static string ImagePath = Application.StartupPath + @"\ElevatorImages\";

string ImageOfWaitingArea;

ImageOfWaitingArea = ImagePath + PassengerImage[j];

pbxPeople1.Image = Image.FromFile(ImageOfWaitingArea);




More information about the thelist mailing list