Forum  Core :: SDK (Vi...   How do I...?  BackgroundImage
Previous Previous
 
Next Next
New Post 9/28/2008 1:33 PM
  mattmichler
6 posts
No Ranking


Re: BackgroundImage 
public partial class MyForm : Form
    {
        public MyForm () { InitializeComponent(); }
        private void menuUpload_Click(object sender, EventArgs e) { openFileDialog1.ShowDialog(); }
        private void Form1_Load(object sender, EventArgs e) { openFileDialog1.FileOk += new CancelEventHandler(openFileDialog1_FileOk); }

        private void openFileDialog1_FileOk(object sender, CancelEventArgs e)
     {
Gizmox.WebGUI.Common.Resources.ImageResourceHandle irh = new Gizmox.WebGUI.Common.Resources.ImageResourceHandle("image.jpg");
//This line works
pictureBox1.Image = irh;

//This line does not
this.BackgroundImage = irh;
}
}
 
New Post 9/29/2008 1:27 AM
  Eyal.Albert
393 posts
3rd Level Poster




Re: BackgroundImage 

Hi,

I've opend an issue about it you can track it here.

Thanks,
Eyal Albret

 

 
Previous Previous
 
Next Next
  Forum  Core :: SDK (Vi...   How do I...?  BackgroundImage
Azure banner
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS