Hey..
u can't paste the OCX code juz like that. Anyway I have attached the file in the foll link. u can download frm that.
goto this link
after u sign in there u'll find "files" link on the left side. there u'll find a file systray.ocx. downlaod that.all i can do is this.if u have doubts stilll feel free to ask me.
1. open ur project
2. goto Project- components
3. click browse and locate ur ocx file
4. then its get added up in your proj tooolbar.
5. click that icon and drag it to ur project form.
6. change its name to systray1 in properties box
7. u r now done and add the following code.
'Put this code in form load event
Set SysTray1.Picture = LoadPicture(app.path "&" "\View.ico"

SysTray1.Add
Me.hide
'then continue with your later part of the code here.
Hope this is perfect and helps u!!!