| Thread | Last Post | Replies |
|
| Loadind freeing reloading an unmanaged dll in c# code | 28 Feb 2006 20:50 GMT | 1 |
In a managed application (c#) , I load an unmanaged dll (c++), but during the execution I need to re-init the dll many times, so I tried to free the unmanaged dll and reload it after, it seems to work only one time ,
|
| PInvok'ing methods with LPCTSTR parametesr | 28 Feb 2006 18:41 GMT | 2 |
Hey everyone, I am running into a problem PInvoking a particular method I expose in a DLL, that basically configures and starts an ETW session (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/co nsuming_events.asp).
|
| Implementing IActiveScriptSite and IActiveScriptSiteWindow in VB.N | 28 Feb 2006 13:11 GMT | 1 |
I am writing a script host in VB.NET by implementing hand written IActiveScriptSite and IActiveScriptSiteWindow interfaces on a class. IActiveScriptSite methods are called successfully by a VBScript engine, however IActiveScriptSiteWindow methods aren't. The consequence of this is ...
|
| Distributing IAs for Word 2000 | 28 Feb 2006 12:46 GMT | 3 |
We're having some confusion regarding whether it's legal to generate and distribute IAs for Office 2000. We would be only deploying them to our application directory since we want to support XCopy deployment, and the information up on the Microsoft and MSDN sites is rather... ...
|
| Retrieving Desktop Icon Positions | 28 Feb 2006 09:24 GMT | 3 |
I'd like to be able to read the positions of all the Icons on my WinXP desktop. I've had a look around to see how to do it and I've come up with the code below...but it doesn't work. :o( The x and y properties of my POINT structure are always zero. It seems
|
| Unwrap returns VT_RECORD instead of VT_DISPATCH?? | 28 Feb 2006 07:46 GMT | 3 |
I have a simple managed C++ class that I want to call from unmanaged C++. Because of DLL Hell, etc I don't want to register it with COM (multiple apps will use this DLL), and because of the mixed-mode deadlock/loader lock I can't just export a function and call it (I'm using ...
|
| Runtime error creating a Visio drawing surface in .NET 2.0 | 28 Feb 2006 02:56 GMT | 7 |
I have an application that embeds multiple Visio documents using the Visio drawing surface control (Microsoft Visio 11.0 Drawing Control Type Library). It was working fine on VS.NET/.NET 1.1, but after I moved to VS 2005/.NET 2.0, customers started reporting the runtime error ...
|
| Looping thru collection works in VS2005, not IIS | 27 Feb 2006 12:21 GMT | 1 |
This code works in the VS2005 IDE using the built in web server, however when I run it on the same machine thru IIS it throws an error. It's suppose to loop thru all the task in a Microsoft Project file using C#.
|
| Problem with ActiveX UserControl event mechanism | 27 Feb 2006 11:03 GMT | 1 |
I wrote an ActiveX UserControl in C# language. My problem is write a Managed Server as the event source and for example write a COM Client as the event sink. The managed server declares SampleEvents as an event sink interface and connects the interface to the SampleControl class.
|
| Threads frozen when using CorBindToRuntimeEx | 27 Feb 2006 09:53 GMT | 5 |
Sorry, this one is complicated. I have a normal (completely non-Managed C) C++ app that uses MFC. This app calls: CorBindToRuntimeEx(L"v1.1.4322", NULL,
|
| COM+ LC Event - Transient Subscription (New Issue) | 27 Feb 2006 07:44 GMT | 3 |
well I am making progress. . . Here is where I was going with this. . . I want an ASP.NET application to fire the event. I want users to be able to run an app and get a real-time view of certain activities.
|
| Overload of Excel Copy from C# | 26 Feb 2006 23:00 GMT | 1 |
According to the Excel manual, there are three variants of the Copy() method that applies to Chart objects (and others): Syntax 1: expression.Copy - copied to clipboard Syntax 2: expression.Copy(Destination) - copies range
|
| Registering VB2005 Class Library For COM | 26 Feb 2006 21:02 GMT | 1 |
I am new to VS2005 having moved straight from VB6. I need to create a VB2005 class library that is exposed to COM but am not having much luck. I have set 'Make assembly COM-Visible' in the Application->Assembly Information properties, and set 'COM Class' = True and 'COM ...
|
| How do i create a mixed mode DLL with MFC, ATL, CLR | 25 Feb 2006 21:52 GMT | 1 |
How do i create a mixed mode DLL which supports all three - MFC, ATL and CLR. I have gone through the link <a href="http://msdn2.microsoft.com/en-us/library/ms235211.aspx">http://msdn2.microsoft.c om/en-us/library/ms235211.aspx</a>
|
| Late Bound Access to NormalTemplate.Saved property in Word (C#) | 25 Feb 2006 15:52 GMT | 2 |
How would one go about accessing the Application.NormalTemplate.Saved property in Word via C# and LATE bound? I'm currently getting the infamous "do you want to save Normal.dot" error on certain systems from the following code (it seems to be from fresh
|