Forum
Merhaba, bir proje oluşturuyorum. projem Bir katalog ile alakalı yani şöyle mobilya resmini secicek televizyona tam ekran olarak gösteriek nasıl yapabilirim?
merhaba aşağıdaki şekilde halledebili,rsiniz.
private void Form1_Load(object sender, EventArgs e)
{
this.TopMost = true;
this.FormBorderStyle = FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;
}
ProfectSoft Yazılım ve Danışmanlık Hizmetleri
LogPusher & Bifyou E-Commerce System
www.profectsoft.com
Merhaba resimi nasıl bozulmadan tam ekran yapacağım tam ekran olduda resimi tam ekran yapmadı.
picturenin locaationu nu 0,0 yap daha sonra code kısmında picture.with = form1.widht heigt icinde aynısını yap full scree buyumus olacaktır.
sygılar
ProfectSoft Yazılım ve Danışmanlık Hizmetleri
LogPusher & Bifyou E-Commerce System
www.profectsoft.com
Hocam kusura bakma senide yoruyorum ama şunları yaptım
this.TopMost = true;
this.FormBorderStyle = FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;
pictureBox1.Location = new Point(0, 0);
pictureBox1.Width = teklikoltuk2.Width;
pictureBox1.Height = teklikoltuk2.Height;
bunları yapınca
An Object reference is required for the non-static field method or property 'Control.Weight'
An Object reference is required for the non-static field method or property 'Control.Height'
Hatalarını alıyorum.
varmı hatayı çözecek ?
merhaba
Size size = new Size(×,y);
picturebox1.Size = size;
seklind edenermisin
ProfectSoft Yazılım ve Danışmanlık Hizmetleri
LogPusher & Bifyou E-Commerce System
www.profectsoft.com
bunuda deneyebilrsin ,
pr.Location = new System.Drawing.Point(0, 0);