|  | 
				This post was updated on .
			 
		Hello!
 I'm curious to know whether it is possible to suppress the custom receiver configuration dialog when implementing a CustomReceiverFactory.
 
 My custom receiver configuration only requires the file path and that is supplied via ICustomHasFileName. I don't need further configuration. So, it would be okay in my scenario to skip the configuration dialog when for example a user double-clicks our log file, which then opens Log4View with the file path supplied. There is reason to show the configuration dialog. All other receiver settings are correctly pre-configured by my receiver factory. I don't want my users to change them.
 
 I tried returning null from CreateReceiverConfigurator(), but that generates a NRE.
 
 Kind regards,
 Olaf
 |