|
More site info...
microsoft.public.dotnet.framework.interop | Forum profile
|
|
Forum profile page for microsoft.public.dotnet.framework.interop on http://www.microsoft.com/communities/newsgroups....
This report page is the aggregated overview from a single forum: microsoft.public.dotnet.framework.interop, located on the Message Board at http://www.microsoft.com/communities/newsgroups....
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "microsoft.public.dotnet.framework.interop" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on microsoft.public.dotnet.framework.interop:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
7
|
20
|
83
|
|
Post:
|
9
|
28
|
125
|
|
|
microsoft.public.dotnet.framework.interop Posting activity graph:
|
Top authors during last week:
user's latest post:
Installing a COM compatible...
Published (2009-01-07 22:46:00)
Hello Mike I need to supplement my last reply. The demo http://www.codeproject.com/KB/cs/C__Deployment.aspx works fine in pre-Vista clients, but in Windows Vista and 2008, the msi file won't be installed. The symptom is that, the user is prompted to install the cab every time the page is loaded, but the msi file is not installed after clicking 'Install' and the .NET component cannot be used. (In the comments of the...
user's latest post:
Debugging unmanaged crashes in...
Published (2009-01-06 02:22:00)
Sometimes my software crashes on Windows Vista. It looks this happens randomly and only on Windows Vista (with XP this has never happened). It looks like the crash is an unmanaged exception (I catch all unhandled exceptions by code) so the standard Windows Vista dialog appears saying the program has stopped working. How can I track what caused the problem? Or have my customer provide more detailed information so that I can do...
user's latest post:
Calling from a script to a host...
Published (2009-01-06 10:32:00)
Hello Ehud, from what I know the 'params' construct is not supported by COM. In theory, this changed signature here should be valid (I didn't say work ;-) void MyHostMethod([MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_VARIANT)] object psarray)... I'm working on the same problem. JavaScript uses the window.external object to call back to a C# object. Unfortunately, even with the modified...
user's latest post:
Problem in second call to...
Published (2009-01-06 12:55:00)
I have a C# class that contains this: [DllImport("FHT_MMDRIVER.dll", EntryPoint = "MMDRIVER")] public static extern void MMDRIVER( [MarshalAs(UnmanagedType.LPStr)]System.String fileDir, [MarshalAs(UnmanagedType.I4)]System.Int32 lenFileDir, [MarshalAs(UnmanagedType.LPStr)]System.String materialName, [MarshalAs(UnmanagedType.I4)]System.Int32 lenCMName, [MarshalAs(UnmanagedType.LPStr)]System.String...
user's latest post:
RE: conversion of vb6 Common...
Published (2009-01-06 12:44:00)
Hello Fellow, Since the Microsoft Common Dialog Control 6.0 does not come with Microsoft Visual Studio .NET you need to download the activeX control and keep using it within the .net environment. To download the ActiveX check this link. It also shows you where to place the dll. http://www.martin2k.co.uk/vb6/vb6download4.php So this conversion does not involve a change of code. It's just a matter of adding the proper reference....
user's latest post:
Problem in second call to...
Published (2009-01-06 21:54:00)
Sounds to me like you have a problem with the external function you've defined. Normally whenever I messed up the signature of the method I've seen that same error coming through. I know I've personally had a lot of headaches trying to pass arrays directly into external functions like you're trying to. "Vic" <victor.fees@gmail.com> wrote in message...
user's latest post:
Interop Toolikit used outside...
Published (2009-01-07 03:36:00)
I wish to use an Interop Toolkit control in a container other than a VB6 app even though this is not an actually supported scenario (container is Wonderware Intouch but same problem occurs in tstcon32.exe supplied with VS2005) Method: Create a new Interop toolkit control using interoptoolkit 2.0 sp1 built under VS2008 Add Identifying Label to new control using designer Build control Start tstcon32 (VS2005 only) Edit->Insert...
user's latest post:
Installing a COM compatible...
Published (2009-01-07 13:13:00)
I have a .NET assembly written in C# that is COM compatible. This assembly is going to be used by a legacy web application that uses VB6 ActiveX controls embedded in ASP. If I register the assembly with RegAsm /codebase, everything is fine, and I can access it from the ActiveX controls. However, all of the ActiveX controls are deployed in CAB files, and I want to distribute this assembly in a CAB file as well. I have tried various...
|
|
|
|
Latest active threads on microsoft.public.dotnet.framework.interop::
Started 1 day, 11 hours ago (2009-01-07 13:13:00)
by im_mike
I have a .NET assembly written in C# that is COM compatible. This assembly is going to be used by a legacy web application that uses VB6 ActiveX controls embedded in ASP. If I register the assembly with RegAsm /codebase, everything is fine, and I can access it from the ActiveX controls. However, all of the ActiveX controls are ...
Started 1 day, 21 hours ago (2009-01-07 03:36:00)
by nick0033
I wish to use an Interop Toolkit control in a container other than a VB6 app even though this is not an actually supported scenario (container is Wonderware Intouch but same problem occurs in tstcon32.exe supplied with VS2005) Method: Create a new Interop toolkit control using interoptoolkit 2.0 sp1 built under VS2008...
Started 2 days, 11 hours ago (2009-01-06 12:55:00)
by Vic
I have a C# class that contains this: [DllImport("FHT_MMDRIVER.dll", EntryPoint = "MMDRIVER")] public static extern void MMDRIVER( [MarshalAs(UnmanagedType.LPStr)]System.String fileDir, [MarshalAs(UnmanagedType.I4)]System.Int32 lenFileDir, [MarshalAs(UnmanagedType.LPStr)]System....
Started 2 days, 12 hours ago (2009-01-06 12:44:00)
by Paco ?ngel Santos
Hello Fellow, Since the Microsoft Common Dialog Control 6.0 does not come with Microsoft Visual Studio .NET you need to download the activeX control and keep using it within the .net environment. To download the ActiveX check this link. It also shows you where to place the dll. http://www.martin2k.co.uk/vb6/vb6download4.php...
Started 2 days, 14 hours ago (2009-01-06 10:32:00)
by Christoph W
Hello Ehud, from what I know the 'params' construct is not supported by COM. In theory, this changed signature here should be valid (I didn't say work ;-) void MyHostMethod([MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_VARIANT)] object psarray)... I'm working on the same problem. JavaScript uses the window....
Started 2 days, 22 hours ago (2009-01-06 02:22:00)
by nagar@community.nospam
Sometimes my software crashes on Windows Vista. It looks this happens randomly and only on Windows Vista (with XP this has never happened). It looks like the crash is an unmanaged exception (I catch all unhandled exceptions by code) so the standard Windows Vista dialog appears saying the program has stopped working. How can...
Started 1 week, 2 days ago (2008-12-30 13:02:00)
by Krish
Hi, I am trying to read all the contacts from SIM. I am using P/Invoke call public static extern int SimReadPhonebookEntry (int hSim, uint dwLocation, uint dwIndex, ref SIMPHONEBOOKENTRY entry); This method works fine on device with CF 2.0 installed but not on my windows Mobile 6 Emulator (I have...
Started 2 weeks, 3 days ago (2008-12-22 01:04:00)
by tricky
I am a new to .NET (using 3.5) however have written a C# Class library that I need to reference from Visual Basic 6.0. I have attempted to do this using the following steps: 1. Set the assembly to "COM-Visible" from the project properties 2. Set "register for COM Interop" to tre in the "BUILD" properites of the project...
Started 2 weeks, 4 days ago (2008-12-21 06:45:00)
by Ehud
Hi, I would like to call from jscript on HTML page that is displayed within a WebBrowser control to a method in the host that accepts any number of arguments through 'params' array. It worked fine as long as I tried to call a method with a final number or arguments (where I didn't use the 'params' array). For example:...
Started 2 weeks, 6 days ago (2008-12-19 02:12:00)
by Saad
Hi, I have a legacy c++ application which uses wxWindows to create it's GUI. We have ported it to VC 8 (2005) using the old syntax switch. Then we added some new window which were purely dotnet. Everything seems to work perfectly, but there is a little problem............ We are getting a " Red X" in all the ...
|
|
Hot threads for last week on microsoft.public.dotnet.framework.interop::
Started 1 day, 11 hours ago (2009-01-07 13:13:00)
by im_mike
I have a .NET assembly written in C# that is COM compatible. This assembly is going to be used by a legacy web application that uses VB6 ActiveX controls embedded in ASP. If I register the assembly with RegAsm /codebase, everything is fine, and I can access it from the ActiveX controls. However, all of the ActiveX controls are ...
Started 2 days, 11 hours ago (2009-01-06 12:55:00)
by Vic
I have a C# class that contains this: [DllImport("FHT_MMDRIVER.dll", EntryPoint = "MMDRIVER")] public static extern void MMDRIVER( [MarshalAs(UnmanagedType.LPStr)]System.String fileDir, [MarshalAs(UnmanagedType.I4)]System.Int32 lenFileDir, [MarshalAs(UnmanagedType.LPStr)]System....
Started 2 days, 22 hours ago (2009-01-06 02:22:00)
by nagar@community.nospam
Sometimes my software crashes on Windows Vista. It looks this happens randomly and only on Windows Vista (with XP this has never happened). It looks like the crash is an unmanaged exception (I catch all unhandled exceptions by code) so the standard Windows Vista dialog appears saying the program has stopped working. How can...
Started 2 days, 14 hours ago (2009-01-06 10:32:00)
by Christoph W
Hello Ehud, from what I know the 'params' construct is not supported by COM. In theory, this changed signature here should be valid (I didn't say work ;-) void MyHostMethod([MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_VARIANT)] object psarray)... I'm working on the same problem. JavaScript uses the window....
| |