| Thread | Last Post | Replies |
|
| how to get the system shell imagelist | 23 Jul 2004 22:48 GMT | 3 |
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 GMT | 1 |
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 Interop | 23 Jul 2004 13:24 GMT | 1 |
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 GMT | 1 |
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 GMT | 1 |
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 GMT | 4 |
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 Document | 20 Jul 2004 12:39 GMT | 1 |
Can anyone tell me how to Open an Office Document in Visual Basic .NET Thanks in advance...
 Signature Yours,
|
| IEnumIDList.Clone Implementations | 20 Jul 2004 11:40 GMT | 4 |
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 GMT | 1 |
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.NET | 20 Jul 2004 11:08 GMT | 2 |
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 GMT | 3 |
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 question | 18 Jul 2004 16:28 GMT | 2 |
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 GMT | 4 |
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 IDispatch | 16 Jul 2004 22:43 GMT | 1 |
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 GMT | 1 |
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.
|