ФаНил2 Питоныч
Мухаммадусмон   Canada
 
 
My rank!
✖ Silver 1
✔ Silver 2 (cybersport)
✖ Silver 3
✖ Silver 4
✖ Silver Elite
✖ Silver Elite Master
✖ Gold Nova 1
✖ Gold Nova 2
✖ Gold Nova 3
✖ Gold Nova Master
✖ Master Guardian 1
✖ Master Guardian 2
✖ Master Guardian Elite
✖ Distinguished Master Guardian
✖ Legendary Eagle
✖ Legendary Eagle Master
✖ Supreme Master First Class
✖ The Global Elite

My Devices!
Mouse: Bloody RS7;
Keyboard: None;
Screen: Acer V206HQLAb 60Gz

About me!
Name: Muhammad
Age: 32
From: USA, Vashington
Living in: Kazakhstan, Almaty
Favourite music: Sponge Fingerz
Currently Offline
<?xml version='1.0' encoding='UTF-8'?>
<Project Type="Project" LVVersion="19008000">
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property>
<Item Name="My Computer" Type="My Computer">
<Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
<Property Name="server.control.propertiesEnabled" Type="Bool">true</Property>
<Property Name="server.tcp.enabled" Type="Bool">false</Property>
<Property Name="server.tcp.port" Type="Int">0</Property>
<Property Name="server.tcp.serviceName" Type="Str">My Computer/VI Server</Property>
ПиДиди 22 Aug, 2023 @ 6:26am 
клоун тот еще
Ded 20 Jun, 2023 @ 5:45am 
ху_есос обо_саный
Ded 20 Jun, 2023 @ 5:41am 
пи_дор с читами ♥♥♥♥♥♥♥♥♥♥♥♥ ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥
U1it_GIBDD 10 Feb, 2023 @ 4:19am 
ПРивет го обмен
Влад Лабвьюшевич 27 Jan, 2023 @ 11:20am 
Im creating a simple powershell GUI using WPF like this one... WPF GUI to powershell

The problem is that the textbox where i show logs is not being updated while the powershell script is executing some commands. The same function that updates the text of the textbox also logs to standard output, but the messages are shown in the stdout immediately whereas the ones on the textbox are not shown until the end.

$MyTextbox.AddText($LogsLine) -> Not shown until the end

Write-Host ($LogsLine) -> Shown immediately

Is there any way to refresh the textbox after updating its "text" value?

Thanks!

I have tried looking for methods of the textbox or the form itself but i do not find a refresh function.