Hi guys,
I have a weird issue here. I'm writing an automated backup program that, well, performs automated backups of set folders to a set location. It has a GUI and a Windows service. The service has a timer (system.timer) that checks every 10 seconds whether a backup needs to be performed. If it does, it fires a method in a public static class to start the backup.
Now, this works fine on my PC, and on 2 other test...
User Profile
Collapse
-
Thread not starting on some machines
-
Custom/named indexes for a Listbox?
Hi,
Let me start from the beginning...
I'm using a custom database class to access data in a MySQL database (using the MySQL connector). As you will see below, the DBControl.Selec tQuery method returns a dictionary with the column names as keys, and each key's value contains a List<string> of the fields under that column.
I'm loading these values into a ListBox as follows:
Dictionary<stri ng,...
No activity results to display
Show More