こんにちは私はMicrosoftVisualStudio2012でWindows8アプリを作成しており、xamlでボタンと画像要素を作成しました。ボタンを押して画像を読み込んでください。最初はどんな画像でも。これが私のxamlです
<Button Name="drawButton" Content="Draw" HorizontalAlignment="Left" Margin="427,204,0,0" VerticalAlignment="Top" Click="drawButton_Click"/>
<Image Name="card1" HorizontalAlignment="Left" Height="96" Margin="684,204,0,0" VerticalAlignment="Top" Width="71" Source=""/>
そして私のc++(私はこれがエラーだと思います):
card1->Source = "cards//c1.png";
何か案は?これはロケット手術であってはなりません。