| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | From: "Egbert Nierop (MVP for IIS)" <egbert_nierop (AT) nospam (DOT) invalid>
Subject: To Michael Kaplan: About DSObjectPicker
Date: vrijdag 25...
Egbert Nierop \(MVP for IIS\)
|
11-26-2005 04:01 AM
Egbert Nierop \(MVP for IIS\) | 0 | 17 |
|  | I'm writing a mixed mode dll using VS2005. It contains callbacks used by
an unmanaged exe. I followed KB814472 and everything compiled and
linked...
Darren
|
11-25-2005 03:14 PM
Darren | 0 | 18 |
|  | Gentlemen,
I am considering writing a COM object I could use in a C++ 6.0 environment.
Is .NET Framework required to be installed on host machine...
Yama
|
11-25-2005 12:07 PM
AT | 2 | 28 |
|  | Hi, I've got a problem storing a string into unmanaged memory, witch
can't be restored to managed code.
I've build a NT Service manager, witch acces...
Bram Hoefnagel
|
11-25-2005 10:37 AM
Bram Hoefnagel | 0 | 18 |
|  | Hi,
I'm creating an object instance this way:
Type t = Type.GetTypeFromCLSID(new
Guid("5AAE7502-000A-11D0-99BD-0020AF8FE287"));
Object obj =...
Alexander Zeitler
|
11-25-2005 05:15 AM
Alexander Zeitler | 0 | 33 |
|  | Hi Mattias,
Thanks for your answer. I tried to change the long parameter to int, but
I still have the same error: The code throws...
Laurent
|
11-25-2005 04:33 AM
Laurent | 1 | 13 |
|  | Hi,
Too often I am presented with an HRESULT that I don't recognize. I know
winerror.h has some, but where can I find ALL of them and up to date?
I...
Juan Dent
|
11-24-2005 05:34 PM
Ole Nielsby | 2 | 21 |
|  | The following KB article contains instructions for creating a COM
Interop "wrapper" for a .NET DLL. The article is actually explaining
how to access...
Barb
|
11-24-2005 04:25 PM
AT | 2 | 40 |
|  | Hi,
I want to obtain the name of the domain associated with the computer in the
way it is displayed by the My Computer's Properties dialog.
I've...
Mircea Pleteriu
|
11-24-2005 06:55 AM
AT | 2 | 18 |
|  | I am in a situaion where I have a set of idl files that I am building a
..NET assembly with.
using midl and tlbimp.
The problem that I have is that...
AT
|
11-24-2005 03:18 AM
AT | 0 | 24 |
|  | I have a VB6 app that instantiates a .net DLL class, sinking the events. It
never receives the events, however.
This very code has been working for...
Todd Beaulieu
|
11-23-2005 04:50 AM
Dmytro Lapshyn [MVP] | 5 | 24 |
|  | "Lelekács Zoltán" <lelez (AT) freemail (DOT) hu> wrote
Willy.
Willy Denoyette [MVP]
|
11-22-2005 12:52 PM
Willy Denoyette [MVP] | 0 | 22 |
|  | Hi,
I've read over the documentation and it indiactes that these .net
classes can only run against mq running on windows as per the
prerequisitives...
John H
|
11-22-2005 12:51 PM
John H | 0 | 20 |
|  | Hi I have a set of classes written in eVC++ Now what I need to do now is to
export this classes to Dot NEt C#. So how do I do it?
ketan dixit
|
11-22-2005 12:50 PM
Willy Denoyette [MVP] | 1 | 31 |
|  | I'm stuck. After hours upon hours of research, my eyeballs are all googled
out.
I have a .net DLL that I use from a VB6 app. It exposes a couple of...
Todd Beaulieu
|
11-22-2005 11:12 AM
Todd Beaulieu | 0 | 30 |
|  | I know this is a much-queried issue.
I have a COM AddIn written in C# (.NET v1.1) targeted primarily at Excel &
Powerpoint (mainly XP, some 2003)....
RichardZ
|
11-22-2005 10:27 AM
RichardZ | 0 | 35 |
|  | I'm doing an application and I need call some functions defined in my
dll.
My application is written in managed code and my dll is written...
noe
|
11-22-2005 06:51 AM
noe | 0 | 28 |
|  | Hello,
I'm trying to write a C# migration tool that should migrate mailboxes
and calendars from another groupware application to Exchange 2003....
proteus
|
11-22-2005 05:42 AM
proteus | 0 | 51 |
|  | Im trying to use the MSProject COM "interop.msproject" but when i
create a new object ihave this Error...
Mohamed Zied Nouira
|
11-22-2005 04:08 AM
Mohamed Zied Nouira | 3 | 25 |
|  | Hi everyboby,this is the my first program using the C++/CLI .
In this i tried to marshall a structure with the following code:
the structure to...
B N Goud
|
11-22-2005 12:05 AM
B N Goud | 0 | 23 |
|  | I have a web service that uses a legacy COM component developed in vc++ 6.0.
That COM component works when I use the vc++ client. But when I use it...
Jay
|
11-21-2005 10:55 PM
Martin Kulov | 1 | 15 |
|  | I am launching a .NET windows form from some vb6 app. When I press the
keyboard tab button it switches to display the vb window.
Any ideas why?
I...
x
|
11-21-2005 08:52 PM
x | 2 | 16 |
|  | To people wiser than myself:
I'm calling a native dll in C# that takes a frame number and a pointer to
an unsigned char to populate with video data....
Patrick
|
11-21-2005 08:50 PM
Patrick | 4 | 15 |
|  | I am grabbing Outlook MailItems using the Items property on my
Outlook inbox. When I iterate through them, I notice that they are
not ordered in...
AT
|
11-21-2005 03:55 PM
Sue Mosher [MVP-Outlook] | 2 | 18 |
|  | Hi,
I am working on .NET 2.0 beta2 on Windows 2000 advanced server.
I had asked a two part question on this topic already but, got
responses mainly...
AT
|
11-21-2005 03:55 PM
AT | 0 | 25 |
|  | Hi,
i just moved my existing Application to VS2005 and .net 2.0. This
application is using COM Interop. I don't changed my main method.
static void...
ThomasBechter
|
11-21-2005 05:23 AM
Willy Denoyette [MVP] | 10 | 49 |
|  | I am trying to pass an array of struct like
tpedef struct _MYSTRUCT
{
int a;
char a;
}MYSTRUCT;
fun(MYSTRUCT stVaar);
I like to know How to pass an...
B N Goud
|
11-21-2005 02:13 AM
B N Goud | 0 | 16 |
|  | The P/I function ADsBuildVarArrayStr works. When I look at the IL, no heavy
Marshal code is done. I even suspect, that a pointer is passed to the...
Egbert Nierop \(MVP for IIS\)
|
11-21-2005 12:41 AM
jg | 3 | 22 |
|  | Similar questions goes like
- How do I use .NET assembly from Visual Basic 6 using interop
- How do I wrap .NET assembly using COM interop
HOW TO...
AT
|
11-20-2005 11:55 PM
AT | 0 | 13 |
|  | I've written some .NET code which automatically generates a commandbar in a
Word 2003 application. The sample code is running fine in my...
M. Bruil
|
11-20-2005 04:20 AM
M. Bruil | 0 | 19 |
|  | I've added a notify icon in the tray area and added to it a multiline
tooltip. From the documentation I've seen that the length cannot
exceed 127...
Andrea
|
11-19-2005 04:25 PM
Andrea | 0 | 21 |
|  | Hello,
I have a .NET application that calls functions in a native DLL. In
order to ease deployment, and for simplicity's sake, it occurred to...
Ian
|
11-19-2005 03:42 PM
Willy Denoyette [MVP] | 2 | 37 |
|  | I'm having a problem with an "ADOX.Catalog" object and late binding. I
use it to create an Access database. This object maintains an open
connection...
Quatzalcoatl
|
11-19-2005 02:57 PM
Quatzalcoatl | 0 | 20 |
|  | On Sat, 19 Nov 2005 19:55:54 +0100, Mattias Sjögren
<mattias.dont.want.spam (AT) mvps (DOT) org> wrote:
Thanks a lot Mattias. It works now.
Andrea
Andrea
|
11-19-2005 02:11 PM
Andrea | 1 | 17 |
|  | I'm having trouble with the following combination. Ordinarily I would not
code something like this, but unfortunately I have to rewrite an existing...
Bryan Napier
|
11-19-2005 09:23 AM
Bryan Napier | 0 | 20 |
|  | Does anybody have the example of how to use getmessage api?
I would like to monitor the pump from with in a class or common dialog.
Thanks
Justin
AT
|
11-18-2005 05:53 PM
AT | 0 | 20 |
|  | Hi, I've got a VS 2005 ASP.NET 2.0 app calling a COM DLL.
This was working with Beta 2 but not in the final release. Also, I tried
creating a...
JohnMSyrasoft
|
11-18-2005 01:37 PM
JohnMSyrasoft | 0 | 18 |
|  | Folks,
I have a C# .NET Assembly that is called from an MFC C++ application. The
assembly is marked as COM visible so I'm accessing the assembly...
Anthony Yott
|
11-18-2005 11:56 AM
Anthony Yott | 0 | 12 |
|  | Hi,
It is especially challenging to do interop marshalling with the Win32 API
BackupRead, because it returns a byte array that can be interpreted...
Rich S.
|
11-18-2005 11:13 AM
Dmytro Lapshyn [MVP] | 1 | 14 |
|  | Hello,
I'm trying to call a function from a C++ dll which returns a variant:
VARIANT DLLEXPORT ExecuteFunction (LPCSTR);
This function (which I...
Thomas W
|
11-18-2005 10:05 AM
Laurent | 3 | 17 |
|  | Hi,
I would like to set the cell background color (and font color later) for a
range of cells in excel using a c# application.
First I set the...
Olan
|
11-18-2005 08:22 AM
Dirk Behnke | 3 | 20 |
|  | I'm calling MAPISendMail from my form with the MAPI_DIALOG flag set. However
the resulting (modal) Outlook mail message window 'hangs' until such...
Clive Dixon
|
11-18-2005 06:00 AM
Clive Dixon | 1 | 22 |
|  | Hi,
Is it allowed to specifiy %windir% in de .reg-file that regasm.exe /codebase
/regfile:foo.reg produces?
Instead...
PFx
|
11-18-2005 05:59 AM
Dmytro Lapshyn [MVP] | 1 | 20 |
|  | Thanks Mattias, I'll look into that
Nick Hall
"Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
Nick Hall
|
11-18-2005 05:41 AM
Nick Hall | 1 | 24 |
|  | We have a compact framework application, that communicates with the server
over gprs. sometimes gprs connection stops and the only way to solve...
Kleanthis
|
11-18-2005 04:15 AM
Kleanthis | 0 | 20 |
|  | Does Microsoft have a Primary Interop Assembly for shell32.dll (Windows XP -
SP2)?
If not, does MS suggest that developers create and sign their own...
Brian R.
|
11-17-2005 07:31 PM
Egbert Nierop \(MVP for IIS\) | 2 | 28 |
|  | Mattias:
Thank you for your answer.
In 2.0, i can directly declare a delegate, put the delegate as the type for
the
struct's members and, after...
fvillaf
|
11-17-2005 07:08 PM
fvillaf | 1 | 20 |
|  | Mattias Sjögren <mattias.dont.want.spam (AT) mvps (DOT) org> wrote:
Seems a good idea, thanks. I hadn't noticed these.
Ole Nielsby
|
11-17-2005 05:24 PM
Ole Nielsby | 1 | 16 |
|  | On 17/11/2005 Mattias Sjögren wrote:
Hi Mattias!
Thanks for coming to the rescue again :-)
Certainly it did work under VS2003, my...
Jeff Gaines
|
11-17-2005 05:07 PM
Jeff Gaines | 1 | 25 |
|  | Hi All,
I want to display different icon overlays for files and folders
depending on their state.I know how to add icon overlay but my problem
is how...
AT
|
11-17-2005 09:10 AM
AT | 0 | 14 |