I've written a namespace extension (c++). What I want to do now is to copy the windows explorers 'open with' menu. I've implemented my context menu using IContextMenu, IContextMenu2 and...
I have developed a namespace extension. Now for 64bit OS we need to register both DLLs 32 bit and 64 bit parallel. Registering both DLLs using regsvr32 works perfect and everything is fine.
...
i have a Namespace Extension which works very well so far. All virtual folders. For several different folders, I have about 10 ico in the resource file of my dll. Now from time to time the...
I have a template in Visual Studio with a Size of 250x80 containing a CStatic and a CEdit.
This template (dialog resource) is used by a FormView which is embedded in another dialog, so...
I have a CDialogEx in my dll which is displayed correctly. This CDialogEx does have a group box. Now I need to display a dynamic amount of edit boxes and labels in a panel/canvas or...
so as far as I see there is no easy way, I don't have the time to implement the whole data exchange on my own. What must be passed are lists of instances from my data handler.
will it be possible to pass a pointer to an instance of an object (which will be in the shared memory) to the service method then? In case of a seperate process?
I have a developed an application which uses a complex data structure as data source. This data structure should exist only one time in memory. Every instance of my appliction should be...
Yes I did, but maybe missed your point of view somehow...maybe my english is not good enough. I know now that I can't just make it writeable by casting my CString.