Need to know the Constant name for the following number:

&H40101

It's used to remove the icon from a form by using:
VB Code:
  1. Private Const GWL_EXSTYLE       As Long = (-20)
  2.  
  3. SetWindowLong Me.hwnd, GWL_EXSTYLE, &H40101
Anyone?

Bulging Woka