Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

System Tray Problem

Status
Not open for further replies.

Crazyec

Programmer
Joined
Aug 28, 2001
Messages
80
Location
HK
Hi Pros, I believe I have the problem in system tray
my programs... will put into systram tray when they are minimised...
I follow the code of
and just change the code:
If Me.ScaleMode = vbPixels Then
msg = X
Else
msg = X / Screen.TwipsPerPixelX
End If

into
msg = X / Screen.TwipsPerPixelX
Only

But they sometimes disapear from the system tray... I think they are crashed...but with no error message coming up...

any idea of how to fix this? Many thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top