Advertisement

635 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.

 
Time Tested MS Visual C++ Solutions: 201 - 225 of 617
 
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 ?
I am try to load a function from a dll in run time. I want to avoid the old version dll that is located first in the path and to load the newer version of the dll. I am trying      fnGetProcIm...
Hi ,  I am facing the following linking error issue : Situation is as follows:  I am trying to acess the member function in a dll from another dll whose project settings are as follows: 1)...
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...
I'm trying to create standalone executable in C++ with VS2005to set Power Management properties on Windows 2000, XP, and Vista. I got some code from here: http://softwarecommunity.intel.co...
Hi I am trying toshow the date field as short date on ery simple things in c$a text box in windows application. apparently its a c# or vb.net but somehow i am unable to do thsi in vc++.net ...
Hello Experts, I'm trying to find the C++ .NET equivalent of vector<>, that I can use in a managed class.  If I try to make a vector<> member variable, it will not allow it in a managed cla...
I have a vb.net application that i wrote and i am trying to add some logic to it.  I found a sample program in .net C++  and the prgram compiles and can be accessed from the command line.  I w...
I am writing an MFC application in C++.NET and cannot figure out how to change the color of an object (dialog, static text). I have tried overriding the CtlColor method without success. Any he...
ATL Toolbar button, does not receive  TTN_NEEDTEXT notification when I enable WinXP styles here's my message map class CMyToolBar : public CWindowImpl<CMyToolBar, CToolBarCtrl> { ...
How do I create the little informational pop-up windows when you mouse over fields on a .NET Form? I don't want a standard dialog box with borders and a title bar. I want these windows to show...
Hi Experts, I have implemented a dll by using VS C++(2005) ClassLibrary Project as below: namespace MyTestLib{      public ref class MyTest      {                      public:           bool GetString(const char *...
Hello I have this code in two programs.   In one program it works perfectly.   On the other program (same machine) the result is 234 at the first reading.  Keeping the program turned on an...
Dear All, I am using the OpenCV Vision library in my managed environment and for releasing the memory of an image one of the methods available is cvReleaseImage. The syntax of that function...
Hi, I have an ATL project and I need to add a pop up dialog to it using MFC, when I add the MFC libraries in the project properties, the system throws a linking error: Error     5     error LNK200...
Dont get it - trying to put a charstring into a TCHAR: ..... char thisstring[1024]; .. ... len = strlen(thisstring);  *value = new TCHAR[len + 1];  mbstowcs(*value, thisstring ,len); ....
While developing dialog based application I am adding MFC Class to a dialog. An error message is coming as "internet explorer script error" Line: 815,Char: 3,Error: Object doesn't support this...
hello, i am working on a new project and i need to solve this visual c++ error.  fatal error C1014: too many include files : depth = 1024 thanx.
I was given a bunch of files that comprise a visual c++.net project, but I need to convert it all to visual c++ 6. I'm a VB programmer and have never really used vc++. Is there a simple uti...
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...
Dear Guys. I want to capture the MouseMove and WM_LBUTTONUP Messages in WindowsCE platform, inside these messages I used the GetCursorPos function to get the mouse cursor function, the main...
Hi. I'm still fairly new to Windows based software development (I come from a unix background). I've an app developed in Visual Studio 2005 that, from a VC++ lib, calls a C sharp delegate. ...
I'm just trying to launch a message box in visual c++ This does not work.... MessageBox(NULL,TCHAR("test"),(LPCWSTR)"test",NULL); Help. :-)
This is a question for a C++ application (not "managed C++) using VS .NET 2003 IDE. I have followed many instructions on generating debug information for a release build. But whatever I do,...
In my VC 6.0 app, I display a CFileDialog.  I simply want it to display all files with the following extensions, AT THE SAME TIME: ".txt", and ".xls".  I can get CFileDialog to display just th...