| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | In C#, I have created two properties, as shown below. When I access these
fields from VB, it's throwing an error as
Compile error: Function or...
Sidu
|
08-31-2005 06:07 PM
Sidu | 0 | 13 |
|  | I am trying to call DCOM from web service.
Having "COM target does not implement IDispatch." error.
Tried code from within web service, separate...
AT
|
08-31-2005 04:47 PM
AT | 1 | 15 |
|  | Good Day All,
I have a series of interfaces defined in a VB6 ActiveX dll. I can import
these into a .NET project and use them to instantiate a VB6...
Dan
|
08-31-2005 04:35 PM
Dan | 0 | 12 |
|  | I'm using VB in VS2005 beta 2.
I have a graphical user control that comes from an VB6-OCX. I'd like to use
it on form which is a MDIChild.
If I...
Robert Schneider
|
08-31-2005 11:18 AM
Robert Schneider | 0 | 10 |
|  | Sorry for the x-post but it was suggested I post here as it is believed that this is a COM interop problem.
Here is some background...
shawn clarke
|
08-31-2005 10:44 AM
shawn clarke | 1 | 21 |
|  | Hi all,
I currently have a three tier app deployed:
- Client - VB6 app
- Server - COM+ app written in VB6
- DB - SQL Server 2000
and I want to...
Radu Enuca
|
08-31-2005 10:19 AM
Radu Enuca | 0 | 23 |
|  | I posted the following a few weeks ago on another forum and have had no
response, so am trying again...
TerryRey
|
08-30-2005 09:46 PM
AT | 1 | 36 |
|  | I am looking for the best way to switch Windows video modes. Here is
what I am trying to accomplish:
I have an app that need to initially display...
mphacker
|
08-30-2005 08:51 PM
Steve Throner | 1 | 5 |
|  | Hi all,
I've created a .NET app that executes a DTS package. Everything works great
if I pass the appropriate parameters to the application; if I...
Wade
|
08-30-2005 09:30 AM
Wade | 1 | 17 |
|  | Hi,
I have a .NET interface, which is inherited from IEnumerable.
public interface IMyInterface : IEnumerable
{
//Some methods
AT
|
08-30-2005 06:36 AM
AT | 0 | 22 |
|  | I originally posted this in microsoft.public.adsi.general half an hour
or so but realised that I should probably have posted it here:
I need to...
ssg31415926
|
08-30-2005 05:51 AM
ssg31415926 | 1 | 18 |
|  | Hi there,
From a VB.NET application, a VB6 ActiveX DLL needs to be used. This
ActiveX.DLL (source not available) has an Announce() method which...
news.scarlet.be
|
08-30-2005 04:46 AM
news.scarlet.be | 0 | 29 |
|  | I have a UserControl in VB.Net. As part of this, I handle DragDrop by
obtaining the IDropTarget Interface from Folders that the DragDrop is over.
I...
Jim Parsells
|
08-29-2005 04:48 PM
Jim Parsells | 0 | 23 |
|  | It works:) Thank you very mych, Mattias.
Luke
luke
|
08-29-2005 04:27 PM
luke | 2 | 20 |
|  | Thanks a lot for your quick response.
"Mattias Sj?gren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
Tal Shachar
|
08-29-2005 03:30 PM
Tal Shachar | 1 | 16 |
|  | Hi,
I need to realize IEnumUnknown interface in .NET. So I described
IEnumUnknown in .NET as:
public interface IEnumUnknown
{
AT
|
08-29-2005 12:10 PM
AT | 0 | 15 |
|  | Hello,
I must draw charts in a VB.NET application, I would like to know what
is the the best choice et differences between :
- Microsoft Office...
Doudou
|
08-29-2005 11:19 AM
Doudou | 0 | 18 |
|  | Hi All,
I'm trying to make an assembly in C# to use as a COM server. I'm building as
normal and ruinning regasm at the end. Everything is generally...
Tom Z.
|
08-29-2005 08:57 AM
Pedro Ramilo | 1 | 21 |
|  | I have built a simple set of three classes in VB2005 Beta2 and attempted to
expose them to COM to be consumed from inside Outlook 2003 VBA.
I have...
Pedro Ramilo
|
08-29-2005 08:48 AM
Pedro Ramilo | 0 | 16 |
|  | Hi all
My question is about marshling SecurityIdentifier in COM. In the MSDN
this class is described as
"Represents a security identifier (SID) and...
AT
|
08-29-2005 01:36 AM
AT | 0 | 13 |
|  | Hello,
I am attempting to enumerate Disk devices in my system and locate associated
volumes and drive letters with these devices. I have translated...
Simon Wellborne
|
08-28-2005 07:35 PM
Simon Wellborne | 0 | 21 |
|  | C# code that compiled and ran successfully in VS 2003 is compiling but
failing in VS 2005:
static void Main(string...
Scott Smith
|
08-28-2005 01:13 AM
Scott Smith | 1 | 10 |
|  | My .NET application handles events from an out-of-proc COM server. These
events do not execute on the app's primary thread, however. Is this...
Dana
|
08-27-2005 05:15 PM
Dana | 0 | 17 |
|  | I've seen many examples of this same type of question and I keep trying
what I find, but I can't get things to work. If I can validate that I
have my...
Voss
|
08-27-2005 12:36 PM
Voss | 0 | 20 |
|  | hallo liebe gemeinde:
ich habe eine c# dll und ein com interface dafür. soweit so gut.
mit dem aufruf: var x = new ActiveXObject("DLL_NAME.CLASS")... |
08-26-2005 05:29 PM | 0 | 16 |
|  | The expected result is 0.
Returned by Declare Lib and DllImport with SuppressUnmanagedCodeSecurity
The returned bad result is .005 (which is...
casey chesnut
|
08-26-2005 03:48 PM
casey chesnut | 1 | 18 |
|  | i'm pInvoking a component from a web service.
on my test computer with IIS5, i have the component in the \bin directory,
and the call works.
when i...
casey chesnut
|
08-26-2005 02:10 PM
casey chesnut | 1 | 16 |
|  | I would like to know how do I pass a pointer to a struct from managed
code to unmanaged code. For example if I create structure like this in
managed...
AT
|
08-26-2005 02:06 PM
AT | 0 | 11 |
|  | I made a simple program to illustrate my question.
I added the Microsoft PIA's, and then I added a reference to Word. The path
to the word.dll...
Ron Dahl
|
08-26-2005 11:26 AM
Ron Dahl | 0 | 19 |
|  | I am tring to write simple console application in C# to test the APIs
functions made available by the dymo sdk. The dymo sdk provides a dll
library...
AT
|
08-26-2005 06:46 AM
Kenneth Myhra | 1 | 17 |
|  | I am experimenting late binding using C#. It's quite awkward doing COM this
way, but I think it's fun.
I am trying to catch DocumentComplete event...
Neo The One
|
08-26-2005 05:33 AM
Neo The One | 1 | 28 |
|  | We are hosting the axWebBrowser in a windows form. A web page is loaded that
contains a .net user control. If we have set the UIHandler, the...
tosch
|
08-26-2005 01:51 AM
AT | 11 | 45 |
|  | Hi!
I am trying to install a COM Server that I have written in C# via Internet
Component Download in Internet Explorer (CAB file), but have so far...
Kenneth Myhra
|
08-25-2005 10:18 AM
Kenneth Myhra | 0 | 19 |
|  | I have .NET components consumed by ASP 3.0 pages on SERVER1. The .NET
components access the file system on SERVER2. Auditing SERVER2 I found out
that...
Fabio
|
08-25-2005 09:31 AM
Fabio | 0 | 10 |
|  | Hi.
I am writing a C# interface to a C++ / C driver for a hardware card and I am
having the following issue when trying to set up a callback...
John Eyles
|
08-25-2005 08:51 AM
John Eyles | 0 | 19 |
|  | I have .NET components consumed by ASP 3.0 pages on SERVER1. The .NET
components access the file system on SERVER2. Auditing SERVER2 I found out
that...
Fabio Scagliola
|
08-25-2005 08:23 AM
Fabio Scagliola | 0 | 12 |
|  | Here is the overview:
I have a presentation layer (it can be an web page or a windows form), a Business
Layer where business rules are enforced and...
Mike Malter
|
08-25-2005 04:54 AM
AT | 7 | 17 |
|  | I have to make a program in VB.Net to flash the ROMs of different
phones. The first step in the task, is to make a little application
that listens to...
AT
|
08-24-2005 06:21 PM
Mark Rae | 1 | 15 |
|  | Hello,
I have the following setup:
a C# project which declares an enum:
public enum FunctionTypes
{
SolventMix =1,
Eckhard Schwabe
|
08-24-2005 12:22 PM
Eckhard Schwabe | 0 | 16 |
|  | Damn, somehow I posted this to the wrong group :S
How can I create a pointer to a string array from VB.Net? I want to take a
string array of...
Rob Mayo
|
08-24-2005 09:55 AM
Rob Mayo | 0 | 16 |
|  | Are there instructions or special gotta's about creating an Office Addin
installable on a PC other than the dev machine. I have an Addin that...
Glass Half Full
|
08-24-2005 02:39 AM
AT | 5 | 18 |
|  | Hi All,
Greetings!!!
I have a question. Please respond....
I am trying to write a C# component that need to inherit some of the the
interfaces from...
P Reddy
|
08-24-2005 01:40 AM
P Reddy | 0 | 21 |
|  | I have written a VB .NET 2003 application to attempt to facilitate Access as
its reporting tool (since Access was the preferred method around here...
Mr Developer
|
08-23-2005 02:25 PM
Mr Developer | 0 | 22 |
|  | Hi all.
I have a DLL exposed as a COM object which contains a class.
This class is instantiated and used by a VB6 Windows Form.
This class calls...
Cinnio
|
08-23-2005 12:08 PM
Cinnio | 0 | 22 |
|  | Greetings,
We have a simple C# console application wrapping a third party COM
object. "Every once in awhile" the third party COM object throws...
steve
|
08-22-2005 05:53 PM
steve | 0 | 22 |
|  | Hello everybody,
is there anybody that could tell me if i am wrong. I have done an activeX
control in c++ MFC which I have integrated in a winforms...
minh
|
08-22-2005 06:26 AM
minh | 0 | 26 |
|  | Thank you so much! Now my code doesn't crash the explorer! However, I
still have a problem, so may be you can help again. My code reads:
int...
AT
|
08-21-2005 12:56 PM
Chandra | 4 | 29 |
|  | Hi,
I'm trying to open a csv file from within Excel. I'm using the
OpenText command from within my C# project to do it. I only want to
format one...
AT
|
08-19-2005 12:50 PM
AT | 0 | 26 |
|  | I'm using the MSXML2 HttpTransaction in my C# app. I want to make the call
async and use a callback function. The code compiles but the callback...
Jason
|
08-19-2005 12:29 PM
Jason | 0 | 28 |
|  | Hi,
I'm using a native DLL from C# code. One of the DLL's functions has
the following C style calling convention:
typedef NameType char;
int result...
Michael Engel
|
08-19-2005 09:27 AM
Michael Engel | 0 | 23 |