3
private void SetCredentials()
{
username = txtfromEmail.Text;
password = txtpassword.Text;
pictureLogin.Source = @"C:\Users\Sergio\Documents\Visual Studio 2008\Projects\emailwpf\emailwpf\ok.png";
}
我收到錯誤:"Cannot convert string to ImageSource"
。設置圖片來自資源文件
我該怎麼辦?
如果我想使用「/ok.png」而不是長字符串,我該怎麼做? – 2010-01-29 15:20:35
只是創建Uri對象,並指定UriKind.Relative – Yurec 2010-01-29 15:22:52