- Katılım
- Ocak 2, 2020
- Mesajlar
- 7
- Puanları
- 70
Soru1 : Form load olduğunda c:\resimlerim dizininde bulunan tüm bmp uzantılı dosyaları bularak richtextbox a ekleyen kodu yazınız.
Kod:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{...
İçeriğin tamamını görüntülemek için lütfen giriş yapınız. Giriş yap veya üye ol.
Son düzenleme: