منتدى فيجوال بيسك لكل العرب | منتدى المبرمجين العرب

نسخة كاملة : هو في كود يخليني افتح ورقه دخل تكست بوكس وشكران
أنت حالياً تتصفح نسخة خفيفة من المنتدى . مشاهدة نسخة كاملة مع جميع الأشكال الجمالية .
هو في كود يخليني افتح ورقه دخل تكست بوكس
 وشكران
PHP كود :
   Private Sub Button2_Click(sender As ObjectAs EventArgsHandles Button2.Click
        Dim ofd 
As New OpenFileDialog
        ofd
.Filter "NotePad (*.txt)|*.txt"
 
       If ofd.ShowDialog Windows.Forms.DialogResult.OK Then
            TextBox1
.Text My.Computer.FileSystem.ReadAllText(ofd.FileNameSystem.Text.Encoding.UTF8)
 
       End If
 
   End Sub 
(18-04-20, 01:11 PM)asemshahen5 كتب : [ -> ]
PHP كود :
   Private Sub Button2_Click(sender As ObjectAs EventArgsHandles Button2.Click
        Dim ofd 
As New OpenFileDialog
        ofd
.Filter "NotePad (*.txt)|*.txt"
 
       If ofd.ShowDialog Windows.Forms.DialogResult.OK Then
            TextBox1
.Text My.Computer.FileSystem.ReadAllText(ofd.FileNameSystem.Text.Encoding.UTF8)
 
       End If
 
   End S 
شكران
الحمد لله و الشكر لله .