Hi Laurent,
2 problems

You cannot disable the Icon in C# and you cannot disable the help that comes with.
Workarounds ? There always are
What you maybe can do is intercept the mouse click if user click on the logo. You can use BeforeClick event, calculate the XY prosition of the mouse pointer, and if it is on the logo then just cancel it. I did never tryed this but should be not any problem.