hi experts,
it's my first time i try to develop an driver for windows xp.
iv downloaded the DDK (www.microsoft.com/ddk/) for windows read all information
found a simple example and build ...
Year ago I wrote a windows service (using an CAtlServiceModuleT<> based class), it worked fine. I did not touch the code since then.
Now I need to return back to its further development and I...
I am building an ATL COM DLL.
Can somebody tell me what is the difference between the methods and the functions in ATL.
I am not able to add an overloaded constructor with add methods but us...
I am trying test different algorithms for various math algorithms and I need to time them so I can use the fastest ones. I cant find what I need to do this.. on what I have I just get 0. I am ...
I am blocked from fixing my computer
I have developed a simple add-on for IE using the example available at:
http://msdn.microsoft.com/en-gb/library/bb250489(VS.85).aspx
I am using BeforeNavigate2 event instead of DocumentC...
Is there any method/win32 call available to check if the file is in use by any other process.
I have a requirement where i need to check if the file is in use or not.
I found that i can ...
I've been addressing several separate issues on my machine and I have a hunch that they are COM-related or perhaps due to a corrupted registry. It is however beyond my present powers to figur...
Hi, I'm new to Experts-Exchange and this would be my first question. Thanks in advance, please let me know if the format of my question can be improved to make it easier for the experts :)
...
CoCreateInstance of a COM exe fails with an exception Invalid value for registry, 0x80040153
Registy Entry looks normal to me.
I am using Windows Vista and Visual Studio 2008.
The crash (developing/running on Vista, using COM without ATL/MFC) appears to be during CoUninitialize (at some point after the event sink object gets deleted):
First-chance exception at 0x...
Hello,
I have written a method that uses CopyFileEx to copy files. It is working great except when I receive Access Denied errors on some files, so I've attached some exception handling to...
The class is declared as
class CMainDlg : public CDialogImpl<CMainDlg>
I want to handle WM_PAINT at the dialog, but I can't have the parent version run as well if I just put the handler in ...
I have a core technology project written as a static lib using C++.
I need to create a COM interface from this project. How to do so.
I searched on the internet and all what i found is ATL ...
Does SAVCE v 10.1 purge downloaded *.xdb files on parent server or are they purged? What is the process?
Hi, I have trouble making my program to use a string from a function outside of the class in a method inside the class. How do I solve this?
When I type a text in the main and then call the m...
My C++ (not .NET) program loads HTML files with some embedded scripts into an instance of HTMLDocument object. When scripts does not have any errors everything is fine. But sadly, when the sc...
Hello,
I need to copy an EFS encrypted file with C++ CLI, but have not been able to find any examples for this language. I am still researching, but hoped that someone can help.
Thanks,...
Hi there,
I have written a simple COM add-in for Outlook 2007 in Visual Basic 6 to handle the ItemSend event. The idea is that when a user tries to send an email to internal recipients with...
I have an application that is using the webbrowser control to surf to a pre-determine website.
However, I found that when the website opens a new window, the session information is lost.
Thi...
I have written an ATL Control in Visual Studio 2005. The control works fine in a C# test app and even works fine in an MFC test app that runs on Windows Mobile.
However, If I write a simple...
Hi!
I want to open a file on disk. However, instead of getting a HANDLE object (like what CreateFile returns), I want an IStream pointer to it.
How do I do this?
Thanks.
Hello Experts,
I am using Win32 api, Visual Studio C++ 2008. I created a parent window and I added a listview common control in it. I wrote the function the parent uses to handle the WM...
Hi, I need USB drivers for windows 98 se. Can anybody point me in the right direction
Hello,
I have a core project written in C++. It's too sophisticated and large (about 18000 lines of code).
I want to make a smooth and sophisticated GUI using .Net Framework.
How can I ma...