Anyone knws how to repaint another image ? C# windows mobile device to samsung omnia
- by cheesebunz
private void pictBoxUp_Click(object sender, EventArgs e)
{
label1.Text = "Up";
pictBoxUp.Image=System.Drawing.Bitmap("how do i select path for another image in my desktop");
}
these are the codes i'm testing around