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: 451 - 475 of 617
 
I have defined using namespace AxSHDocVw; using namespace mshtml; And have following code: private: System::Void ..etc...()    { IHTMLDocument2 document = (IHTMLDocument2)this->axWe...
I just recently created an application for some of my clients that relies in part on the .NET Framework 1.1. I include the framework and bundle it with my InstallShield wrapper on the install...
Hello, Dialog-Application: I have a tab-control with 3 tabs. Each tab has it own class and own dialogbox. I also have one class CRegisterKontrolle (BaseClass CTabCtrl) When I start t...
Experts, I am getting this link error in VS6 c++. msvcrt.lib(crtexew.obj) : error LNK2001:unresolved external symbol _WinMain@16 I am not using MFC and this is a simple console appl...
I have installed the MS Platform SDK (R2) on my workstation and am using C++ in VS2003.  In my first attempt at writing code to access Active Directory, I find that none of the CLSIDs are defi...
Hi, I'm using Visual Studio 2005, and programming in Visual c++.. I'm connecting to a Firebird DB, using ODBC.. I saw that VS has an option to add a Data Source, so I did.. And it create...
We change release of Visual Studio 6.0 (VS6) to Visual Studio 2005 (VS2005).  In some program we include de MSHTML.H.  With VS6 we don't have problem to use it.  But, with VS2005 we obtain the...
Hello, suppose I have the following files in a directory listed in the order returned by the FindFirstFile / FindNextFile functions LOCO.JPEG VOLCANO.JPEG CAMEL.JPEG ABYSS.JPEG MOUNT...
When I compile a project that WORKS IN ANOTHER COMPUTER, i get this message:  fatal error C1083: Cannot open include file: 'windows.h': No such file or directory I have already downloade...
Hi, do anybody know the problem: I code a C++ App with VC+. This App use a bitmap in the background. But on one computer it looks bigger as on the other. I read that this is a screen sett...
   I wrote DLL (no MFC at all). Here's some export functions. When  I call DLL from test application everything OK. Then I added to DLL class (this class never called just compiled together w...
I have an application that I compiled on my Windows XP box.  It runs just fine and does what I want.  When I try to run it on the NT or 2000 test machines I get this message: The procedure ...
I'm a C++ newbie :-) I have a book called "Visual C++ .NET Step by step", but unfortunately it's for 2003 so there are some minor differences.  However, I don't think I should be having as ...
we use VisualBuild Pro to automate our nightly builds.  We also use Parasoft Insure++ for debugging.  With visual studio 6 we were able to substitute the parasoft compiler for vs, but cannot w...
hi, I'm trying to find equivalent of "hInstance" in .NET and I need to know what is it and how it works... please explain in details if you can thanks
I need to display the contents of a txt file on my console screen. I tried a combo of infile with a bunch of couts and I get errors. Is there a better way of doing it. Espically since I want t...
i've imported a text file as a resource and im trying to access it using FindResource,LoadResource,LockResource FindResource failes for some reason... when i try to load a dialog it doesnt r...
Hi! I'm trying to hook an application to prevent it from shutting down when the user presses the close button on the form. Instead i want to run my own code wich just closes that specific win...
hi i would like some links regarding programming in MSIL ( the instruction set, tutorials, sample coding ) thanx
I`m creating a small program in VC++ 2005. This program is a Windows Form Application. Program is almost complete. Currently I`m trying to implement a system wide hotkey in this application. I...
I have a c++/CLI application that I'm trying to convert to unmanaged code and I'm trying to figure out how to iterate through an enumerator.   I know how to iterate the array using the COle...
I have a visual c++ 6.0 app.  When the user clicks on a button, I need to display a particular .htm document (html document). How do I go about doing this? thanks ahead of time.
I have created a ATL component(dll) using Visual Studio 7.1. When I try to compile the same project in Visual studio 8.0, I'm getting following linking errors.. 1)error LNK2005: "class ATL:...
Hi Experts   need a module to call assembly interrupt then   return memory block to vb I love data recovery I always used to use norton diskedit under dos Now I want to make it remote ...
Dear All How to call Regular(MFC Shared) Dll in MC++. I am not able to call the dll functions in my mc++ program One of my dll signature function is like this extern "C" const double* ...