January 15th, 2011 07:27 PM
Hi ...
Happy New Year. Hope everyone is ok. I have not been here for a while.
I have some contact lens data I'm trying to sort. I have some sort rules are static (hard-coded) followed by...
April 17th, 2008 12:55 PM
Hi CodeGuru,
I need to serialize the MFC CRuntimeClass Object between an MFC application and a ATL COM object.
Any comments or suggestions are welcome.
Thanks,
Chris
Sorry for the long...
October 17th, 2007 03:17 PM
Boy oh Boy -
It's been some time since we talked about ADO Disconnected Recordset. I have returned to this issue and still have some problems.
In the code below only the last value is updated...
September 7th, 2007 04:42 PM
Hi ...
Thanks kirants ... No I did not comment out delete the
IMPLEMENT_DYNCREATE(CAddin1View0,CView) line ...
I have fixed the problem by adding the __declspec (dllexport) to the...
September 7th, 2007 02:39 PM
Hi ...
I am expanding on a ATL Addin Framework from thomas_tom99.
http://www.codeproject.com/com/AddinProjectFramework.asp
To summarize the Addin Framework includes ATL COM (with MFC) Addin...
January 17th, 2007 02:26 PM
He again ...
I have tryed this and it does not seem to all the method ???
I will try to look further.
HRESULT hresult;
January 17th, 2007 01:26 PM
Hi ...
I have a ActiveX Control and I'm using it in a MMC Snap-in. This is my first time. I have some sample code that shows how to access the properties from the snap-in. I have shown this...
April 20th, 2006 08:34 AM
Hi ...
Just a follow-up. I have implemented this code and it is working good with a couple small modifications. Below is the full implementatio into a CWinApp derived application. I will...
February 24th, 2006 01:27 PM
Thanks Arjay ....
I put the code before the message loop and it works great :--)
Thanks again
Below is the working code if anyone is interested
void CServiceModule::Run()
{
February 22nd, 2006 10:56 AM
Hi ...
I have written a Windows Service using ATL COM (ATL3 / Visual Studio 6.0). The service works fine, I am able to start and stop the service.
I have created a COM Class called CTest...
January 5th, 2006 03:52 PM
Hi ...
I have added the self-join relationship (MacgowanTest_Surface_Surface) and the data is now being bulk loaded into both tables. Below is the schema file.
Thanks,
Chris
...
January 4th, 2006 12:29 PM
Hi ...
Use the ListView.ListViewItemCollection property ... which will contain the count of the items in the ListView. Then use the EnsureVisible() method.
The code is below:
010010111001...
January 4th, 2006 11:56 AM
Hi ...
I am using C# and System.Windows.Forms.ListView. I do not see the method that will allow me to select a specific row by index.
My objective is to always keep the last row in the...
December 19th, 2005 02:11 PM
Trouble using sql:relation/sql:relationship in xsd file ...
Hi ...
I am attempting to use the sql:relation annotation and am having some troubles. I have used it successfull with the MS...
December 7th, 2005 01:28 PM
Using SQLXML, Bulk Insert XML with IDENTITY Column ...
I have a program that will insert xml data into a table using the SQLXML Bulk Load COM Object. The bulk load is successful when I supply...
December 7th, 2005 01:27 PM
Using SQLXML, Bulk Insert XML with IDENTITY Column ...
I have a program that will insert xml data into a table using the SQLXML Bulk Load COM Object. The bulk load is successful when I supply...
December 1st, 2005 11:54 AM
Implement SQLXML Bulk Load using C++
01 Dec 2005
Saint Paul, Minnesota
macgowan@pobox.com
Hi ...
I am trying to bulk load xml into sql server. This seems to be a relativly easy thing to...
November 14th, 2005 02:57 PM
Hi ...
I have been trying to implement some message handling in MFC dlls for a couple days. I have read some good info on CodeGuru site. Many times there is the lack a full conclusion. My...
August 22nd, 2005 04:24 PM
Hi ...
I have read many articles that describe the process to update environment variables in another process. As I understand I should be able to change the either of the regsitry values below...
February 14th, 2005 10:17 AM
Hi ...
I am trying to get Milliseconds from a SQL Database using ADO. The code below will return 0 for the wMilliseconds.
Any comments / solutions.
Thanks,
Chris