| Thread | Last Post | Replies |
|
| CreateProcess - Please help. | 22 Apr 2004 17:36 GMT | 3 |
Environment: Windows XP; Visual Studio .NET 2003 Edition Problem: Calling CreateProcess Function from a Windows Service Ultimate Aim: To print a pdf file using the command AcroRd32.exe /t "c:\myfile.pdf" "\\PRINTERS\printer1" from a Windows
|
| question for Mattias (dllimport/params) | 22 Apr 2004 16:08 GMT | 1 |
Hello Mattias, I have a related question, this time on NetScheduleJobEnum API. I get a null reference exception (even though the api call correctly set EntriesRead and TotalEntries params). Thanks again! [DllImport("netapi32.dll", CharSet=CharSet.Unicode) static extern uint ...
|
| Does VB.NET Interop requires VB6 Runtime | 22 Apr 2004 15:27 GMT | 1 |
I have an Acitve DLL written in VB6, now I am planning to integrate it to my VB.NET 2003 app via interop, it works OK, the question is Do I need to install VB6 runtime for the InterOp COM for the VB.NET apps
|
| tlbimp and default interop assembly version numbers | 22 Apr 2004 14:57 GMT | 1 |
Does anyone know how tlbimp decides what version number to give to an interop assembly it is building if you don't specify one using /asmversion? I would have thought it might 'inherit' the version number from the underlying COM dll being imported, but all the interop
|
| problem with web browser control - not firing events. | 22 Apr 2004 10:31 GMT | 10 |
I'm using a webbrowser control to get the source of the html page which has different iframes. I'm using the click events to get to a certain html page frame and then parse it to create an xml file Here is the problem. The setup project I create when installed on a machine having ...
|
| DateTimePicker on a TabControl in a UserControl - Crash | 22 Apr 2004 07:52 GMT | 1 |
I have a User Control which has TabControl with 2 pages. I have DateTimePicker Control on one of the TabPages, whenever the Calendar is opened to change the dates it hangs. This happens when my calling program is an MFC program(unmanaged).
|
| object to variant in parameter: ref object o | 22 Apr 2004 07:41 GMT | 1 |
He I have made a interop assemby with VS 2003 on a COM dll I have the following problem A Sub in the COM dll has the following signature
|
| Please help importing API (parameters) | 22 Apr 2004 00:51 GMT | 2 |
Please help with syntax importing an API into .NET, below is the signature. I am having trouble with specifying and passing parameters. Thanks NetScheduleJobAdd LPCWSTR Servername, LPBYTE Buffer,
|
| Translate VB6 to .NET | 21 Apr 2004 15:23 GMT | 2 |
Could some-one please tell me what the equivilent .NET code is for the CopyMemory API call? This is my vb6 code (some code ommitted): -------------------------------------
|
| VBA.Excel.RefEdit via InterOp ? | 21 Apr 2004 15:08 GMT | 1 |
I set up an shared-add-in for Excel (2003) in Visual Studio (as well 2003 using c#). This works quite nice as well as putting in place menu structure or using forms. But I am a little bit stuck with a "range selector". Selecting several
|
| Error while adding Class to COM+ using regsvcs .NET1.1 | 21 Apr 2004 14:25 GMT | 2 |
I am having a strange problem when trying to register .NET DLL to COM+. I am using .NET framework 1.1. The DLL I created works fine through ASP.NET pages when I import the Class. But I want to register it under COM+ Services. I did the following:
|
| Duplicating a socket for another process | 21 Apr 2004 07:06 GMT | 3 |
I am needing to write a socket server in c# that will essentially dupe each socket handle from the process that receives the connections to separate processes that will handle each connection from that point on (one process per connection). This is so that if the process handling ...
|
| VB6 into .Net into VB6 | 21 Apr 2004 01:59 GMT | 1 |
We currently have a legacy VB6 app which we want to gradually convert into VB.Net. We have been told its better to make calls from .Net to COM than vice versa, so the intention is to start by rewriting the screens in the order in which they are called, gradually shifting them from ...
|
| Problems with interop | 20 Apr 2004 21:58 GMT | 1 |
Hello all, i am having a problem with a dll vb6 file. i'm programing a nt service using vb.net with visual studio.net. The problem be when i use the final service, because when i debug it, all works fine. But when i run the service in the service manager never, execute a vb6 dll ...
|
| Adam Nathan's new P/Invoke Wiki | 20 Apr 2004 19:05 GMT | 1 |
This is of huge interest to this group.... The main man of Interop, Adam Nathan, has put together a Wiki for Win32 P/Invoke signtaures. This is a valuable contribution to the Interop community.
|