blah blah blah is here! blah blah » Close

0
votes
0 answers

Mouse Events being stolen - how do I fix without using a global hook?

I have many different controls, and they are stealing mouse events from each other. E.g.: when I press down on the mouse while on one control (and I have a MouseDown event in it), then no other controls will receive MouseEnter, MouseDown, o ...

1
votes
1 answers

passing a strongly typed dataset from .exe to .dll

Hello, I have a solution set up with an exe section that calls a .dll (which contains all the main processing that is needed). Originally, I had all datasets set up in dll but this became a problem because we can't dynamically change the ...

Feedback