private void dgvMalzeme_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
        {
            ResimGoster form       = null;
            String      resimAdi   = null;
            String      malzemeAdi = null;
            DataRow     satir      = null;

            try
            {
                int index = e.RowIndex;
                satir      = dsIzleme.Malzeme.Rows[index];
                resimAdi   = ResimAl(satir["YTNO"].ToString());
                malzemeAdi = MalzemeAdiAl(satir["YTNO"].ToString());

                if (resimAdi != null)
                {
                    try
                    {
                        form = new ResimGoster(resimAdi, malzemeAdi);
                        form.Show();
                    }
                    catch (Exception ex)
                    {
                        Console.WriteLine(ex.ToString());
                    }
                }
                this.Text = malzemeAdi + ", " + resimAdi;
            }
            catch (Exception ex2)
            {
                Console.WriteLine(ex2.ToString());
            }
        }
        public Resim(DataRow satir, AmbarTakipDataSet1 dataSet)
        {
            try
            {
                dsMalzeme = dataSet;
                resimAdi = ResimAl(satir["YTNO"].ToString());
                malzemeAdi = MalzemeAdiAl(satir["YTNO"].ToString());

                if (resimAdi != null)
                {
                    try
                    {
                        form = new ResimGoster(resimAdi, malzemeAdi);
                        form.Show();
                    }
                    catch (Exception ex)
                    {
                        Console.WriteLine(ex.ToString());
                    }
                }
                Console.WriteLine(malzemeAdi + ", " + resimAdi);
            }
            catch (Exception ex2)
            {
                Console.WriteLine(ex2.ToString());
            }
        }
        private void dgvMalzeme_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
        {
            ResimGoster form = null;
            String resimAdi = null;
            String malzemeAdi = null;
            DataRow satir = null;

            try
            {
                int index = e.RowIndex;
                satir = dsIzleme.Malzeme.Rows[index];
                resimAdi = ResimAl(satir["YTNO"].ToString());
                malzemeAdi = MalzemeAdiAl(satir["YTNO"].ToString());

                if (resimAdi != null)
                {
                    try
                    {
                        form = new ResimGoster(resimAdi, malzemeAdi);
                        form.Show();
                    }
                    catch (Exception ex)
                    {
                        Console.WriteLine(ex.ToString());
                    }
                }
                this.Text = malzemeAdi + ", " + resimAdi;
            }
            catch (Exception ex2)
            {
                Console.WriteLine(ex2.ToString());
            }
        }
Beispiel #4
0
        private void dgvArama_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
        {
            ResimGoster form       = null;
            String      resimAdi   = null;
            String      malzemeAdi = null;
            DataRow     satir      = null;

            try
            {
                int index = e.RowIndex;
                satir      = dsArama.TumOzellikler.Rows[index];
                resimAdi   = satir["RESIM"].ToString();
                malzemeAdi = satir["MALZEMEADI"].ToString();
                if (resimAdi != null)
                {
                    try
                    {
                        form = new ResimGoster(resimAdi, malzemeAdi);
                        form.Show();
                    }
                    catch (Exception ex)
                    {
                        Console.WriteLine(ex);
                    }
                }
                //this.Text = malzemeAdi + ", " + resimAdi;
            }
            catch (Exception)
            {
            }
        }
        private void dgvArama_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
        {
            ResimGoster form = null;
            String resimAdi = null;
            String malzemeAdi = null;
            DataRow satir = null;

            try
            {
                int index = e.RowIndex;
                satir = dsArama.TumOzellikler.Rows[index];
                resimAdi = satir["RESIM"].ToString();
                malzemeAdi = satir["MALZEMEADI"].ToString();
                if (resimAdi != null)
                {
                    try
                    {
                        form = new ResimGoster(resimAdi, malzemeAdi);
                        form.Show();
                    }
                    catch (Exception ex)
                    {
                        Console.WriteLine(ex);
                    }
                }
                //this.Text = malzemeAdi + ", " + resimAdi;
            }
            catch (Exception)
            {
                
            }
        }
        public Resim(DataRow satir, AmbarTakipDataSet1 dataSet)
        {
            try
            {
                dsMalzeme  = dataSet;
                resimAdi   = ResimAl(satir["YTNO"].ToString());
                malzemeAdi = MalzemeAdiAl(satir["YTNO"].ToString());

                if (resimAdi != null)
                {
                    try
                    {
                        form = new ResimGoster(resimAdi, malzemeAdi);
                        form.Show();
                    }
                    catch (Exception ex)
                    {
                        Console.WriteLine(ex.ToString());
                    }
                }
                Console.WriteLine(malzemeAdi + ", " + resimAdi);
            }
            catch (Exception ex2)
            {
                Console.WriteLine(ex2.ToString());
            }
        }