Posts by Nathâne • 41 points
3 posts
-
2
votes2
answers1156
viewsQ: Download FTP via PHP
I need to remove a file from an FTP server using PHP. How to do this?
-
0
votes2
answers4407
viewsQ: Pass data between Forms
I am working on my TCC and I needed to make the data collected in the register serve as login, because we do not have a server yet to store this data, so they are being done with ArrayList. Follows…
-
1
votes2
answers6454
viewsQ: How to clean the combobox without losing the items?
How to clean the combobox without losing the items? I try to clean up the combobox in C#, but either it eliminates all options or the selected one, as I do to clean without losing items?…