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.
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.