Anyone knws how to repaint another image ? C# windows mobile device to samsung omnia

Posted by cheesebunz on Stack Overflow See other posts from Stack Overflow or by cheesebunz
Published on 2010-04-23T05:08:13Z Indexed on 2010/04/23 5:13 UTC
Read the original article Hit count: 296

Filed under:

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

© Stack Overflow or respective owner

Related posts about c#