4,006 reputation
21543
bio website
location France
age 41
visits member for 4 years, 8 months
seen 37 mins ago
stats profile views 451

Married, proud father of two.

Also proud and busy IT guy for 20 years. Past activities:

  • Dev / SysAdmin in logistics, transportation and administration
  • Dev / Trainer for customers like NAMSA, Euratom Safeguards, banks, insurances companies...

Actually, I develop real life large .NET applications for iron and steel industry engineering.

Beware of my Gists in c#: you may find a couple of them useful.


19h
awarded  Popular Question
1d
comment Problems solving “Cannot access disposed object.” exception
+1: as dirty it sounds be, Application.DoEvents() job is to process the remaining pending messages in the UI thread.
2d
revised Why am I getting an exception “cannot access disposed object” sometimes?
added 724 characters in body
Jun
16
revised AXIS Media Control ActiveX component
added 465 characters in body
Jun
16
revised AXIS Media Control ActiveX component
edited tags
Jun
15
awarded  Nice Answer
Jun
14
revised AXIS Media Control ActiveX component
added 420 characters in body
Jun
14
answered Why am I getting an exception “cannot access disposed object” sometimes?
Jun
14
comment Avoid calling Invoke when the control is disposed
I have the same issue in a User Control when it is disposed. Because I have no control on the closing parent form process, I had to override the Dispose method of the User Control and implement some strategy to wait the threads to stop gracefully. This is not enough because of pending Invokes in the UI Thread. The only way I found to flush them is to do an "Application.DoEvents()" at the very last moment. Then my UserControl disposes properly. It sounds horribly hacky, but it works fine so far.
Jun
12
answered AXIS Media Control ActiveX component
Jun
6
answered Reading/writing an INI file
Jun
6
comment Reading/writing an INI file
I love this. Too bad that it's all uppercased.
Jun
5
awarded  Tag Editor
Jun
5
revised vapix wiki excerpt
added 65 characters in body
Jun
5
wiki created vapix excerpt
Jun
5
suggested suggested edit on vapix tag wiki
Jun
5
suggested suggested edit on vapix tag wiki excerpt
Jun
5
revised Get RTSP over HTTP .NET
edited tags
Jun
5
revised Seeking simple coding example for Axis webcam using Vapix
edited tags
May
31
revised Scale components in FlowLayout as big as possible
deleted 141 characters in body