I need the block certain keyboard shortcuts using c# in windows applications. All the key combinations will be specified in config file.
Like :
Alt + F4
Win + E
Win + L
what shud be the configuration in app.config for this ? And please help me with some sample code. I am a new bie in this.