| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I don't profess to being any kind of expert here, but when I pass bool
values between managed and unmanaged code, I have used VARIANT_BOOL.
HRESULT...
Greg Doherty
|
07-28-2004 03:04 AM
Claus Brod | 1 | 29 |
|  | Hi,
Do you mean how to pass a string from VB6 to .NET and let
( string.Empty == arg ) to be true?
If I understand you correctly, you may pass ""...
AT
|
07-27-2004 11:29 PM
AT | 0 | 26 |
|  | Does anyone know how to sign the com references for strong name status. It was easily in VS 2003 in the project properties designer, seems to be...
Liam Ponder
|
07-27-2004 10:03 PM
Liam Ponder | 0 | 20 |
|  | Does anyone know how to sign the com references for strong name status. It was easily in VS 2003 in the project properties designer, seems to be...
Liam Ponder
|
07-27-2004 10:03 PM
Liam Ponder | 0 | 22 |
|  | Does anyone know how to sign the com references for strong name status. It was easily in VS 2003 in the project properties designer, seems to be...
Liam Ponder
|
07-27-2004 10:02 PM
Liam Ponder | 0 | 38 |
|  | Has anyone figured out how to sign the com references in C# Express?
It was easily done in the VS 2003 by setting the wrapper property in the...
Liam Ponder
|
07-27-2004 09:59 PM
Liam Ponder | 0 | 30 |
|  | Hi,
I have a C++ COM class that I instantiate from VB.NET, but the object never
gets released. Is there something that I need to do to force...
Greg Doherty
|
07-27-2004 03:32 PM
Greg Doherty | 2 | 23 |
|  | "Mattias Sjögren" <mattias.dont.want.spam (AT) mvps (DOT) org> wrote
You're right. Thaught it was async.
Greetings
Paul Schauble
|
07-27-2004 02:25 PM
BMermuys | 2 | 22 |
|  | Hi Frank,
The code snippet looks fine, to my understanding calling ReleaseComObject
until = 0 will release all the reference to the RCW wrapper...
AT
|
07-27-2004 12:14 PM
Frank Jones | 1 | 23 |
|  | Hello
I've trying all day to implement a simple windows form to activeX control -
I need it to display form dialog from MFC application. As I've...
Dyzio
|
07-27-2004 11:03 AM
Dyzio | 0 | 19 |
|  | Hello,
I'm trying to invoke a COM object (Vc++ 6.0) from VC.NET, the methods
I invoke have BSTR params but I get BSTR compiling errors because...
AT
|
07-27-2004 10:12 AM
AT | 0 | 18 |
|  | I trying to pass this structure to a dll:
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi, Pack:=1)> _
Public Structure...
Tom Wells
|
07-27-2004 08:46 AM
Tom Wells | 3 | 26 |
|  | Hallo,
after converting VB5 generated ocxs into vbdotnet code (dll/tlb) I ran into
a problem when calling methods including the transfer of arrays...
Jochen Becker
|
07-27-2004 05:11 AM
Jochen Becker | 0 | 22 |
|  | I am having problems getting an ActiveX DLL written in VB6 to call a
method in a C# class library component.
My C# DLL is called CSharpProject.dll...
AT
|
07-27-2004 05:08 AM
AT | 1 | 30 |
|  | Hi ,
I am new to .NET and I haven't worked much on microsoft
technologies. I have question which is related to .NET component
calling VB6.0 STA...
AT
|
07-27-2004 02:05 AM
AT | 0 | 27 |
|  | In the following code, MAPISendMail, send the mail. But when the
recipient mail id is given as customer (AT) test (DOT) com, then the mail is sent
to...
AT
|
07-27-2004 01:38 AM
AT | 0 | 25 |
|  | I'm trying to consume an unmanaged C DLL. The functions defined as follows
long PBFNInit(char *initType, PBFNExtendedErrorDef *ExtError,...
Brent
|
07-26-2004 05:27 PM
Brent | 0 | 17 |
|  | hi, i have an ocx activex control object missing the source code.
i add reference from this object but get comexception complaining it's
not licenced...
AT
|
07-26-2004 02:18 PM
AT | 0 | 25 |
|  | Hi guys,
Here is my problem:
I have a C DLL function I need to ccall from VB.Net.
long PBFNProcess(void *Reserved1, void *Reserved2, void...
Brent
|
07-26-2004 01:23 PM
BMermuys | 1 | 20 |
|  | Hi
I am having problems using named pipes over a network from
a dev studio 6 application to a .Net application in C++.
The two methods of using named...
Natasha
|
07-26-2004 10:53 AM
Natasha | 0 | 17 |
|  | Hi,
I am having difficulty accesing the member data in a struct.
This what I am doing.
In unmanaged code
typedef struct {
char name;
int id;
Thomas
|
07-26-2004 07:25 AM
BMermuys | 4 | 21 |
|  | SHI am trying to use the Shell32 operation FileOperation to send a file to the recycling Bin. I have defined the structure in my class as follows...
Brian Reed
|
07-26-2004 07:19 AM
BMermuys | 1 | 19 |
|  | Sanjay,
Did you ever get this resolved? I having the same problems.
Regards
Jonathan
---
Posted using Wimdows.net NntpNews Component -
DotNetJunkies User
|
07-25-2004 05:11 AM
DotNetJunkies User | 0 | 20 |
|  | Hello!
My app has to use externel dll with ANSI C interface. Some of IO functions
require passing prehistoric FILE struct as a parameter for any...
Jacek
|
07-24-2004 10:58 AM
BMermuys | 7 | 25 |
|  | After I changed the order of declarations of dragover, dragleave , it works
now
Mattias, Thank you very much , You are the real guru :O)
SunStar
|
07-24-2004 01:11 AM
SunStar | 3 | 24 |
|  | RobSki wrote:
FxCop is your friend.
http://www.gotdotnet.com/team/fxcop/
bye
Robert Jordan
|
07-23-2004 01:28 PM
Robert Jordan | 0 | 22 |
|  | The following managed C++ function is called from an unmanaged C++ DLL:
double Divide( double num, double denom )
{
if( denom == 0.0 )
throw new...
Mark Traudt
|
07-23-2004 01:27 PM
Robert Jordan | 1 | 20 |
|  | With CDO (MAPI.Session), it is possible to make a Logon without creating a profile via ProfileInfo.
With Outlook Interop, it is possible to use the...
Desneux Michel
|
07-23-2004 10:27 AM
Desneux Michel | 0 | 20 |
|  | I am using an Interop assembly for communication between my Managed C++
application and an ATL-based COM server. The Interop assembly was
created...
Gerhard Menzl
|
07-23-2004 09:15 AM
Gerhard Menzl | 0 | 22 |
|  | I have written a class library in c# and want to use it in VB6. Everything
works fine so far but when I try to assign a value (an array of type...
Stephan Scheidl
|
07-23-2004 08:23 AM
Nick Hall | 1 | 28 |
|  | Hi,
I have a created a function in C# which I want to handle an Err object from
VB 6.0 (don't ask why ;-)). For example:
The VB 6.0 code:
On Error...
Onno Ceelen
|
07-23-2004 03:30 AM
Chirag Dave | 1 | 20 |
|  | Hi,
I have a problem to be solved yet. Following is the problem:
I have a MSProject saved in SQLServer using ODBC, which automatically generates...
Santhosh.A.N
|
07-23-2004 02:58 AM
Santhosh.A.N | 0 | 24 |
|  | Hi,
I'm developing an OPC Client application with C# (VS.NET 2003) on a
computer running WinXP. Im connecting locally to Matrikon OPC
Simulation...
AT
|
07-22-2004 02:07 PM
AT | 1 | 42 |
|  | when i use code behind teachnology with my old one com control we use com
control using object tag but i can't access control in my code behind...
Gaurav Mohite \(DOTNET\)
|
07-22-2004 01:12 PM
Gaurav Mohite \(DOTNET\) | 0 | 25 |
|  | I have written this code and it worked like a charm without any problem,
DirectoryEntry de = New DirectoryEntry();
de.Path = path;
de.UserName =...
Henry
|
07-22-2004 11:44 AM
Joe Kaplan \(MVP - ADSI\) | 1 | 22 |
|  | Hi
my computer is in N/W, and for some reasons I need static IP address
on this system. When I have static IP...
AT
|
07-22-2004 09:14 AM
AT | 0 | 38 |
|  | I want to know list of registered file types and associated program to open it (same as File Types tab in Folder Options dialog). How can I do...
Bui Pham Minh Tri
|
07-22-2004 05:50 AM
Bui Pham Minh Tri | 0 | 38 |
|  | if there is a C function in a DLL(My.dll) has this declaration,
struct MyStruct
{
int a;
int b;
};
int MyFunc(int param1, MyStruct** param2);
ZhangZQ
|
07-22-2004 05:12 AM
ZhangZQ | 4 | 28 |
|  | I'm linking an excel workbook programmatically to a powerpoint presentation
via an add-in written in C#. When opening the presentation, I check...
John Hamilton
|
07-21-2004 08:18 PM
John Hamilton | 0 | 28 |
|  | Hi,
I've got a c# sample that creates a console application allowing you
to list, view and export certificates in the localmachine and
currentuser...
AT
|
07-21-2004 12:23 PM
AT | 0 | 19 |
|  | Hi All,
I am having performance issues with the .NET client calling the Java
Webservice running on axis. Have detailed the problem below....
AT
|
07-21-2004 11:19 AM
AT | 4 | 16 |
|  | Hi,
I’m trying to use net remoteing with Com+. I created a wrapper for the com object. I can call the com object from my c# client and an able to...
Russ
|
07-21-2004 07:54 AM
Russ | 0 | 22 |
|  | I have added a reference to a COM dll in VS.Net 2003 and it apparently
imported the information correctly. However, there's a member method in...
Lance Johnson
|
07-20-2004 12:29 PM
Lance Johnson | 0 | 17 |
|  | Can anyone tell me how to Open an Office Document in Visual Basic .NET
Thanks in advance...
--
Yours,
Hazira B
Hazira B
|
07-20-2004 07:39 AM
Murat KARATUTLU | 1 | 16 |
|  | can you imagine that the system imagelist only has 5 icons?
also , by using this incorrect imageist which i give to a listview, i can't
display the...
baisword
|
07-20-2004 06:59 AM
baisword | 1 | 23 |
|  | I'm having problems with the IPersistFile interface. We have in house
objects that support IPersistFile (and have done for years). I would like
to...
Robin Tucker
|
07-20-2004 06:08 AM
Robin Tucker | 2 | 16 |
|  | I have 2 log method overloaded in a VB.Net COM.
____________________________________________________________
Public Sub log(ByVal type As Integer,...
Maverick
|
07-20-2004 05:38 AM
Maverick | 0 | 17 |
|  | In VC++, I have to hardcoded the .net dll's ClassId if i want to create the com instance. How can i get the .net COM's classID without having to...
Maverick
|
07-20-2004 12:09 AM
Maverick | 3 | 18 |
|  | Hi,
I have C# components and would like to be able to use them as ActiveX
controls in VB6, or CA Visual Objects, at design time, if possible?
Has...
Martin Platt
|
07-19-2004 11:25 PM
Martin Platt | 0 | 26 |
|  | I have a type library which contains a structure with a
two-dimensional array:
typedef struct _MyStruct
{
float TwoDimArray;
} MyStruct;
This...
AT
|
07-19-2004 02:24 PM
AT | 0 | 23 |