| Thread | Last Post | Replies |
|
| transforming lparm to a Rectangle structure | 13 Jun 2004 19:30 GMT | 1 |
I'm working with C# and I'm overriding the WindowProcedure the catch the WM_MOVING message. How can I convert the lParam object passed by the Message to a Rectangle so that I can change its dimensions and pass it back to lParam?
|
| aximp and delaysign | 13 Jun 2004 15:21 GMT | 6 |
I'm trying to prepare ActiveX wrapper with delaysign. I use the /delaysign and /publickey: options, but I receive: AxImp Error: The /delay option should be used with /keyfile or /keycontainer.
|
| WinForms component parented as an MDI child in a Win32 app? | 12 Jun 2004 21:23 GMT | 1 |
We have a WinForms component in it's own assembly which is used in our .NET desktop app; the window is set by the app to be an MDI child in the app's MDI window. The component can also be used by other .NET apps that set a ref to our
|
| Static Methods in Interop | 12 Jun 2004 08:17 GMT | 3 |
Is it possible to access static methods / properties of a .NET object using COM Interop? If so how would I access these methods in VB? Thanks Chandru
|
| 'Class is not licensed for use' COM Interop Exception | 12 Jun 2004 00:43 GMT | 1 |
I have written a .Net Application in C# which does database replication for Access 97 databases. In the app I used COM Interop to use the ActiveX DLL Dao350.dll. I tested application on both Windows 2000 and XP and it was doing fine.
|
| IDocHostShowUI works for Javascript not VBScript? | 11 Jun 2004 23:18 GMT | 2 |
I'm trying to add code to prevent alert(), prompt() dialog boxes. The recommended way is to implement IDocHostShowUI. I ran through the example provided at http://www.faisoncomputing.com/samples/programming_samples.htm
|
| RegAsm warning | 11 Jun 2004 17:59 GMT | 1 |
-------------------------------- From: Ram Kumar Hi All, I am getting the following error when I am trying to register a .dll file.
|
| Second CoCreateInstance for .NET component failing | 11 Jun 2004 16:54 GMT | 1 |
I have created a .NET assembly using C# and converted it to a dll for COM interop (by setting the option for COM interop to true in the IDE project properties window). It has got registered, and I am able to CoCreate the component from a VC6 client as well.
|
| Excel Reference in .NET 2003 | 11 Jun 2004 14:19 GMT | 4 |
In my Project explorer, under my project I have a listing for references. Under references I have one for Excel - when I do a right-click properties I see that the name of the reference is "Microsoft Excel 10.0 Object Library" - which corresponds to Office XP's version of Excel ...
|
| CryptRetrieveObjectByUrl parameters? | 11 Jun 2004 07:28 GMT | 2 |
I?m trying to call the CryptoAPI-function CryptRetrieveObjectByUrl from my C# project. At the moment I?m using a C++ - dll in order to call the function with the following parameters: CryptRetrieveObjectByUrl( My_LDAP , CONTEXT_OID_CRL , dwFlags, 30000 ,
|
| Bi-directional communication between IE(aspx) and embedded Win Ctrl | 11 Jun 2004 07:05 GMT | 3 |
I have a web application (asp.net) that is communicating with an embedded windows control (local ctrl) hosted by Internet Explorer. I have been passing data and raising events fine via Interface programming (IDispatch). However, the only data I've been passing has been strings, ...
|
| .NET dll works on one server and not another | 11 Jun 2004 02:11 GMT | 1 |
I have a C# assembly which I am trying to access as a COM object through classic asp code. I have achieved this successfully on my own local machine (isn't always like that? "works on my machine!"). However after installing it exactly the same way on another server, the same asp ...
|
| Retrieving COM Interface | 10 Jun 2004 21:47 GMT | 1 |
Has anybody been able to determine the interface of a COM component based on a path? Essentially, what I am looking at doing is passing the path to a COM component into my VB.NET application. The output that I want will contain
|
| QueryInterface for interface xxxx failed | 10 Jun 2004 19:09 GMT | 2 |
I am somewhat new to .net so if this is a stupid question please forgive me. I have a dll that was written in VB6, that I am trying to use with asp.net. I have been developing the site on my local machine, and have deployed to our test environment successfully. Now I am trying to ...
|
| Consuming .NET components from VC++ 6.0 | 10 Jun 2004 17:25 GMT | 2 |
I've been banging on this for hours, and beginning to think there may be problems in the approach. A class was implemented in VB.NET which performs encryption. It has been tried in both a test harness, and at least one .NET application,
|