picturebox

  1. arpanmukherjee1

    Panel Control in C#

    hello, i have a panel. i add label and a pictureBox using this : private void AddLabelAndImage(ref Point startPoint, string labelText, System.Drawing.Image image) { Label label = new Label(); panel1.Controls.Add(label); label.Text = labelText...
  2. a_to_z123

    Save image from pictureBox in Visual C# 2008

    Hello guys, I'm developing a project in Visual C# 2008 and want t save an image from pictureBox to a file and load it later on into a pictureBox. Plz tell me how to do it... I've tried seraching MSDN and all but can't find the correct way to do it... So plz help. Can images be saved to...
  3. D

    Visual basic 6

    Can anybody give me the code of visual basic for popup calendar to a datefield and loading & saving photo through picturebox control on a form to linked access database. Regards Gopaldeb deb_gopal@yahoo.co.in
Top Bottom