November 19th, 2003, 09:19 AM
Hello Mr. Babu and everyone;
I'm relatively new to CR. I'm using CrustalReportViewer for windows forms to view a report. The report has subreports in it, they are not on-demand so they appear as a...
December 22nd, 1999, 05:51 PM
Here is a class I wrote:
file : avi.h
// avi.h: interface for the ***O_AVI_PLAYER class.
//
//////////////////////////////////////////////////////////////////////
#if...
December 22nd, 1999, 05:45 PM
I have experienced the same problem,too.You sould include only some part of code int the profiling process.I can't remember exactly how to do it(There should be documentation in MSDN,at the profiler...
December 22nd, 1999, 05:27 PM
Try this sequence:
GetListCtrl().SetRedraw(FALSE);
GetListCtrl().DeleteAllItems();
GetListCtrl()FillEverythingin();
GetListCtrl().SetRedraw(TRUE);
December 19th, 1999, 09:12 PM
1 year ago, I disabled the option "Double click in the dialog editor edits code" option in the compatibility tab of the options dialog.I hided Wizardbar, deleted all the ncb. opt. and other...
December 19th, 1999, 09:12 PM
1 year ago, I disabled the option "Double click in the dialog editor edits code" option in the compatibility tab of the options dialog.I hided Wizardbar, deleted all the ncb. opt. and other...
December 19th, 1999, 09:10 PM
When I close the click button,the developer studio window disappears ,but the exe still resides in memory.I can see it in the task manager.After some working the exe disappears,too.The time depends...
December 19th, 1999, 09:04 PM
I moved from Watcom 11.0 to VC6,and I am pleased with the ease of use.The Intellisense,autocomplete,and all other stuff are good.The bad thing is the code it generates.It is not reliable as...
December 19th, 1999, 09:01 PM
You should change the option for stdafx.cpp to generate precompiled header(Right click on it at the workspace and click settings)
and for all other files use procompiled header.(Menu...