| Thread | Last Post | Replies |
|
| How can I translate a DWORD to a .NET object? | 15 Nov 2007 14:19 GMT | 5 |
I have a byte array and I'm trying to translate a DWORD in that array into an integer so that I can use it as an offset into a later part of the array. Once I get the offset, I've successfully worked out how to translate the offset part into a string but I can't work out how to
|
| .NET events crash VB6 app | 14 Nov 2007 21:55 GMT | 6 |
I've been fighting a tough problem for the last week. I have an application with a VB6 client and a .NET server. On the developer machine, the application works as expected. However when I installed our software at our first beta site, the VB6
|
| Web Service calls Queued Component | 12 Nov 2007 20:00 GMT | 13 |
I have a web service which calls a .NET queued serviced component in COM+. I turned statistics on for the component. I call the component 10 times, 10 objects get created but they do not go away. I'm calling Marshal.ReleaseComObject after I make each call.
|
| VB6 event handler not firing when .net form shown modally | 12 Nov 2007 12:53 GMT | 1 |
I am taking a few first steps in adding some .net operability to an existing (huge) VB6 app. (I am not a VB6 programmer). I have used the Interop Forms Toolkit (V2.0) to create a .net test form, and I am instantiating that form from the VB6 app.
|
| How to Create an object of VB6 component in C# | 09 Nov 2007 22:56 GMT | 2 |
In our MTS server, there are some component coded by VB6. Now I just try to verify all component working fine, so I create an object for each component. Using Type.GetTypeFromCLSID and Activator.CreateInstance (in C#) can create object ONLY for .NET component.
|
| DsoFramer - Microsoft.Office.Interop.PowerPoint | 09 Nov 2007 00:08 GMT | 1 |
I try to control a PowerPoint Slideshow with c#. I have a dsoFramer Control (axFramerControl) and can load and view a powerpoint presentation within my form. When I try to control the presentation using Microsoft.Office.Interop.PowerPoint I get a Cast
|
| exposing .net methods through interfaces? | 08 Nov 2007 15:15 GMT | 2 |
I have a .NET 2.0 set of classes that i've recently attempted to call from an MFC application using regasm to generate and register a type library. I didn't author my classes with the intention that they would be called from an unmanaged application and i've run into a few ...
|
| tlbimp importing COM interface params as if they were locally defi | 06 Nov 2007 19:35 GMT | 1 |
I have an .idl file that defines an interface with a method that takes another (externally-defined) interface pointer as a parameter (see example tmp.idl file below, where ITmp::DOM takes an IXMLDOMDocument pointer). When I run midl.exe to generate the .tlb, then run tlbimp.exe ...
|
| Automate mappoint - save map as gif | 02 Nov 2007 11:27 GMT | 1 |
I'm automating MapPoint from vb.net. When I save as webpage... mapApp.ActiveMap.SaveAs(My.Settings.MapPointTempFilnavn, MapPoint.GeoSaveFormat.geoFormatHTMLMapAndDirections) ... the map is saved with the current MapPoint application width/height.
|