Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
tera tera
|
Apr 22, 2009 - 3:50 AM
|
Hello. When I use CExtPPVW for a grid, Does the whole disposal of grids become slow?
|
|
Technical Support
|
Apr 22, 2009 - 11:31 AM
|
The CExtPPVW template class simply implements the OnCmdMsg() virtual method for handling/updating the standard ID_FILE_PRINT*** commands. It does not allocate any resources and does not affect the behavior of grid cells. When the print/preview mode is on, the CExtPPVW template class creates an internal preview window inside the grid window. This preview window is destroyed when you close the print/preview mode and all the resources are de-allocated at this moment.
|
|