Archive for the ‘ .Net ’ Category
Let’s say you want for instance to change the cursor icon when the user presses the control key on your widget. This apparently simple task almost drove me crazy. Subscribing to the KeyPressEvent is not enough. Using AddEvent to add the KeyPress event is not enough either. Actually, to be able to fire the KeyPress [ READ MORE ]
It is a bit strange to me that every database has its own way to get the last inserted (@@IDENTITY) value. It is actually even stranger to me that the ADO.Net connector packages do not unify this but I guess there are good reasons for this. Anyway, if you are wondering on how to to [ READ MORE ]