I have a fairly routine setup with some check boxes and numeric up/downs bound to a data class through a BindingSource. The default behaviour seems to be that nothing is updated or validated until the control loses focus, and for this application that s useless. Is there some way to make it such that every single blessed control on that form validates and updates immediately after any change, instead of on focus loss?
I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...