I had error C2065: 'CString' : undeclared identifier when building win32 console app EXE. I need to use CString variable in the future. how to get it valid?
Thanks.
I have done a full install of Visual Studio 2005.
Created a new project (MFC) and am attempting to add an event handler for a menu.
I have selected the menu in the resource editor and clicke...
Hi there i would like to ask a question, i created a flash object in my windows form application. For now the string of the movie i mapped it to the exact location.
this->axShockwaveFlashC...
Hello,
I want to be able to print out certain integer and float values to a textbox with some text before the values so that the user knows whats being printed. I need to print the values in ...
Hi there,
I've written an Outlook add-in in Visual C++ 2005. It works fine on my machine. However, when I try to deploy it on another machine, I've got a problem. If I type
regsvr32 M...
Hi,
I've previously asked this question on http://www.experts-exchange.com/Programming/Programming_Languages/Cplusplus/Q_22126945.html
but the use of an include statement #include <atlstr....
i am getting the following error when I compile my project.
error RA0000 : A procedure imported by 'MCGUSBVitals, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' could not be loaded....
Hi all,
I'm trying to "wrap" my unmanaged DirectShow video player class so I can use it in a WinForm. I'm am approching this by creating a COM object in VS .NET 2003. I need to add a prop...
I'm use "Visual Studio 2005". I'm use C++ mfc (microsoft foundation class). I made a pointer bottom of the file, you can see it here.
};==========================>end of test11Dlg.h ...
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...
Whats the difference between PostMessage and SendMessage?
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...
Hello experts,
I'm having some difficulty with OnPaint(), it never gets called!. Check out the relevant code.
Thanks for the help.
This is really urgent, please some help me out here!...
Hi,
I need to attach debugger Visual studio.net to a process alpha.exe.
What I do is I go to the task manager and then right click on it and attach debugger to it. I need to create a bat...
Hello. I try to build something I downloaded from the net, but I get some errors I dont understand.
Error 1 fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll versio...
I am currently outputting integer data to a file using FileWriter. I need to have the data be in hexadecimal format. The problem is I do not know how to do this with the FileWriter::WriteLin...
How to set the volume programmatically. In Win Xp waveOutSetVolume worked but in vista it doesn't. In XP and Vista also the function returns "zero" but then in vista it has no effect.
I have launched a subform from my main form and I have it set up to accept data from the data. How do I make the information collected by the child available for the parent to use ?
Hi i would like to ask, for example if i have 2 Forms. Form1 and Form2 and i want to pass for example a value (example 0) to Form B, what function in c++ should i use?
Thanks.
I want to create or download software that will let users draw simple shapes( circles and rectangles) and text and be able to resize then interactively in my VC++ 6 or 2008 versions of MFC.
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...
Hi there.
VC++ project, non MFC. Is it possible to embed a .txt file in the solution and be able to read and write to it? I can't find anything about embedding txt files online.
Alternativ...
I have been programming with VB.net, but am now assigned to migrate a program written in Visual C++ 2005 that uses a lot of database calls. The program currently retrieves data from a VAX serv...
I have been given the task of writing an interface to interop with 3 specific photo printers. They are having trouble getting information from them when print jobs fail for various reasons. Un...
Hi,
I have an application on XP. After application started and before CDialogBar created, the window can be resized fine. However, after CDialogBar is created by application, the windo...