all groups > dotnet interop > february 2008 > threads for february 8 - 14, 2008
Filter by week: 1 2 3 4
Unmanaged ActiveX & Managed WinForms User Control
Posted by .Suchit at 2/13/2008 10:59:00 AM
Hello There,
I have an unmanaged ActiveX control written in MFC. And using
CWinFormsControl<> template I am using a managed WinForms User Control
contained in this ActiveX control. Now I want to marshal interface of this
outer ActiveX control into the WinForms User Control and want to be ab... more >>
Microsoft Office 2007 Primary Interop Assemblies
Posted by Jimmy B at 2/12/2008 11:24:38 PM
Hello,
I installed Microsoft Office 2007 Primary Interop Assemblies to my WinXP
and after that I launched Visual Studio 2005.
I created a project but when I tried to add references to these assemblies I
didn't
find them.
Where PIA package actually installs PIA assemblies and how can I g... more >>
Displaying a C# Dialog modally
Posted by Martin_Bürkle at 2/12/2008 8:45:17 PM
Hello NG,
I have a problem displaying a C# Dialog modally.
I have 2 VB6 Forms visible (Form A and Form B). One is opening a C#
dialog modally (Form A).
This C# Dialog is not behaving like a modal Dialog, because I can
bring the second VB6 Dialog to Front (Form B).
I Don't know what I'm doin... more >>
VB6/ VB.NET interop form from a Network drive ?
Posted by joseph.fallon@ipsi.ie at 2/11/2008 8:05:42 AM
Hi,
We are moving a VB6 app to .NET form by form.
In the past for our VB6 app we installed the necessary ocx's, dll's
etc on the client
PC but kept the main exe on a network folder. To release a new version
of the application we could just replace the exe file on the network
instead of doi... more >>
Array of Structures
Posted by DLI at 2/8/2008 1:10:06 PM
I have to port some VBA Code to VB DotNet
The following code block defines several types in VBA.
Public Type ProbParamKind
Na As Long
Nc As Long
Nstep As Long
MaxCycles As Long
AxialPts As Long
End Type
Public Type RunOptKind
KeyProdID As Long... more >>
C# COM component deplyment issue
Posted by Mike Towers at 2/8/2008 10:09:05 AM
Hi,
I have written a C# COM component which I am using via a VB6 application.
Everything seems to work just fine on my local machine but when I try to use
the component and VB app on another machine I can't seem to make it work.
The process I used to create the component is :
1. Create... more >>
|