Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top MS Visual C++ Solutions: 1 - 25 of 69
 
Hello I have problems on installing a service using InstallUtil.exe. Currently, Im studying on how services work so what i have done is i created a project using Visual C++.NET and i choose...
I have been working on these particular sorts for a few days and I have been trying to debug four errors 3 of which are the same. I have been googled these errors and cannot figure out where I...
I need to send a filename through a textBox, to an  ifstream object, replacing the line: // ifstream input_data("score_data.txt");  ifstream input_data(textBox1->Text->ToCharArray(0,10)); ...
I'm having problems adding a data source to a VS2008 project - using Visual C++ If I start the Data Source Configuration Wizard, the only data source type shown is Object.  From information...
Hi, I have a user that keeps getting the following error, when she logs off or logs on the computer.   Microsoft Visual C++ Runtime Library Runtime Error! Program: C:\Program Files\HP\Pr...
Hello, I'm just wondering if it is possible to have variable-argument lists on an exported DLL function i.e. a printf style function. I would like to be able to do a logging function tha...
I just have a small question about a console-based random number generating program I've created which uses the CryptGenRandom function.  Basically the random numbers are generating fine but t...
Greetings: I know it's possible to cause listBox21 below to show columns but I could use some help doing it. My goal is to fill listBox21 with five columns that contain data from five ob...
Hi, we have an client -server VC++ application, quite old, still working on Microsoft Visual Studio 6.0 ver. currently there is a plan to move the project to higher version to Microsoft Visua...
I want to place all my bitmaps in a resource dll which I've already made and loaded into my program. Now the problem is, I have an existing Bitmap class which can get a bitmap from a file or ...
I am calling a function as m_pLogin = new CLogin();  // CLogin is subclassing CMDIFrameWnd m_pLogin->Create("", WS_CHILD,rect, this, LOGIN_CTRL,NULL,FALSE,NULL) which in turn calls the ...
Take a look at this code: What i want is, to declare one time string and to set it value, so i don't need to write it's value lots of times for each button and so on...
My includes and namespaces: #using <mscorlib.dll> #using <System.Web.dll> #using <System.dll> #using <System.windows.Forms.dll> using namespace System; using namespace System::Web...
Hi, I'm looking for a class like System.Windows.Forms.WebBrowser for Visual C++. Does it exist? Thanks
I have a stand alone MFC C++ application which is built using VS.NET 2008.  The application is built using two static externally provided libraries.  One library was built using VS2008 and the...
Hey, i just wrote program with c++ for console. And now i want to make Windows form, with buttons textboxes and so on. I must do with MS VISUAL 2008 c++. Here is my few questions. Let say, ...
Hello I have just build a client server application using Visual C++.NET. The communication between client server has suceeded. I want to save the information sent by the client to the serv...
Hello. I have problems on understanding the creation of building a window service using Visual Studio C++.NET. Im creating a window socket program where the client will communicate with the se...
I have a VS 2005 .Net Form Application and probably a simple question on thead safe access of one project variable.   The Form has six group boxes.  I also have one thread [ MainPanelThread...
Here is the code, why it don't work? And what should i do to make it to work :/ For console it worked perfectly :/ using sentence.c_str i tried also sentence.c_str() but same error :/ : ...
hi , i am new in programming in dot net, and when my visual c++ express cannot connect by wizard to sql server 2005 express? can u help me to know how to connect using a code not by wizard R...
I have created a Windows Form application in Microsoft Visual C++. How do I implement my form/dialog box so that it cannot be launched more than once? ..Therefofe, making it modal?
my compiler(MS Visual C++)  thinks I made a type redefinition and throws an error C2011: 'TElement': 'class' Typneudefinition. I don' t feel guilty! I defined in a first  file "A.h "  th...
Dear Experts, I want build a Labview CIN (Code Interface Node) I use the Labview 7.1  and Visual C++.  I use the this instructions in order to build the CIN: http://zone.ni.com/devzone/c...
I have a dll that is compiled with win32 and clr functions.  I have a function that passes the following char variable, const char* varible1, const char* var3 I want to convert all of thes...