View Single Post

  #2 (permalink)  
Old 03-20-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
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.
Reply With Quote