fine...nice to hear. Create a menu using menu editor which contain "hide" and "show" menu. Then during form load make that menu editor invisible.
then write an event like this:
Private Sub SysTray1_LeftDblClick()
PopupMenu test1
' here popmenu is the key word and...
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
http://groups.yahoo.com/group/vbdesignteam
after u sign in there u'll find "files" link on the left side. there u'll find a file systray.ocx...
Hey actually i used this for my project Folder security. this worked for me well. juz make a try. i hope this works out well. then... in ur project you'll find icon property. juz give the path of the icon which needs to be placed for your priject.
Hope I'm clear...if u have some prob..tell...
Hey
sorry ya. actually i have a separate OCX file for systray. how do i upload that in this forum. if therez any way juz tell me. or i can also email u this file. its kust 36.2 KB.
Extremely sorry....
Cheers!!!
'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.
Cheers!!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.