class LboxIEPrint : public LboxIE


  IsPreview



  
// *********************************************************
// プレビューウインドウの存在チェック
// *********************************************************
BOOL LboxIEPrint::IsPreview( void )
{
	BOOL bRet;
	bRet = false;
	hWndDocViewStatic = NULL;

	GetWindowThreadProcessId( this->GetWindowHandle(), &curProcessId );
	EnumWork = new LboxString( 80 );
	EnumWindows(
		EnumIsProc,
		0
	);
	delete EnumWork;
	this->hWndDocView = hWndDocViewStatic;
	if ( this->hWndDocView != NULL ) {
		bRet = true;
	}

	return bRet;
}
  










  infoboard   管理者用   
このエントリーをはてなブックマークに追加





フリーフォントWEBサービス
SQLの窓WEBサービス

SQLの窓フリーソフト

素材

一般WEBツールリンク

SQLの窓

フリーソフト

JSライブラリ