*/
Got something to write about? Check out our Article Builder.
*/

View tempo2\TrayForm.frm

Tempo 1.9.0.2

Submitted By: flydog
Rating: (Not rated) (Rate It)


VERSION 5.00
Begin VB.Form TrayForm
   Caption         =   "Form1"
   ClientHeight    =   675
   ClientLeft      =   5655
   ClientTop       =   5670
   ClientWidth     =   2040
   LinkTopic       =   "Form1"
   PaletteMode     =   1  'UseZOrder
   ScaleHeight     =   675
   ScaleWidth      =   2040
End
Attribute VB_Name = "TrayForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Public FrmSrc As Object


Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
''X = costante WM_l/rMOUSE... * screen.twipsperpixelx
Dim Msg As Long ''quale evento e' stato generato sul tray
Msg = X / Screen.TwipsPerPixelX

FrmSrc.EventoTray Msg

End Sub


Private Sub Form_Unload(Cancel As Integer)
T.CancellaIcona
T.ShutDown
End Sub

corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.