Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Interop / July 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
how to get the system shell imagelist23 Jul 2004 22:48 GMT3
i wanna to use the following code to get the system imagelist ,but it doesn't work well,the value of  variable iconCount always equal 5,and so
i can't get the correct imagelist.
pls help me with the correct method ,thanks!
//note :the class SHFILEINfO and enum SHGFI  has been ...
Exception thrown in managed C++ not understood in unmanaged C++23 Jul 2004 18:27 GMT1
The following managed C++ function is called from an unmanaged C++ DLL:  
double Divide( double num, double denom )
{
 if( denom == 0.0 )
.NET and COM Interop23 Jul 2004 13:24 GMT1
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 defined
in c#) to a property definded on the c# side the vb compiler does not want
to compile. Reading access to the property is working.
OPC .net, COM interop problems: Server execution failed (80080005)22 Jul 2004 19:08 GMT1
I'm developing an OPC Client application with C# (VS.NET 2003) on a
computer running WinXP. Im connecting locally to Matrikon OPC
Simulation Server.
Everything works fine in my computer, but when try to run the
How to avoid this problem..22 Jul 2004 16:44 GMT1
I have written this code and it worked like a charm without any problem,
DirectoryEntry de = New DirectoryEntry();
de.Path = path;
de.UserName = userName;
C# Browser with HTA permissions ~ JOB request ~ Earn praise & cash. 22 Jul 2004 01:29 GMT4
Attention all coders,
I have posted a job on rentacoder. It is on topic for this newsgroup.
If any of you are able to do it, you might as well log on and get paid.
Thanks for considering this work request, I am willing to pay for work
how to Open an Office Document20 Jul 2004 12:39 GMT1
Can anyone tell me how to Open an Office Document in Visual Basic .NET
Thanks in advance...
Signature

Yours,

IEnumIDList.Clone Implementations20 Jul 2004 11:40 GMT4
I'm struggeling to get this stuff into my brain =) Are all of the three
declarations
valid for the IEnumIDList.Clone metod? The first idea i had was that if I
don't
Overloading Problem. Plz help !!20 Jul 2004 11:35 GMT1
I have 2 log method overloaded in a VB.Net COM.
____________________________________________________________
Public Sub log(ByVal type As Integer, ByVal msg As String)
Public Sub log(ByVal type As Integer, ByVal msg As String, ByVal ParamArray args() As String)
Problems using IPersistFile with VB.NET20 Jul 2004 11:08 GMT2
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 load an object using this interface with VB.NET (note: I'm already
successfully using our IPersistStorage interface for structured ...
How to Get .Net dll's ClassId on VC++6 before CoCreateInstance ?20 Jul 2004 05:09 GMT3
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 create the instance first ?
---------------------------------------
#import "Sample.tlb"
using namespace Sample;
VB Code question18 Jul 2004 16:28 GMT2
Can you write this code in a VB .Net application?
Or is this code only understood by the VB .Net compiler?
   Public Sub LateCall( _
       ByVal Instance As Object, _
Attach a .NET Stream Class to StdOut/StdErro in StartupInfo for CreateProcessWithLogonW???16 Jul 2004 23:54 GMT4
Anyone know how to do this?  I have CreateProcessWithLogonW working in my C#
app, but I cannot seem to be able to attach a handle to the StdOutput in the
STARTUPINFO structure -- no matter what I do, I get a "Invalid Handle" error
(Win32 error 6)
crash in mscorwks on 'simple' call, should be IUnknown but looks like it is trying IDispatch16 Jul 2004 22:43 GMT1
I have a COM interface that looks like the one below (this is a simplied
version). IFolder.GetNextItem always returns a subclass of IMyItem. The
implemented classes for this typelib are in C# (SDK 1.1), the caller is a
Win32 app. When my Win32 class gets a subclass of IMyItem and ...
Serialize / Deserialization troubles .. Please help !!16 Jul 2004 22:22 GMT1
I am trying to use shared memory mapped files for IPC between two
applications, one of which may be in C++ (non .NET envi)
As a first step I am trying to get serialization / deserializtion
working within a single application and getting exceptions and errors.
Pages: 1 2 3 4 5 6 June, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.