September 12th, 2010 10:36 AM
We are trying to integrate existing WPF window on to Win32 container application. The win32 application can integrate and show only Winforms Usercontrols.
Since we already have a running WPF window...
March 27th, 2006 03:19 AM
Iam facing a peculiar issue when i try to reference a .net dll within a .net Excel Addin dll created
through Extensibility projects.
Whenever i try to create the object of the class in the...
March 22nd, 2006 05:36 AM
Iam trying to create a Excel Addin using Visual C# Extensibility projects and after building the project , the Dll is registered and the registry
entries are added on to the registry key...
December 1st, 2005 03:32 AM
I have a .Net component and a VB Client application which calls a method of the
component class
The parameter of the chart component is a out two dimensional string array
which will be filled...
September 13th, 2005 04:23 AM
How can i store and read back a picture(.gif,.jpg) from the XML in C# ?
August 31st, 2005 08:27 AM
How can i serialize an Excel charting Object to XML using
XmlSerializer IN .Net?
I tried serializing it ..but comes with an error "Cannot Serialize Interface
Excel.chart"
Let me know how...
August 31st, 2005 08:25 AM
How can i serialize an Excel charting Object to XML using
XmlSerializer IN .Net?
I tried serializing it ..but comes with an error "Cannot Serialize Interface
Excel.chart"
Let me know how...
February 17th, 2005 05:49 AM
Done this way on OnChangeEdit
CString szTemp(m_szThresholdData);
GetDlgItem(IDC_EDITTHRESHHOLD)->GetWindowText(m_szThresholdData);
float f;
char lp[10];
if (sscanf(m_szThresholdData,...
February 16th, 2005 07:57 AM
How can i restrict a Edit box to enter only floating point numbers?
characters should not be allowed?
February 7th, 2005 01:27 AM
How can i implement Drag and Drop between my Application's ListCtrl and the Microsoft Excel using VC++/C++?
I can implement Drag facility in the ListCtrl ,but the issue is regarding the Drop on...
February 2nd, 2005 03:39 AM
I call a particular global function through the AfxBeginbthread.
I give a Normal priority for this message.
When i click a mouse button this thread will be started and it does not wait
for...
February 2nd, 2005 03:06 AM
Iam creating a worker thread using AfxBeginThread inside a COM Inproc DLL and when i call the particular function through the thread it take more CPU time than
the one without a thread.....why is...
October 28th, 2004 10:04 AM
why in this part of the code ....after adding the safearray of BSTR's to the Variant...
when i try to fetch the contents of the variant ..it returns empty values?
std::map<int,CString>...
October 7th, 2004 06:27 AM
Excel comes with a Help File (VBAGR10.chm) that has Automation Object Model documentation that is specific to the Visual Basic.
Do anybody knows any Automation Object ModeL documentation(.chm)file ...
February 16th, 2004 11:26 PM
for each 100 msec the m_TimeScaleAttr object changes
void calculateData()
{
static double dDtScaleMin;
dDtScaleMin=m_TimeScaleAttr.GetDataScaleMin();
static double dDtScaleMax;...
February 15th, 2004 10:04 PM
ya the variables are assigned with different values each time it enters the function
February 15th, 2004 07:48 AM
Iam dealing with a project that involves code optimization and have a question
on static variables
This is a function that calculates realtime information based on real time data.So this...
February 5th, 2004 01:41 AM
You have to store the values that are accepted from the
controls in the dialog box and write that values into file.
then whenever the dialogbox pops up...in Initdialog function you read the...
February 5th, 2004 01:34 AM
You will not selecting through but you want it to be selected programatically?