| Thread | Last Post | Replies |
|
| Locate assemblies referenced by the interop dll | 05 Jan 2005 22:03 GMT | 6 |
I have the following situation: In one folder on the harddisk i have a lot off vb stuff, i.e. C:\VBProg In this folder there are several dll and exe files, all vb6. I also have on the same harddisk a lot off dotnet stuff, in C:\DotNetProg
|
| Trying to call DLL from C# | 05 Jan 2005 20:44 GMT | 3 |
I am trying to create a simple DLL and call it from C#, I have not created a dll before and this one gives me a missing method exception when the Message function is called
|
| C++ Sink Event in C# | 05 Jan 2005 18:32 GMT | 1 |
I am trying to subscribe to C++ Sink Event in C#, here is how we did it in C++. .h CComPtr<IPEvents> m_pPortEvent; DWORD m_eventNotifierCookie, m_ServerNotifierCookie;
|
| Reading File Summary in .NET | 05 Jan 2005 12:15 GMT | 2 |
I'm trying to read the summary information of a NTFS file using .NET. You know when you right click on a file and go to properties, you have a bunch of tabs one of which is summary. I would like to be able to write information there and be able to read it. I've done tons of
|
| RegAsm error: Declaration referenced in a method implementation .. | 04 Jan 2005 19:57 GMT | 1 |
I am having problems with regasm... I am getting the error: RegAsm error: Declaration referenced in a method implementation can not be a final method.
|
| How running VB.Net with DAO? gives interop error | 04 Jan 2005 17:09 GMT | 2 |
I?m trying to get my first VB.Net application working with DAO. Running the program as stand-alone gives the runtime error: can not find file or assembly name interop.DAO. In the IDE the program works fine. What do I do wrong?
|
| Win32 GetParent Method problem | 04 Jan 2005 12:57 GMT | 2 |
I have a problem with using the Win32 method GetParent. As I read in msdn, if this method is called on a handle which doesn't have a parent (top level and unowned window) then the result is null, the same for when the method fails.
|
| How to Wrap COM Event as .net one? | 04 Jan 2005 09:44 GMT | 1 |
How does one go about wrapping a COM event as part of an Interface definition? (without using the import tool on the com object) Anyone have a sample/example of how to do this? I have yet to be able to figure out how.
|
| Dynamically Created Licensed Active X controls and Interop | 03 Jan 2005 19:37 GMT | 1 |
I am encoutering a problem when attempting to create Licensed Active X (VB) controls dynamically. I get a 747 "No design time license information found..." error. I have read the KB arcticles on using Licensed Active X controls in c#
|
| How to use the GetKeyName API in C# | 02 Jan 2005 02:41 GMT | 2 |
I'm trying to use the GetKeyName API to get the name of certain keys (in the system language). For example the names of SHIFT and RETURN keys as well as the names of same special characters. I tried to call the API GetKeyName passing the KeyCode of the KeyUP
|
| calling unmanaged dll from c# | 02 Jan 2005 01:11 GMT | 1 |
how to call unmanaged dll from c# when i need instances of the classes in the dll?
|