| Thread | Last Post | Replies |
|
| VCC+ and .Net assemblies | 07 Sep 2004 22:18 GMT | 1 |
Has anyone used the COM interop to acess .Net asseblies from an unmanaged C++ application? For various reasons we have a legacy VS 6.0 C++ application that we would like to compile with VS .Net and without the /clr switch and using the COM
|
| unmanged VC++ application accessing .Net framework | 07 Sep 2004 20:22 GMT | 2 |
I have a legacy application that is being updated and we would like to access and use the XML features available in the .Net framework. What is the best method to use to get at the .Net classes. The application needs to remain an unmanaged application due to the various 3rd party ...
|
| DLLImport Problem with LPCSTR and BOOL | 07 Sep 2004 20:09 GMT | 2 |
I am trying to use LaunchRunner in Baf.dll, it's defined like this: BOOL CDECL LaunchRunner (LPCSTR szUserDisplay, BOOL* pbEnabled); I'm trying to use it in a vb.net app but can't make it work. Here are some attempts I've made:
|
| COM Add-in toolbar click events only fire once if window is initialized | 07 Sep 2004 19:30 GMT | 1 |
This is a very bizare problem. So, I have a C# COM Add-in for Excel which creates a toolbar, then pops-up meaningful windows when you click the toolbar buttons. Everything works fine the first time. After that, my event handlers do not get called when I click the
|
| Best Approach | 07 Sep 2004 18:57 GMT | 2 |
Instaed of throwing all of my problems one-by-one I decided to put down what I am trying to do and find out the best approach. There is a common custom Interface that several apps use (these are written in C++), we will call this interface ITestExec. There is another
|
| P/Invoke and Managed C++ | 07 Sep 2004 17:11 GMT | 1 |
I am trying to call a C function from a dll. These function take a pointer to a structure as a parameter. This structure is allocated into the unmanged heap by the C function (it uses some malloc). I would like to know the best way to release this memory . For the moment I have ...
|
| Image Sanning in asp.net | 07 Sep 2004 17:03 GMT | 1 |
i did the scanning application in VB using image scan & edit controls. But the same is not working in ASP. So i'm planning to do it in asp.net. if u have any solution please let me know. -------------------------------- From: UmaMaheshwar Reddy -----------------------
|
| How to add event handler in VBA? | 07 Sep 2004 15:59 GMT | 1 |
I have a library with some controls developed with VB.Net which I've used for a while, now I've added an event to signal some data is changed, but I can't find how to add event handler in the host application (VB6). I can see regasm has automatically added a method ...
|
| get the type of property from com object | 07 Sep 2004 10:56 GMT | 2 |
Is there any way to receive the type of a Property of a com object, with reflection. What i know now is how to receive the value. And what i need is the Type of the property.
|
| Marshal char str[32], DllImport | 07 Sep 2004 10:03 GMT | 2 |
The C DLL has the following declaration: ExternC int4 STDCALL func( char * ); // -> array of 32 byte strings I can call it from C++ code using [this works!]: char str[32] = "My String";
|
| struct layout of SHITEMID | 06 Sep 2004 23:57 GMT | 2 |
I'm trying to define the following C++ shell struct in C# (see shtypes.h or shtypes.idl): typedef struct _SHITEMID { USHORT cb;
|
| WMI Extension Installation Error | 06 Sep 2004 12:39 GMT | 2 |
I have VS 2003 Enterprise Architect installed (7.1.2346) but when I attempt to install the Management (WMI) Extensions for VS .NET 2003 Server Explorer I receive a message indicating that VS 2003 must be installed. How do I get around the error?
|
| Issue: Queued Component and Marshal.ReleaseComObject | 06 Sep 2004 09:44 GMT | 8 |
We used .NET EnterpriseServices Queued components in our application to for certain asynchronous processes (code fragments was attached) However, we found out that the "Objects", "Activated" counts in the Component Services MMC are growing constantly. The application is running on ...
|
| How to use shelllink interface in c#? | 06 Sep 2004 09:27 GMT | 2 |
I want to get the target and argument of a shell link in a C# project, so that I need to use the shelllink interface but I do not know how to do. I added the shell32.dll into the reference and tried the
|
| COM Interoperability with Windows SERVICE | 05 Sep 2004 02:45 GMT | 1 |
I have an COM Component ,which is responsible for taking the Data from DB , Generating the Excel and sending the Generated Excel File by mail to the user. Note :The COM is registered on the system. The COM is created in VB. Now I m trying to access the COM From the Windows ...
|