Posts by Verin • 133 points
5 posts
-
3
votes1
answer446
viewsQ: Progressbar WPF
Hello, I saw several examples on the internet of progressiBar in WPF , but none works. It appears no longer fills the values, in fact it fills the values only after running the initial method where…
-
4
votes1
answer95
viewsQ: Working with Sources C#?
I added the Dictionary Source to my project, now I need to convert it into a code dictionary, but it is bringing the null resource, someone can help me? List<string> dic = new…
-
2
votes3
answers330
viewsA: Listbox selection
I managed to solve the problem listBox.Focus(); listBox.SelectedIndex = newIndex; inserted at the end of the code the Focus to then select a new index.
-
2
votes3
answers330
viewsQ: Listbox selection
Every time I move an item up or down a listBox he loses focus of the item. I’m not always able to focus on the item. For example, let’s assume my list has 200 items. Then I want to move the item…
-
1
votes1
answer121
viewsQ: Convert a text file to PDF without saving to a physical location
Well I made a method to convert a text file into PDF, but it saves the PDF on the machine. I wanted that the method returns a array without having to save the PDF to the machine or having to read…