| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I am hosting a custom web browser control inside a form.
I need to remove/ disable <object> element that contains flash application.
Is there any... |
01-24-2006 11:34 AM | 0 | 39 |
|  | I've got a question regarding the best way to develop a .NET class library
that will be consumed in an application as an Automation object. ...
beaudetious
|
01-24-2006 11:05 AM
Clive Dixon | 1 | 41 |
|  | Hi all,
I have a native class which has a single instance controlled via the
singleton pattern. I need to call this from both native C++ and...
AT
|
01-24-2006 04:18 AM
AT | 0 | 17 |
|  | Hey,
I have a problem which I have no clue how to fix. I am using the CLI
and some of the ref class constructors require a native type to be
passed...
AT
|
01-24-2006 04:17 AM
AT | 0 | 17 |
|  | I have a .Net form based application which uses a Win32 dll using
PInvoke. The C# form supplies a delegate to the Win32 dll and the Win32
dll stores...
Venkat
|
01-24-2006 03:59 AM
Dmytro Lapshyn [MVP] | 1 | 53 |
|  | Hi,
In our C# app we are trying to use PInvoke to call some unmanaged
functions in a C++ dll. The function definitions and thier stucts look
like...
NuTcAsE
|
01-24-2006 03:55 AM
Dmytro Lapshyn [MVP] | 1 | 27 |
|  | I am using DllImport to call a function in a seperate dll written in C:
internal static extern void...
John Collins
|
01-24-2006 02:36 AM
John Collins | 5 | 31 |
|  | In one of my VS2005 projects, I'm referencing a VB6 (SP5) COM DLL. The
"isolated" property of the DLL reference is set to true. When I try to
build...
Scott
|
01-23-2006 10:29 PM
AT | 4 | 41 |
|  | The .Net DataObject class implements the COM/OLE IDataObject interface
, so
how do I get it.
I have tried this, but it does not work :
// Declare...
AT
|
01-23-2006 06:46 PM
Michael Phillips, Jr. | 1 | 22 |
|  | Hello everyone,
I'm new to the MS .Net framework and C#, but aware of MFC and Win32
programming.
I have the task to communicate with electronic...
JWagner
|
01-23-2006 06:19 PM
Michael C | 1 | 35 |
|  | Thanks. It is enabled for managed and native code.
If I hook up a simple native DLL and compile it with debug I can step
into the call. My problem...
Darren
|
01-23-2006 02:02 AM
AT | 7 | 29 |
|  | Hi,
Using Microsoft Visual Studio 2003, I have created an assembly that was
registered as COM component. On the project's options the "Register for...
Emmanuel
|
01-23-2006 12:55 AM
Emmanuel | 2 | 56 |
|  | I'm currently looking at this VB.NET code running on my IIS server which
fails with the error below when it hits line #2. I've added a COM...
snicks
|
01-23-2006 12:04 AM
AT | 1 | 52 |
|  | Hi everybody,
I know this has been discussed very often but I can not find a suitable
solution for my problem that is:
I have a smart device...
Ivonne Riedel
|
01-22-2006 02:39 PM
Yuri O | 7 | 30 |
|  | I need to create an unmanaged COM VC++ 2003 Component to call a Dot Net
Component and I'd like to know if there is a way besides COM...
KJ Cat
|
01-22-2006 08:07 AM
Yuri O | 1 | 25 |
|  | I am trying to get some event handling implemented in which VB6 COM objects
raise an event which is caught in .NET code. The problem is that the...
Dick Swager
|
01-21-2006 11:55 PM
Dick Swager | 0 | 39 |
|  | I did create a class library that contains the code listed bellow. The
goal is to make this class available in an MFC application. The code
compiles...
rob
|
01-20-2006 11:56 AM
Clive Dixon | 6 | 35 |
|  | I have a problem that occurs on only one computer. The same code works on
three other machines.
A pice of code:
Dim pDocument As...
Gert Unterhofer
|
01-20-2006 07:59 AM
Gert Unterhofer | 0 | 27 |
|  | Hi all,
I am trying to determine the status of a Job after it has finished
running, but I don't get the correct results:
I first check if the Job...
Phonzo
|
01-20-2006 03:36 AM
Phonzo | 0 | 25 |
|  | Hi,
I need to insert a simple graph like the one in Windows Task Manager that
demonstrates the current CPU Usage. Is there a simple way?
Any ideas...
Juan Dent
|
01-20-2006 02:02 AM
AT | 1 | 21 |
|  | At the beginning System.Xml would be the only managed code.
Nevertheless, the plan is to slowly convert the whole GUI part to
managed code. In that...
rob
|
01-19-2006 10:50 PM
Pete Delgado | 2 | 29 |
|  | Hello NG,
I've trouble to to debug a vb.net application implementing a com interface.
<ComClass(ComClass2.ClassId, ComClass2.InterfaceId,...
MBO
|
01-19-2006 04:27 PM
MBO | 2 | 36 |
|  | I am trying to call a c function in a dll. The function has the
following signature
int PvcsOpenArchive( unsigned char* filename, //...
AT
|
01-19-2006 04:07 PM
AT | 2 | 35 |
|  | Hi,
We have some code like
IntPtr pUnk =
System.Runtime.InteropServices.Marshal.GetIUnknownForObject(m_Impl);
object newRCW...
cascade
|
01-19-2006 03:52 PM
Jared Parsons [MSFT] | 2 | 21 |
|  | I would like to disable all events from a document completely.I was
wondering if this is possible using
HTMLDocumentEvents...
Thanks |
01-19-2006 10:23 AM | 0 | 21 |
|  | Hi,
from a vb6 app I'm opening some (modeless) forms which are in a C#
/.net COM dll. Now these forms are listening to the Idle event...
AT
|
01-19-2006 05:07 AM
AT | 0 | 34 |
|  | I'm dealing with a legacy C DLL and I need some help & guidance with one
of the structures and functions. We have a link list structure...
none
|
01-19-2006 12:14 AM
None | 1 | 23 |
|  | Does anybody know how to get these functions to work properly?
I have an unmanaged C++ program that presents a print dialog and then
passes my C#...
AT
|
01-18-2006 06:32 PM
AT | 1 | 25 |
|  | All--
When I try to delete text (using the Delete key) within a textbox that is
embedded in a UserControl, text does not get deleted. (The Backspace...
mattyseltz
|
01-18-2006 12:37 PM
mattyseltz | 0 | 18 |
|  | All--
I have created a VB.NET 2005 COM-visible user control that I have embedded
in an MS Access container form as an ActiveX control (it's a long...
mattyseltz
|
01-18-2006 12:28 PM
mattyseltz | 3 | 18 |
|  | I've been working on a fairly complex add-in for Word for a while now, but
I've recently run into a problem installing my add-in. My add-in appears...
PMVT
|
01-18-2006 11:58 AM
PMVT | 2 | 18 |
|  | I've got a C# windows application which references and uses a VB6 component
that is still under development. Currently I make the reference via...
beaudetious
|
01-18-2006 11:57 AM
Jason Newell | 1 | 36 |
|  | Can we acheive the benefits of Object Pooling without going through
COM+ services in .NET framework.
If yes, what is the performance gain over com+...
AT
|
01-18-2006 11:06 AM
AT | 0 | 19 |
|  | I got an assignment to write GUI for PLC (Programmable Logic Controller). To
do this is used a COM dll file provided by PLC vendor Unitronics. Dll...
henryv
|
01-18-2006 07:36 AM
henryv | 0 | 57 |
|  | I need to send a MQ message from VB.net to our Websphere MQ hub. I'm using
the amqmdnet.dll. The hub uses JMS messages. Do I need to add RFH2 headers...
FionaF35
|
01-18-2006 07:29 AM
FionaF35 | 0 | 27 |
|  | I'm trying to learn Microsoft Windows Image Acquisition
I added the reference and added the Import WiaLib
Coding the characters WiaLib. brings up...
**Developer**
|
01-17-2006 06:04 PM
**Developer** | 0 | 36 |
|  | I was told this was the correct group to ask this question. I'm using
VB.Net to call various API's. But I'm never sure how to define the VB
variables...
Terry Olsen
|
01-17-2006 02:36 PM
Jared Parsons [MSFT] | 1 | 36 |
|  | Hi All:
I'm using the WebBrowser control in one Form inside my VB.NET application;
the page I'm going to display in the control requires you to...
Federico G. Babelis
|
01-17-2006 01:27 PM
Federico G. Babelis | 0 | 16 |
|  | Hello, I have the following piece of code that needs to be called from C#. I
did some work with .NET Interop, but this is just too much too handle....
Ramon de Klein
|
01-17-2006 10:25 AM
Ramon de Klein | 0 | 64 |
|  | Greetings,
I have a C++ DLL that exports a function of this shape:
void InitLib(DATACALLBACK pfnCallBack);
where DATACALLBACK is a function...
Wessam Bahnassi
|
01-17-2006 06:17 AM
Wessam Bahnassi | 0 | 28 |
|  | I'm using .NET 2.0 and VS2005 to work with some of the Windows Media Formt SDK.
I've encountered a problem with some calls where a reference to an...
Steve Wilkinson
|
01-17-2006 05:10 AM
Steve Wilkinson | 0 | 27 |
|  | Now that the fixed keyword can be used for interop arrays how can I
handle multidimensional arrays
/* This works */
public unsafe struct...
Darren
|
01-17-2006 04:45 AM
AT | 1 | 25 |
|  | Dear all,
I have a question on retriving IpcServerChannel.ChannelData in the remote
object. My code is like this:
Server code:
private void...
Kwokho
|
01-16-2006 09:33 PM
Kwokho | 0 | 23 |
|  | I have a winforms application using Interop running on Terminal Services.
There can be up to 30 sessions in the terminal server.
Our Telephony...
JDR
|
01-16-2006 03:41 PM
JDR | 0 | 23 |
|  | Because of the slowness of interop, I've taken to calling macros in Excel
workbooks from .NET for anything that requires looping. This has worked...
pearsons_11114
|
01-16-2006 01:02 PM
pearsons_11114 | 0 | 41 |
|  | Hello Fellow Developers,
I personally have not found any standard, .NET-approved and sanctioned way
to treat a .NET EXE Assembly as a COM...
Lim Bio Liong
|
01-16-2006 11:53 AM
J-Integra | 2 | 29 |
|  | The C# app consuming this Interop Assembly sees (for example) the
read/write property Field as get_Field and set_Field. Is this normal?
Here is the...
TDC
|
01-16-2006 10:20 AM
TDC | 0 | 19 |
|  | Background:
-----------
I'm writing a C# program (.Net 2.0) that utilizes the SCC interface (=Source
Code Control, i.e. support for Visual Source...
Nils F
|
01-16-2006 10:11 AM
Nils F | 1 | 19 |
|  | Hi there,
We have a large .NET 2003 C# Project which calls a VB6 com component.
All has been working fine until recently when i've started...
deano
|
01-16-2006 07:34 AM
deano | 2 | 23 |
|  | Dear all,
I'm trying to create a new instance of the Internet Explorer browser
programatically using .NET and COM interop, and...
PhilC
|
01-16-2006 03:13 AM
PhilC | 2 | 36 |