'********************************************************************************************
'    clsPopupWindow -   
'********************************************************************************************
'
' :
'           Init(ByVal fhwnd As Long, ByVal pwWidth As Long, _
'                ByVal pwHeight As Long, ByVal fDefaultPosition As Long, _
'                ByVal dFB As Long) -     
'                                        
'                fhwnd -  
'                pwWidth -  
'                pwHeight -  
'                fDefaultPosition -      
'
'           PopupWindow(ByVal fhwnd As Long, ByVal dEvent As Long, _
'                       ByVal dValue As Byte) As Long
'
'                fhwnd -  
'                dEven -  (\)
'                dValue -   (0...255)
'
'           OnSound(ByVal ApphInstance As Long, ByVal dId As Long)- 
'                          WAV  .
'
'                  ApphInstance -  hModule 
'                  dId -  
'
'************************************************************************************
'  :
'
'           fStartLeft As Long    -  X  
'           fStopLeft As Long     -  X  
'           fStartTop As Long     -  Y  
'           fStopTop As Long      -  Y  
'           fBase As Long         -   () 
'           fHeight As Long       -  
'           fWidth As Long        -  
'           varIsHide             -  
'           XScale                -  screen.TwipsPerPixelX
'           YScale                -  screen.TwipsPerPixelY
'
'************************************************************************************
'
'
'
'     dll:
'                       User32.dll; Wimm.dll;
'
'  :              v. 1.0
'  :           Windows XP Professional SP2, VB 6.0 Enterprise Edition
'  :       Windows 98\NT\XP
'   :       15.10.2007 .
'  :                 
'  ICQ:                 321599507
'  E-Mail:              lsd_inside@mail.ru (MAgent)
'*************************************************************************************


                                   ****     ****


  :

Private Const PW_LEFT = 0                ' 
Private Const PW_RIGHT = 1               ' 
Private Const PW_TOP = 2                 ' 
Private Const PW_BOTTOM = 3              ' 
Private Const PW_HIDE = 100              '  
Private Const PW_SHOW = 101              '  

  :)


