#include <misc.h>
Definition at line 207 of file misc.h.
 
  
  | 
        
          | void CFlashWindow::Activate | ( | CWindow | parent | ) |  |  | inline | 
 
Definition at line 209 of file misc.h.
void ShowAbove(CWindow parent)
 
 
 
Definition at line 232 of file misc.h.
  238                                {2E124D52-131F-4004-A569-2316615BE63F}
"),0,COLOR_HIGHLIGHT); 
 
 
  
  | 
        
          | void CFlashWindow::CleanUp | ( |  | ) |  |  
          | throw | ( |  |  
          |  | ) |  |  |  | inline | 
 
Definition at line 228 of file misc.h.
  229         if (m_hWnd != NULL) DestroyWindow();
 
 
 
 
  
  | 
        
          | void CFlashWindow::Deactivate | ( |  | ) |  |  
          | throw | ( |  |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | LRESULT CFlashWindow::OnCreate | ( | LPCREATESTRUCT |  | ) |  |  
          | throw | ( |  |  
          |  | ) |  |  |  | inlineprivate | 
 
Definition at line 262 of file misc.h.
  263         SetLayeredWindowAttributes(*
this,0,128,LWA_ALPHA);
 
 
 
 
  
  | 
        
          | void CFlashWindow::OnDestroy | ( |  | ) |  |  
          | throw | ( |  |  
          |  | ) |  |  |  | inlineprivate | 
 
 
  
  | 
        
          | void CFlashWindow::OnTimer | ( | WPARAM | id | ) |  |  | inlineprivate | 
 
Definition at line 246 of file misc.h.
void ShowAbove(CWindow parent)
 
 
 
  
  | 
        
          | void CFlashWindow::ShowAbove | ( | CWindow | parent | ) |  |  | inline | 
 
Definition at line 218 of file misc.h.
  219         if (m_hWnd == NULL) {
 
  220             WIN32_OP( Create(NULL) != NULL );
 
  223         WIN32_OP_D( parent.GetWindowRect(rect) );
 
  224         WIN32_OP_D( SetWindowPos(NULL,rect,SWP_NOZORDER | SWP_NOACTIVATE | SWP_SHOWWINDOW) );
 
 
 
 
      
        
          | CFlashWindow::COLOR_HIGHLIGHT | 
      
 
 
  
  | 
        
          | CWindow CFlashWindow::m_parent |  | private | 
 
 
The documentation for this class was generated from the following file: