| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I added a project reference to an ActiveX DLL in my C# project.
I now need to remove the reference from the project.
How do I accomplish this...
Binder
|
08-12-2004 01:15 PM
Binder | 0 | 15 |
|  | Hi,
I'm using message queue and would like to know how do I return a IntPtr to
the MessageQueue object I created in
IntPtr MessageQueueCreate(string...
Johann
|
08-12-2004 12:19 PM
Johann | 0 | 15 |
|  | Hello,
I've read a lot of great threads by Ken Tucker and Herfried Wagner on using
the SHFILEOPSTRUCT to send a file to the recycle bin. Is there a... |
08-12-2004 11:14 AM | 2 | 19 |
|  | Hi
I am getting the warning:
TlbImp warning: Type library importer has encountered an interface not
derived from IUnknown: _HiddenInterface.
when...
Donmn
|
08-12-2004 08:25 AM
Donmn | 1 | 40 |
|  | Marshall.PtrToStruct()?
--
cody
Freeware Tools, Games and Humour
http://www.deutronium.de.vu || http://www.deutronium.tk
"Gyula Lukacs via .NET...
cody
|
08-12-2004 06:31 AM
cody | 0 | 23 |
|  | Hi ,
I have question which is related to calling a VB6.0 STA component from
a .NET "System.Timers.Timer" timer_elapsed function using interop.
At...
Eric
|
08-12-2004 01:57 AM
AT | 7 | 13 |
|  | Thanks Mattias!!! That did it.
- Thomas
Thomas Fisher
|
08-11-2004 04:49 PM
Thomas Fisher | 1 | 18 |
|  | Hi,
First my conclusion (I hope someone can tell me
I'm wrong) followed by a problem description.
CONCLUSION:
When an activex control is used in...
AT
|
08-11-2004 01:51 PM
AT | 7 | 24 |
|  | I'm getting an error when I "dodragdrop" with a system array, onto an
existing COM active-x control. I assume there is some kind of...
Robin Tucker
|
08-11-2004 01:43 PM
Robin Tucker | 0 | 15 |
|  | Hi,
That sample code helped me a lot. Thanks for sharing.
However even after clearing the history and Deleting Temporary file from IE...
Sudhakar Chakravarthi via .NET 247
|
08-11-2004 11:05 AM
Sudhakar Chakravarthi via .NET 247 | 0 | 14 |
|  | First, Sorry for crossposting.
I've run the installer on a mahine with windows 2000 professional and it registered my COM interop dll without any...
Osvaldo Bisignano
|
08-11-2004 11:03 AM
John Wadie | 1 | 13 |
|  | What does the error message
TlbImp error: System.ApplicationException - Assembly '<library name>' which
is registered as the primary interop...
Eric Porter
|
08-11-2004 06:41 AM
Eric Porter | 1 | 14 |
|  | Is it possible to pass a safearray of structs between C# and C++?
I have an existing c++ extern that passes "LPSAFEARRAY* p_ppsaColumns"
as an...
AT
|
08-10-2004 07:25 PM
AT | 0 | 19 |
|  | Hi All,
I am trying to isolate an unmanaged C DLL in a C# application. The C DLL contains some global data that needs to be isolated(e.g. each...
CJ1 via .NET 247
|
08-10-2004 05:35 PM
CJ1 via .NET 247 | 0 | 12 |
|  | Hi,
I have a COM object CParamCollection written in C++. It implements
IParamCollection interface which has _NewEnum method. I need to use
this COM...
AT
|
08-10-2004 05:25 PM
AT | 0 | 23 |
|  | Can anyone tell me whether .NET controls will have the ability to be
hosted as ActiveX controls with the release of Visual Studio 2005?
(Currently...
AT
|
08-10-2004 05:14 PM
AT | 0 | 9 |
|  | Where can I find primary interop assemblies for VBA and VBRUN ? Are they
supplied with the .NET framework?
Regards
Eric
Eric Porter
|
08-10-2004 03:04 PM
Paul Clement | 1 | 13 |
|  | I created a .NET (DLL) called DBWrapperNET.DLL. It uses ADO 2.8 for the DB access.
This DBWrapperNET.DLL is to be used by multiple VB6 applications....
DotNetJunkies User
|
08-10-2004 02:45 PM
Tony Tallman | 1 | 16 |
|  | I wrapped the WMF SDK in managed C++ (.NET interoperation like other people
do in C#) and tried to record wave inputs directly into wma format in...
Long
|
08-10-2004 02:45 PM
Long | 0 | 23 |
|  | Hi all,
i would like to have libcurls functionalities in my VB.net program. I
found a post in this group about someone trying to do so that...
AT
|
08-10-2004 10:55 AM
AT | 1 | 19 |
|  | I am trying to use TLBIMP.EXE with a COM library, to create an Primary
Interop Assembly.
Sequence of events :
* First time I tried, I used the...
Eric Porter
|
08-10-2004 10:44 AM
Eric Porter | 2 | 9 |
|  | We're in the process of trying to migrate our VB6/COM+ AICs to being .NET
AICs, using the example that came with the "BizTalk Server 2002 Toolkit...
Dan Tharp
|
08-10-2004 07:59 AM
Dan Tharp | 1 | 12 |
|  | I don't understand why there is a restriction on raising events to JScript in
Internet Explorer from a .NET user control placed on the page with the...
Ralph Shillington
|
08-10-2004 04:47 AM
Ralph Shillington | 0 | 11 |
|  | I have a library that handles some simple playing card logic, and I'm trying
to wrap it in MC++ and access it from C#.
The unmanaged component is a...
Scott Yost
|
08-10-2004 04:11 AM
Scott Yost | 0 | 13 |
|  | I'm accessing Outlook via the PIA from a C# app. I've been having problems
getting Outlook to shutdown (the process just hangs after the app exits),...
Peter Kron
|
08-09-2004 06:08 PM
Peter Kron | 0 | 17 |
|  | Hi all,
It seems the connection point events published by an out ofprocess COM component arrive to the client .NET application onthe background...
Peter via .NET 247
|
08-09-2004 04:48 PM
Peter via .NET 247 | 0 | 13 |
|  | Hi All,
I am using the ImageList/ListView Components to display around 100 images
in C#.NET.
The issue i have is, some times i may need to display...
Bob C.
|
08-09-2004 10:12 AM
Bob C. | 0 | 19 |
|  | Question :
Are the DLLs supplied in "c:\program files\microsoft.net\primary interop
assemblies" actually primary interop assemblies? If so, are...
Eric Porter
|
08-09-2004 09:03 AM
Eric Porter | 0 | 13 |
|  | Hi,
Is it possible to access intrinsic WScript object properties from a .NET
class? I am writing a COM object in .NET (VB.NET or C#), which can...
Alek Davis
|
08-09-2004 07:37 AM
Alek Davis | 0 | 15 |
|  | Dear Fernandez,
TLBIMP.EXE utility is applicable only for COM DLLs.
To use Win32 DLLs in your code, use DLLImport in your...
John Paul. A
|
08-09-2004 07:09 AM
John Paul. A | 2 | 13 |
|  | how would I access that from a C++ unmanaged component?
thanks,
hazz
Hazzard
|
08-08-2004 10:37 PM
Hazzard | 0 | 6 |
|  | Hi
Are there any PIAs for office 2003 or should I let vs 2003 generate the
interop dlls?
Thanks
Regards
John
|
08-08-2004 02:16 PM
Phil Wilson | 1 | 16 |
|  | As our application design requires us to use one of the validation API engine
which was written on C(so basically all I have is a dll) and I tested...
sonyram
|
08-07-2004 11:11 PM
sonyram | 0 | 8 |
|  | How can you make sure that a specific richedit dll version (1,2,3,4.1) is
used with the .net richtextbox, seems as though it is using version 1.0...
Patrick Blackman
|
08-07-2004 05:44 PM
Patrick Blackman | 0 | 9 |
|  | Hi,
you might want to try PE explorer (http://www.heaventools.com)
hope it helps out
WBR,
Max
Ben
|
08-07-2004 05:30 PM
AT | 2 | 17 |
|  | Hello.
I have two interop assemblies wrapping INPROC COM servers. Onegives me an interface pointer, say, of LibFoo.IBar managed type.The second...
Serge Baltic via .NET 247
|
08-06-2004 07:30 PM
Phil Wilson | 1 | 13 |
|  | I am using VB.NET 1.1 and I would like to know if given a window handle,
(from a window run outside of my process), if there is a way to...
David Londeck
|
08-06-2004 05:20 PM
David Londeck | 0 | 14 |
|  | I have a program that will launch other programs that may be VB6 COM that use
..NET objects via component services or a .NET Assembly that interops...
Robert Cross
|
08-06-2004 03:01 PM
Robert Cross | 0 | 18 |
|  | Hi People,
I'm having trouble passing a Windows Handle ( regardless of whether it
is a Bitmap or Printer Handler ) to the MSHTML Active X...
AT
|
08-06-2004 11:06 AM
MEnard Soliven | 2 | 42 |
|  | I am trying to create an no UI MSHTML host, but in frame navigation is
throwing a No Such Interface Supported from within MSHTML.
code is...
Paul
|
08-06-2004 10:31 AM
Paul | 0 | 29 |
|  | I have created C# dll and I am successfully able to call it through
COM client.
I copied same code to C# Windows service. But COM client is not...
AT
|
08-06-2004 10:18 AM
AT | 0 | 19 |
|  | I had to fix a interop problem for a COM object using the ildasm ->
edit -> ilasm method. This worked fine. Unfornunately I have to load
some other...
AT
|
08-06-2004 06:57 AM
AT | 0 | 11 |
|  | I am hopeing that I can get a little help here, as I have beenreading a great deal and have not found a solution to my problemyet.
We have a server...
Peter Insley via .NET 247
|
08-06-2004 04:42 AM
Peter Insley via .NET 247 | 0 | 13 |
|  | Hello All
as I want to kearn interop,is there any good example ,better in csharp,on
how to expose a class to COM and use a script to call method of...
r+r
|
08-06-2004 02:07 AM
r+r | 0 | 13 |
|  | I'm creating an app that changes the default printer settings using the
Windows api in C# to automate printing from different applications. Is...
Michael Martin
|
08-05-2004 08:25 PM
Michael Martin | 0 | 14 |
|  | What will marshaling a WORD data type to a Short do to it?
A word is two bytes with a max value of 65535 but i'm getting back some huge
numbers...
Thomas Fisher
|
08-05-2004 07:48 PM
Thomas Fisher | 3 | 14 |
|  | I have a COM DLL that I've created with Visual Basic.Net (2003 editiion) and
after I've created it, I attempt to do a GetObject call or...
Chuck Cobb
|
08-05-2004 07:20 PM
Chuck Cobb | 0 | 15 |
|  | Hi all,
I have a thrid party non visual ocx which functions fine when placed on a standard form.
There was a requirement to run the application in...
Mark Sargent
|
08-05-2004 06:19 PM
Mark Sargent | 1 | 12 |
|  | I have a vb .net application that ties a specific word doc to aspecific database record, and allows the user to open and editthe specific word doc,...
theresa pratt via .NET 247
|
08-05-2004 02:35 PM
theresa pratt via .NET 247 | 0 | 12 |
|  | Hello,
I have a COM+ component written in C++ that takes a bunch of ByRef Variants
as parameters to its various functions. It gets called from all...
Joe
|
08-05-2004 02:00 PM
Joe | 2 | 12 |