I need to translate this code into C#, but am unsure how to go about doing so and am not even certain of the purpose (in spite of the comment provided).
The C\C++ code is as follows:
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23704499.html
Hello group,
I'm about to write a telephony interface for a calling center, where it should capture a dialed number, time of call and end time of it and more.
I'm still in the phase of re...
http://www.experts-exchange.com/Programming/Languages/C/Q_24709265.html
Problem is in the fread statement
fread(&e[0],sizeof(e[count]),2,fp)
even though i have 2 records in the file i get
i get 2 prints on the screen
one is the first record and the other ...
http://www.experts-exchange.com/Programming/Languages/C/Q_24782261.html
Hi,
just imagine I have an MFC default application for a dialog in MSVC++ 6.0. I have included one extra .h file (Fun.h) and its corresponding implementation file (Fun.c) in the project. In the d...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_22101681.html
Zones:
MS Visual C++Date Answered: 12/22/2006 Rating: 9.8 Views: 0
In a project that listens to incoming audio stream on the Internet in Windows Media Audio, and is required to save it to disk as an MP3 file, I am looking for an ActiveX (or regular COM server) tha...
http://www.experts-exchange.com/Programming/Multimedia_Programming/Audio_Editing/Q_2274343...
Ah hello.
I have the following class and a call in an MFC application:
class T
{
public:
T( const CString& lpszT )
{
m_str = lpszT;
}
CString m_str;
};
T dg ( __FUNCTION__ ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22744112.html
I have written the code below to browse active directory, starting at a specific entry and listing all of the users at the specified entry and all children. It works great except the Username prop...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22760159.html
how can I split a datatable on multiple data tables with no more than 30 rows in each?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22762430.html
I am a VB programmer that is converting everything to C#. Is there something similar to a "With...End With" construct in C#. I want to convert the following to C#:
With lblTPresent...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22780353.html
This is probably a simple fix, but I can not get it. I created a .dll file from one of my other C# programs and now I have added it to my new project. The title is Kinedx Arm and that is actually...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22791560.html