Quote Originally Posted by |2eM!x
isnt it sw_shownormal?
VB Code:
  1. Private Const SW_SHOWNORMAL = 1
  2.  Private Const SW_NORMAL = 1

Yes, you may be right. But both constants have the same value, so it doesn't really matter.