| Thread | Last Post | Replies |
|
| Documentation about namespace Word | 09 Jul 2003 01:23 GMT | 1 |
I'm programming an application that have to generate a Word Document. I have the basic commands to create, modify and close a document but I would like to know if someone have tutorial
|
| COM at .NET termination. Program hangs! | 08 Jul 2003 09:12 GMT | 1 |
I wonder if anyone can help me unravel the following. (Sorry for the detail, but I don't want to miss out anything that later turns out to be important!) I have written a simple .NET console application that references an in
|
| How To Step Into .NET DLL From VB6 IDE | 08 Jul 2003 08:04 GMT | 1 |
I implemented C# .NET DLL (a.dll) for used in both .NET (b.dll) and VB6 (c.dll) business logic DLL. They are then called by ASP.NET and classic ASP respectively. For .NET environment, b.dll calling a.dll is working fine, so I
|
| Handling errors from .Net components in VB6 code | 07 Jul 2003 20:51 GMT | 2 |
I'm writing some .net compoents that are also going to be used from vb6 code. Is there a way for me to distinguish all the different types of exceptions that the .net code my throw ? My .net component can throw a few different types of exceptions and I need my vb6 code to take ...
|
| Errors automating Excel in VB .NET | 07 Jul 2003 19:14 GMT | 4 |
I'm trying to generate some custom excel spreadsheets from VB .NET 2003. I keep getting the following error. I have a reference to Microsoft Excel 9.0 Object Library in my project, version 1.3. An unhandled exception of type 'System.InvalidCastException' occurred in Generator.exe
|
| Weird Error with Regasm | 07 Jul 2003 18:10 GMT | 1 |
Can anyone tell mw why REGASM would be giving me the following error: Type MyType from Assembly blah, Version,Culture, publickeytoken can not extend from any other type. I am not sure why I am getting this error as I can see nothing wrong. There
|
| IntPtr value type via P/Invoke | 06 Jul 2003 15:48 GMT | 1 |
Probably a simple marshaling question: .NET value types passed as arguments via P/Invoke must be prototyped and passed as ref to marshal back changes to the value type. Fine. According to the .NET MSDN docs, IntPtr is a value type.
|
| Using .NET COM objects in VB4 | 06 Jul 2003 14:14 GMT | 1 |
I encounter the following problem: Let's have a simple .NET COM class. using System; using System.Runtime.InteropServices;
|
| Calling Win32 API PrintDlg | 04 Jul 2003 13:46 GMT | 4 |
I am pulling my hair out with this one. I have the PrintDlg structure and want to get the default printer from this. [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)]
|
| Webbrowser not calling IDispatch method | 04 Jul 2003 12:12 GMT | 2 |
In the docs it says: "To gain this control, you need to implement your host's IDispatch so it handles DISPID_AMBIENT_DLCONTROL. When the WebBrowser Control is instantiated, it will call your IDispatch::Invoke with this ID." (ms-help://MS.MSDNQTR.2003FEB ...
|
| How do I pass a null value from an old ASP page to a C# component? | 04 Jul 2003 10:10 GMT | 1 |
Hi All and thanks for reading: My C# function looks something like this: public void MyFunc(int dbId) { if (dbId==null) {DoSomething();} else {DoSomethingElse();}
|
| debugging a C++ dll in a c# program | 03 Jul 2003 00:18 GMT | 1 |
Does anyone knows how to debug a C++ dll within a c# program with Visual Studio .NET 2003. Any help would be apreciated. regards
|
| Using ADODB.RecordSet in C# | 02 Jul 2003 23:49 GMT | 1 |
I have some COM+ components written in VB that return disconnected ADODB.RecordSet. I would like to use the results in C# via interop. Anybody has encountered any issues with this approach? Thanks in advance. - Jinlei.
|
| MSHTML Rendering Behaviors impossible in .NET | 02 Jul 2003 17:33 GMT | 2 |
I was having a problem implementing IHTMLPainter in C# and saw that you had been trying to help someone else with the same problem a few months ago on: microsoft.public.windows.inetexplorer.ie5.programming.comp
|
| Lib to Dll Format | 02 Jul 2003 15:26 GMT | 1 |
Hi Doeas anyone know if is a tool or a way to convert a .Lib File of C Version 4.0 to Dll so i can used it from VB.? Thanks in advance
|