For the life of me I cannot get this API function to work as expected
in VB.Net
I am however using SetWindowPos, and so long as the window is not
minimized, it will position as I tell it to. If the window is
minimized SetWindowPos will not move the window, and
SetWindowPlacement does not appe...
more >>
I'm working on an MFC ActiveX Control that implements some hidden properties.
The properties are hidden by adding the [hidden] attribute in the the ODL
file. Some properties are hidden because they have been replaced by newer
properties. By marking the obsolete properties hidden, new developer...
more >>
(I am a novice with interop services so bear with me...)
I have a legacy C# application and am using VS2005 to generate a dll for it.
I want to make this available for COM access which requires, as I understand
it, invoking both gacutil and regasm. I am getting this error from regasm:
> RE...
more >>