night_prince
Member
- Joined
- Dec 17, 2006
- Messages
- 24
- Programming Experience
- Beginner
hi every body
i want to make an application which works in background and puts an icon
in the notify area next to the clock.
what i want is how to hide the form before it appears ,i tried this :
sub form_load(..) handles form1.load
me.hide()
end sub
but unfortunately it didn't work, i tried also the resize event and activate ...
but nothing happens.
i want to make an application which works in background and puts an icon
in the notify area next to the clock.
what i want is how to hide the form before it appears ,i tried this :
sub form_load(..) handles form1.load
me.hide()
end sub
but unfortunately it didn't work, i tried also the resize event and activate ...
but nothing happens.