User Profile

Collapse

Profile Sidebar

Collapse
stexcec
stexcec
Last Activity: Nov 26 '09, 11:22 AM
Joined: Nov 16 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • stexcec
    started a topic datagridview event collectionchanged problem

    datagridview event collectionchanged problem

    Hi All, I'm new with dataGridView control, and I would implement a form with such grid bounded to a custom collection (maybe a dictionary).

    Now , I can change the data in my dictionary, and then with the datagrid refresh() method , see the updated data on the form.

    Therefore i'm looking for a way to catch the event "the grid was updated"...

    In the designer, there are a lot of events for the...
    See more | Go to post

  • stexcec
    replied to eventlog object must be disposed?
    Thanks to all. I've solved my problem removing the line:

    eventlog.Enable RaisingEvents = True;

    Ciao
    See more | Go to post

    Leave a comment:


  • stexcec
    started a topic eventlog object must be disposed?

    eventlog object must be disposed?

    hi All, I'm writing a Windows Service with a Threading Timer.
    In my application, I use EventLog to track the steps in a custom log.

    Sometimes, the program crashes with an unhandled error after a eventlog dispose() method.

    Should the problem related to threading.timer s?

    Any help will be truly appreciated!

    stefano
    See more | Go to post
No activity results to display
Show More
Working...