Monthly Archives: ianuarie 2015

Why I love Analog Devices :)

For starters, I have to be very clear that I have absolutely no affiliation with this company or another of its kind. This is just about a personal opinion and I wanted to write such posts for some time, but did not find enough momentum to do it. While browsing for some information from their …

C# Accessing MDI Parent methods from MDI Child forms

While in a new project (trying to get my Fluke 289 communicate with my PC), I ran into an interesting C# trickie that I thought it might be interesting to share. Here’s the UseCase: getting to have a parent MDI form and several child forms, you want to run selected parent methods from child forms. …