Hi all.
I've a managed C# interface that I want to implement in a new mixed assembly dll. So, for example my interface is:
public interface MyInterface
{
bool IsStarted
{
get;
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23059282.html
Ok i know how to read from a text file and how to write to one, but im wanting to know how i can randomly read from a text file to output it to a textbox without repeating the same line. For instan...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23088924.html
Zones:
C++Date Answered: 01/26/2008 Grade: A Views: 56
Hello,
I have a msg file stored on my local disk and would like to view this using MAPI/CDO. Is there a way to convert this into an .eml file to view it. It would be OK even if I don't convert i...
http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/Q_23344564....
Hi,
I am receiving a file which indicates the amount & totalAmount field. For the simplicity I am taking the file which is having just 1 record so that amount & totalAmount is same. Both holds t...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23352646.html
Zones:
C++Date Answered: 04/24/2008 Grade: A Views: 21
Hi all,
I have a big problem: I use a CStringArray and I am unable to read my data I have written into it. See this example:
CStringArray mList;
mList.Add("Filename.doc");
// In the deb...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23331108.htm...
how can I convert a string of 32 bit 0 and 1 to a float type.
e.g :
1 11111111 11111111111111111111111 into the a float number
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23828763.html
Hi All
To cut it short, I have downloaded agsxmpp which is a .net SDK done in C#, it works with VC++ but all the examples included are C# examples all I need to do is to compile on little sample...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23196281.ht...
Hello,
I get the compiler error C2078: too many initializers. Why ? I retyped the source, it does not seem anything like invisible characters causing the bug.
Here is the source extract, with...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Q_23896377.html
I have multithreaded MFC application that uses secure socket. The application is running perfectly in XP. But abruptly crashes in Vista (though not always). It crashes when the application calls SS...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23508216.htm...
HI all,
Backgroud:
I have a solution which has two projects. One is a dll project in which i want to reside all the UI code in it. the other one is the main project which will just launch the g...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23622824.html