I've just done this myself. For some reason, VB changed the zero to 2 zeros (no O's as your text above).
Also, if SW_SHOWNORMAL is not declared, as it isn't by default in VB, you need to declare it or replace it with the value :
(Taken directly from windows.pas, delphi unit.)
SW_HIDE =...