Posts by GVGTEC • 31 points
3 posts
-
0
votes3
answers708
viewsA: Copy a file from the server to a local folder
The same routine, only instead of a Windpws Service I used a Windows Form. It worked. Only I need it to be a service. I didn’t try your Rafael solution because I wouldn’t like to use users. But even…
-
2
votes3
answers708
viewsQ: Copy a file from the server to a local folder
I am developing a routine in order to copy files from the server to a local folder, but unfortunately it does not copy. The idea is that every minute the files are copied. I left one Sleep(5000)…
-
1
votes1
answer171
viewsQ: Fill a Datagrid with data from a list but stating which columns I want to display
Dear colleagues. I want to fill a Datagrid from a list. The detail is that I want to select the columns to be displayed. If you do not inhibit auto generation of the columns, the data will normally…