Finding currently focused control
Good question! Now, this was a question in one of my sessions at Microsoft Community at Cognizant. We need to use User32 API's to do this stuff. It isn't t...
Good question! Now, this was a question in one of my sessions at Microsoft Community at Cognizant. We need to use User32 API's to do this stuff. It isn't t...
The opacity property enables you to specify a level of transparency for the form and its controls. See the .NET documentation for Form.Opacity for difference...
This has been pending since long. People have been requesting this information and I've not been able to find time to write on Best Practices. And this fine ...
Oops! Never expected this behavior from such a standard control: Winforms ComboBox. One of the common things our applications require is bind a data source w...
Its time to forget the old traditional message box with limited functionalities. buttons, icons, text area and what not! Microsoft has unleashed a new mess...