Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Wpf Textbox.AppendText is not showing in rum time

$
0
0

Dear Experts,

I'm using below code some process and i wish to show steps as finished task. the textbox is showing content run time but after finished the loop content is showing

What is missing

    Private Sub btnclose_Click(sender As Object, e As RoutedEventArgs) Handles btnclose.Click
        Dim x As Integer = 0
        For x = 0 To 18
            tbProgress.AppendText("Process Steps " + x.ToString + Environment.NewLine)
            System.Threading.Thread.Sleep(50)
        Next
    End Sub


Thanks & Regards Manoj Patel


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>