Hi Experts,
If I go out and buy the latest version of VC++ (Visual Studio 2005) - which uses the .NET framework - will my existing projects build "as is" and will they run without design changes...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21820038.htm...
Zones:
Windows MFCDate Answered: 04/20/2006 Grade: A Views: 0
Howdy. I have static text controls in a group box on a window created in the dialog editor. Every second, a function updates the text like in the example below. The WM_CTLCOLORSTATIC message is han...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22814993.html
Zones:
C++Date Answered: 09/08/2007 Grade: A Views: 0
Hi,
Please bear with me I am very very new to VC++ (both native & managed).
I am trying to wrap a number of C functions from the intel dialogic library into managed code using VS 2005 with opti...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23080233.html
Hello,
is there a way to add a PDF into a VC++ 2005 project as a resource ???
is there any other way??
10x
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23402888.ht...
When I am compiling the following code on VC++6.0 I am not getting any errors.
But when i am doing the same thing I am getting errors
****************************************
template<class T>
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23149201.html
Hi all,
i m new in VC++ 2005, now i m working on Audio-Video Splitter .
i m using MFC,SDI document type for my projrct.
For audio and video files i m using MCIWnd Macros,but there is some prob...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23227931.ht...
Hi All,
I have created an Dll into VC++.NET 2.0 2005 ATL into release mode.
But It is not working into that PC where .net framework isn't installed.
I want to make an plateform independent Dll...
http://www.experts-exchange.com/Programming/System/Windows__Programming/ATL_WTL_COM/Q_2367...
Hi,
I am really new to VC++ so please bear with me.
I have created a managed DLL in VC++ .NET using VS2005. I have added to the project a resource file and completed the asembly version details...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23206117.html
When trying to register my ocx file using the following command "regsvr32 login.ocx"
I am getting the following error
"The module "login.ocx" was loaded but the call to DllRegisterServer fail...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Windows_Vista/Q_231...
Please provide equivalent code in VC#.NET.
Module Module1
Sub Main()
' Initialize an array of arrays.
Dim Arr()() As String = {New String() {"A00"}, New String() {"A10...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23227297.html