User Profile

Collapse

Profile Sidebar

Collapse
aktor
aktor
Last Activity: May 30 '10, 11:21 AM
Joined: Jul 11 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • aktor
    started a topic Thread not starting on some machines

    Thread not starting on some machines

    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...
    See more | Go to post

  • aktor
    started a topic Custom/named indexes for a Listbox?

    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,...
    See more | Go to post
No activity results to display
Show More
Working...