Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Time Tested MS Visual C++ Solutions: 176 - 200 of 358
 
I want protect my application run another  computer.  I have one Idea is Lock serial number harddisk or not CD-KEY. but How get serial number of Harddisk or CD-KEY of window ?
Hi, I have an application (managed c++) that works on two dimensional array of integers. Its size is user-defined, but let's assume it's 500x500. Each value represents different object - as...
I've created a library in c++ 2008, which uses SetWindowsHookEx and CallWndProc. I'm attempting to stop some messages from being processed, and can't seem to get it right. I've trimmed t...
Hi All, We have a very large and working code base in C++ but it is unmanaged. Now, we want to optimize it as requirements increased. The code has a lot of 3 dimenisional and some 4 dimensi...
I have a C++ wrapper for an already built C# assembly. I can see in the file directory that the assembly is located at C:\Visual Studio 2008 MyProjects\DotNetDllForMetaTrader4\Debug\CSharpAsse...
I've created a header file which contains lines like this : Value = 1*pow(10,13) + 3 * pow(10.0,4) , where Value is an unsigned long long. The header file was working perfectly on Borlan...
I am writing a Windows front-end to a new storage array product. One of the software requirements is to provide a "Setup" Wizard that will initialize, partition, and format the array. Unfo...
Hello, My MFC project was working ok. I made a change to a line of code and it then started giving me a debug assertion failed error! It points to the ASSERT ( FALSE) line of  this funtion in...
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...
I have an unmanaged VC++ code written in visual studio 8 serving Excel Add-In. The project has NO CLR support. Now there is an requirement of adding a finally block in this code.  If I add __f...
I can add variables to the watch window, but as soon as I'm out of scope they turn grey.  I think I have an overrun in my aplication and my memory is getting written to out of scope.  So my qu...
Hi Experts, How can I navigate to a website and submit form data?  I will use the regex library to parse the site HTML and match the values (so I can do the scraping myself with regex), but h...
I have an application written in Visual C++ 6.0, using C I/O, continuously  waiting for files to be put in a directory and then processing them.   How can I know when the entire file is avail...
Hi, I'm looking for a class like System.Windows.Forms.WebBrowser for Visual C++. Does it exist? Thanks
Hi, I have this c/c++ windows application built in VC++6. I don't have VS6 but I have VS2005 and VS2008. What do I need to run that VC++6 project in one of vs2005 or vs2008? When I ope...
Hi, Can anybody show me some code or point me to a code resource that shows how to load an html file on my local machine into firefox  (and how to switch tabs in firefox if need be)? Tha...
Hello, I've developed a forms application using Visuall C++ .NET The users will enter data into the TextBox1 Edit box amed txtInputFile and then click on the PROCESS Button. Here is my complet...
I have converted a VC6 project to a VC7 solution. After build process, I have this error :      LINK : fatal error LNK1104: cannot open file 'mfc42d.lib' How can I search the library ...
Hi all,           Im facing a problem with SetupDiGetDeviceRegistryProperty() function in Windows Itanium64. The same code is working fine in WIn32 systems, but, in Win-IA64 systems for IDE ...
Hi, I am trying to do the following: I have a 2 by 2 table in VC++2005 and I would like to be able to have a button in each cell that, when clicked, expands the cell to span the entire tab...
Hi, I made a rather big project in VC 2005. All in once, when I try to reopen the resources of the project, I have a "LOAD FAILED" error. (when I try to open my backups I have the sam err...
Hi experts, I want to add a com dll file in my project.I wtitten the below code to create a pst file in c drive. Program compiled successfully But the function Logon() goes fail and sows ...
Hi all, coding unmanaged C++ in VS.NET 2005 I've exported a table to an xml file and now I am working with this xml file. When I use the delete method in the _recordsetPtr it just flags th...
I'm working on a non-MFC VC++ project and this is the problem. I have 2 screens, a menu screen and an options screen, both are pointers. They use a lot of bitmaps and a lot of memory and it's...
I have a VC 6 app, and I want to be able to parse an excel spreadsheet from my app.  The data in the spreadsheet will always have the same format.  The format is as follows: a double precision...