View Single Post
  #5  
Old 12-06-2004, 19:41
xtreem.x
 
Posts: n/a
There is also "UpdateLayeredWindow" if it has the WS_EX_LAYERED bit set. This is used instead of ShowWindow in this case. (only available under win2000/xp).

Otherwise its likely to be CreateWindow or CreateWindowEx with WS_VISIBLE set, or WS_VISIBLE not set, but followed by ShowWindow.
Reply With Quote