| Thread | Last Post | Replies |
|
| Pass parameters from c# to word macro | 05 Nov 2003 21:50 GMT | 1 |
How can I pass parameters from c# to word vba macros? I try Application.Run(macroname, params) but it does not work. What I really need is to pass an instance of a class from c# to word that word can then call methods in. How would I do this?
|
| service packs to .net framework 1.0? | 05 Nov 2003 20:59 GMT | 1 |
I understand alot of COM issues may have been resolved in some service packs for v1 of the framework- where do I find theses? Thanks, Gene
|
| QueryInterface equivalent in c# | 05 Nov 2003 20:56 GMT | 1 |
I'm trying to acces the IActiveScriptParse32 interface i need to instantite throgh a class called eng let say like doing it in C++ with the query interface for example
|
| Can I import a variable from a dll? | 05 Nov 2003 05:50 GMT | 1 |
Can I import a variable from a dll? I use this api packed in a dll. It exports a bunch of methods/functions that I reach with DllImport. And then it exports a variable (int) that I haven't figured out how to reach. Is it possible
|
| Serial Port | 04 Nov 2003 23:48 GMT | 2 |
how can I use Serial Port, using a framework native code. I dont want to use P/Invoke. Tks, Thiago
|
| IE crashes with BandObject and PDF | 04 Nov 2003 18:15 GMT | 1 |
The short C# example below based on the BandObject library (http://codeproject.com/csharp/dotnetbandobjects.asp). The key thing I'm doing is handling the DocumentComplete event and then within this accessing Explorer.Document. I have found that if you open a PDF file
|
| Mapping IDL Interface | 04 Nov 2003 17:03 GMT | 2 |
From the Platform SDK, for MMC. Please help mapping the interface IToolbar for use with C#. I'm specifically having problems with the AddButtons method, that accepts a c-style array of MMCBUTTON structure.
|
| Accessing Excel through ASP.NET (VB.NET) | 04 Nov 2003 16:50 GMT | 3 |
I am developing an application which requires opening an Excel Workbook through ASP.NET code, raise a few events to execute VBA code and then get results from Excel and display them on web-page. I am getting 'Access is Denied'
|
| COM Interop HELP! | 04 Nov 2003 00:35 GMT | 1 |
I have successfully created a C# DLL and exposed it to C++. What I want to do now is to add an interface2 to my C# DLL. The C# code compiles successfully, however when I compile my C++ code (after using Regasm and everything as well) it fails saying that my method isn't a member ...
|
| How To: Port HRESULT GetCurrentSample( [out,retval] IMediaSample ** ppSample ); | 04 Nov 2003 00:33 GMT | 2 |
hey all. i am trying to port this IDL method: HRESULT GetCurrentSample( [out,retval] IMediaSample ** ppSample ); i have already tried all of these method signatures:
|
| ACCESS_ALLOWED_ACE how to convert SidStart to SID | 04 Nov 2003 00:27 GMT | 1 |
I am really stuck on this problem, I am trying to find out the users that have permissions to access a file, I have got as far as using the GetSecurityDescriptorDacl to populate a ACCESS_ALLOWED_ACE structure. What I need to do is to first find out the sid for the account listed ...
|
| MSXML interop possible? | 04 Nov 2003 00:08 GMT | 1 |
I'm trying to get a legacy ASP application to connect to the functionality I've created in a .NET component. The ASP app needs to pass an MSXML DOMDocument to one of the methods of the component, which should then manipulate it and pass it back.
|
| Marshaling Unsigned Types | 04 Nov 2003 00:04 GMT | 1 |
Is there a way to marshal unsigned arrays between managed and unmanged code? Marshal.Copy does not seem to support this and I am unable to find anything else that does. - Thanks in advance
|
| Problem in Passing structure to SendMessage API | 03 Nov 2003 23:57 GMT | 1 |
I am trying to pass structure in LParam of SendMessage API. I could not able to get the value in called window.The code and declaration is as below: //Class A
|
| Exclude from Marshal | 03 Nov 2003 23:53 GMT | 1 |
I have a struct with 4 variables in it. How do I do if I dont want all these variable to be Marshal. Like exsample below. /Jonny public class Test
|