| Thread | Last Post | Replies |
|
| P/invoke: passing a struct parm with enum field from c++ to c# | 06 Jul 2006 06:27 GMT | 1 |
I have a problem passing a struct with an enum field. I have this c++ code: typedef struct st_mysql_bind {
|
| WebBrowser Control AttachEventHandler Problem | 06 Jul 2006 00:55 GMT | 1 |
I am attempting to attach "onblur" events to all elements in a loaded HTML document within the WebBrowser control. I can successfully attach the event, but I cannot tell which control is firing the onblur. I need some way to get the sender to send itself. Here's my current ...
|
| DWORD* in C# | 05 Jul 2006 10:02 GMT | 4 |
I have an unmanaged dll 'BeHwAPI.dll', on which I want to call two methods 'GetPortRtsTimerResolution' and 'SetPortRtsTimerResolution' from C#. I have the following doc.: BEHWAPI_API BOOL GetPortRtsTimerResolution(HANDLE hComPort,DWORD*
|
| Cursor set impossible for a migrated VB6 UserControl | 04 Jul 2006 13:42 GMT | 2 |
I've got a UserControl created years ago in VB6. I can migrate the project which uses this control into VB.NET 2003. Everything's fine. But... When in the form class, if I do such a thing:
|
| Instantiate Bitmap from unmanaged array/ Allocation problem | 03 Jul 2006 14:21 GMT | 4 |
I'm struggling with the following problem: I have a large unmanaged buffer, allocated with VirtualAlloc for performmance reasons. I use this buffer to load prepared bitmap image data into it.
|
| VB ocx control interop not working | 03 Jul 2006 10:10 GMT | 2 |
I have a user control created in VB6.0. I am using this ocx in VC# or VB.NET through interop. When this control is sent back to a VB6.0 function as object and checked there with if TypeOf usrctl is Control, this returns false. We need this to work as we heavily use interop in ...
|
| Windows CE 4.2 - PInvoke Problems | 03 Jul 2006 09:51 GMT | 2 |
I'm writing a little tool for a Windows CE 4.2 handheld device in C# (VS 2003, Compact Framework). I need to import functions from a dll supplied by the manufacturer. The header file includes the following declarations:
|
| Enum not visible | 03 Jul 2006 09:27 GMT | 2 |
I have an assembly in VB.Net that has a single ComClass in it to allow existing VB6 applications to use it. I've recently had to upgrade it to VS 2005 and in doing so found more classes in the assembly now appear to be visible to COM.
|
| problem with using Outlook/Word | 02 Jul 2006 18:02 GMT | 10 |
I need to create an email message from my Windows application, address it and populate it with a given body of text from a Word document. I am using VS2005 and C#. If found an example that should work, namely the "How to automate Outlook and Word by using Visual C# .NET to ...
|