Posts by ell rato • 3 points
2 posts
-
-2
votes1
answer28
viewsQ: Error adding list in "Checked List Box"
Adding the name of some files in a folder to a "Checked List Box" does not show anything in the List Box. ListBox mylist = new ListBox(); DirectoryInfo d = new DirectoryInfo(@"C:\Program Files…
-
-2
votes1
answer37
viewsQ: Value of a variable to be equal to the comparison of two variables
For example how do I make a variable equal to a comparison of two variables as in this code esquerda = light_x > initial_tx direita = light_x < initial_tx baixo = light_y > initial_ty cima…