| Thread | Last Post | Replies |
|
| Best way to return a struct of strings? | 04 Apr 2006 01:04 GMT | 3 |
I want to pass back a group of data to a caller. What I am currently doing involves returning a pointer to a struct defined in IDL and available in the TLB. The thing is this gets messy w/ managed .NET code involving messing w/ a System.IntPtr. Will managed code properly
|
| system.reflection and COM objects | 03 Apr 2006 14:57 GMT | 3 |
First, I'm french so my english isn't very good. I must import MsProject 2000 tasks into dataTable. I would like to use "system.reflection" (or some thing like that) to write generic code in order to call each property of COM MsProject Task
|
| Using an unregistered COM object | 03 Apr 2006 14:14 GMT | 1 |
I have a 3rd party DLL containing an in-process COM object I want to use in my application. However, I don't want to install the COM object on the target machine. Instead I'd rather just put it in my application's folder and use it without registering it.
|
| Currently logged in user's email | 01 Apr 2006 17:45 GMT | 7 |
We can get the current logged in user's name but is it also possible to get the default email form outlook of the currently logged-in user as well? The reason for this is that I need to email the users warnings from time to time. As the system may be running by different users on ...
|
| Windows API Constants | 01 Apr 2006 13:10 GMT | 2 |
Ok I have taken the plunge into the windows API. I want to be able to read and write from notepad (just as a learning thing). I plan to use SendMessage for at least setting the text (maybe I'm totally off in left field on that), however I really do not know where to begin. It ...
|