| Thread | Last Post | Replies |
|
| Deploying .net DLL | 15 Sep 2004 21:52 GMT | 1 |
I am trying to deploy a .NET DLL such that it can be referenced by both VB6 and .net So I gave it a strong name and installed it using setup project of .net I can access it fine using .net as well as VB6
|
| Tiling and Cascading windows | 15 Sep 2004 15:14 GMT | 5 |
I'm trying to add "Cascade" windows functionality in a C# SDI application, using the win32 API call: WORD CascadeWindows( HWND hwndParent, UINT wHow,
|
| XP visual style problem (bug?) when COM dll used in C# | 15 Sep 2004 06:37 GMT | 1 |
I have a following problem. I wrote a ATL dll using VC 6.0, which is kinda interface to the database. In this dll, i got a selection dialog, which is whown to the user by calling method, called "SelectProject". I tested the dll in vb6
|
| Calling Unicode Version of GetFileAttributesEx | 14 Sep 2004 15:14 GMT | 2 |
Environment: C#, Framework 1.1, WinXP SP2 Okay, first off I admit I don't really know what I'm doing here. I find that I must dip into the Windows API because MS, in its infinite wisdom, "bound" the File and FileInfo objects in the Framework to the "short path" version of the file ...
|
| Unable to Find Entry Point Named XXXXX | 14 Sep 2004 08:42 GMT | 1 |
I have a function in a native DLL declared as follows: __declspec(dllexport) int Start( char* Key ); And the declaration in my C# class is as follows: [DllImport("SockSp10.dll")]
|
| Web Mail - Exchange 2000 (Stopped Working) | 14 Sep 2004 03:37 GMT | 2 |
This was working: smtpMail.SmtpServer = sServerName smtpMail.Send(Message) '//
|
| QueryInterface failed for interface | 14 Sep 2004 00:57 GMT | 1 |
I created a ServicedComponent that implements an interface that declares a single method that returns an int and that takes no parameters. I've put GUIDs on everything that needs them (interface, component class,
|
| Asp.net and outlook | 13 Sep 2004 22:01 GMT | 2 |
Hi, i am having problems accessing outlook from asp.net. I create a C# console application which connect to outlook fine however when changing it to work with asp.net it just hangs can someone tell me what it wrong with it. Thanks Code
|
| Invoke C#-Function calls in aspx pages | 13 Sep 2004 19:40 GMT | 8 |
hello ng i know, probably i am not the first asking about this, but i am really dependent on it. i have an asp.net application (aspx/jscript with c# codebehind) and i am
|
| pass short[] as short* to COM object in C# | 13 Sep 2004 16:19 GMT | 4 |
I have a 3rd party ActiveX control that I'm using in C# / Visual Studio. I added the ActiveX control to the toolbox and dropped it onto a form and for the most part it works great.. until I need to get data from
|
| C# and Header Files | 13 Sep 2004 13:05 GMT | 8 |
I would like to give a C# application access to constants defined in C/C++ header files. These constants are in header files and look like: #define MAX_LEVEL 1000. These constants are used by many other applications, and I do not want to
|
| Any news on the release Excel bug? | 13 Sep 2004 11:09 GMT | 3 |
I'll just refer to http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=9DEB3050-8CBF-4E69-BC 9B-9FD22E8AE536%40microsoft.com&rnum=3&prev=/groups%3Fq%3Dexcel%2520quit%2520int erop%2520process%2520asp.net%26num%3D20%26hl%3Den%26lr%3D%26ie%3DUTF-8%26sa%3DN% 26tab%3Dwg and ask if ...
|
| Click Event Being Called Twice | 12 Sep 2004 21:06 GMT | 1 |
I am really struggling with something that is going on in an Excel menu add-in that I have written ( Code snippets are below ) using Visual VB.net 2002. If a commandbar has the same caption as another commandbar elsewhere in the menu structure, it calls both Click events and ...
|
| How to port char to C#? | 12 Sep 2004 17:49 GMT | 2 |
I'm researching how to port this to C#: const char * viddecDebugNames[NVVIDDEC_DEBUG_LAST] = { "TIMING",
|
| IDispatch Help | 10 Sep 2004 22:16 GMT | 2 |
I am trying to implement an existing C++ Sink Interface (????). In the C# initializeTestApp, if I try to cast to WRAPPERLib.IWrapper it throw and exception. Currently the object that comes across is a {System.__ComObject} how can I get this to be a pointer to
|