Hi
Even if I change the field type to text manuall on the excel sheet, I am still getting the m_nType as 7 instead of 10, which is text.
This makes the read fails and returns null.
Hi
I am using CDaoRecordset and GetFieldValue to read field values from an excel file.
But, I am not able to read the numeric fields. I only get VT_NULL when I try to read the numeric field.
If I...
Thanks. I could get it compiled without any errors. I was previousely using one of the codeproject wrapper class where I need to have the dll on the folder. But, opening the database and handling was...
I have created a CHtmlView and loaded a HTML page. Trying to get the Button Click event from the HTML using CEventSink through Invoke.
Please find my sample code on the link below
...
Hi
How do I use a simple IDictionary interface inside my simple VC++ Dialog application without any complication?
I need to use the KeyValue pair inside my application for row manipulations....
Hi
After sending data using "Send(...)", I would like to close an CAsyncSocket socket. But, how do I know that complete data is sent?
If I close after "Send(...)", I get socket error.
Hi
Thank you. Atleast, if there is a way to shut it down and replace the new copy, its good. It even does not take, if the name of the dll changes. (It keeps the progID and gives error)
Hi
I am trying to develop a simple atl based ASP component using VC++6. Its all fine. It even works on asp script on server side.
Now the problem is, atl does the registration and one I use...
My regional setting is australia.
I have a string '12/3/2003' (mm/dd/yy) in US format to be parsed as COleDateTime.
When I convert using COleDateTime::ParseDateTime, it considers 12 as date and 3...
Thank you Sam.
Can some one give a download link for Arial Unicode MS font?
Microsoft does not provide this download link any more.
I searched google also. Could not find a suitable download...
Thank you for sharing your experience with us. Good and useful.
But, I am still looking for a suitable font for Korean language.
As you said, we can make our own messages box with the available...
Thank you Doctor Luz. Your final sample should work. But, as I have not found a suitable font for Korean and Japanese languages, still could not test it on my PC. Still searching for it.