ThєSαvícs ↝ darKSaviC
How do i make .txt file watcher with VS
If I summarize the code along with its errors; when there is an update in 'veriler.txt', my DataGridView table named 'veriTablosu' is deleted and reloaded. However, when this table is deleted and reloaded, as shown in the example above, the 8th and empty data shift to the left, and the 9th, 10th, 11th, 12th, and 13th data take their place. Also, there is a code assigned to Cell_Click where data is sent to a total of 10 TextBoxes and 2 ComboBoxes located at the top whenever a cell is clicked. Somehow, this code also transfers the spaces around the '|' symbol in 'veriler.txt' to the 'veriTablosu' along with the data. As a result, spaces are added before and after the text in the total of 10 TextBoxes, and nothing is selected in the ComboBoxes as if that data were not there.
8 replies
✅ I cant combine folder paths
i tried to edit string when i put actual text
string ilce = "arsuz"
and changed messagebox's code ("Program location: " + ilce...
its works but when i put duzenleIlce.Text its not working i dont know why
11 replies
✅ I cant combine folder paths
I want to delete both the folder and the
"Not.txt"
files inside the folder. However, I cannot update the file location with this code. The result is always the same:
Program location: C:\Users\ASUS\Documents\LIHKAB\LIHKAB_3102-811\11 replies
✅ I cant combine folder paths
My code is working, but only the folder path in "baseFolderPath" is visible. In my code, there is a place where I display the content of "folderPath" with MessageBox, and there the code tells me this:
Program location: C:\Users\ASUS\Documents\LIHKAB\LIHKAB_3102-811\
11 replies
✅ I cant combine folder paths
it use like that without adding any path
"C:\Users\ASUS\Documents\LIHKAB\LIHKAB_3100-800"
i need paths like that
"C:\Users\ASUS\Documents\LIHKAB\LIHKAB_3100-800\ISLEM\ILCE\MAHALLE\klasorAdi"
and i need 1 more thing
"C:\Users\ASUS\Documents\LIHKAB\LIHKAB_3100-800\ISLEM\ILCE\MAHALLE\klasorAdi\Note.txt"
11 replies