Posts by Wevelly Felipe • 69 points
5 posts
-
2
votes1
answer82
viewsQ: Why does subtraction of float by float give unexpected result?
I spent a good time to solve this problem on my system. Solved? I did, but at some point it’s working (the subtraction value) = -0.0 and I have to give . replace('-', '') to show the user a positive…
-
-1
votes1
answer92
viewsQ: Given two IP’s is it possible to check if it comes from the same network?
I’m starting with Python now and I’m developing a project to find users with multiple accounts on a given site. The IP’s are already downloaded, but it remains to be able to verify if, comparing the…
-
0
votes3
answers163
viewsQ: Operator "!=" does not work in my code?
I have a part of my program that I do several checks when the button is clicked and one of these checks is: it picks the value inserted in textboxRankTecnica and has to buy with the array…
-
1
votes3
answers684
viewsA: How to correctly scroll through all items in a checkedListBox C#?
And so was my code at the end of everything: (It was added Else if not to give Unreachable code Detected, because if you remove some of the break will be repeating the Messagebox somewhere) public…
c#answered Wevelly Felipe 69 -
1
votes3
answers684
viewsQ: How to correctly scroll through all items in a checkedListBox C#?
I have a checkedListBox in a form tabControl. In the checkedlListBox there are several items that can be selected. When the user clicks on the button below the checkedListBox, a loop is launched…
c#asked Wevelly Felipe 69