Posts by Mateus Avelar • 1 point
3 posts
-
0
votes1
answer38
viewsA: Thread problem in Backgroundworker
You can place access to the controls within a context that is synchronized with the UI Thread. Dispatcher.BeginInvoke(new Action(() => { if (check1.IsChecked == true) { qualidades.Add(1); } if…
-
0
votes1
answer50
viewsA: Difficulty with Clickonce c# Wpf
It is possible that the Phantonjs.exe component is not present in the publication. Take a look at [Publish] > [Applications File] and check the pop up if it is marked as "Include" If it is not…
-
-1
votes1
answer164
viewsA: Html Agility Pack C#
Ola. The Xpath is a query language to easily select nodes in the Mark language such as xml itself. Follow a descriptive of the language that can help you understand more.…