| Thread | Last Post | Replies |
|
| InternetExplorerClass and seperate processes? | 21 Jul 2005 14:59 GMT | 3 |
im using the InternetExplorerClass to navigate several sites, my poblem is that if an instance of ie is running, it will just piggy back on that process instead of starting its own. Is there a way to force new SHDocVw.InternetExplorerClass(); to
|
| Project type | 21 Jul 2005 13:49 GMT | 4 |
Hello: Does somebody know what type of project in C# allows to create code that corresponds to one created by ActiveX DLL project in VB.6 ?
|
| Problems calling a C function containing pointers. | 21 Jul 2005 13:20 GMT | 8 |
I need to call a C DLL function. The first parameter expects a pointer to a long. It returns a value at the address of the pointer. The second parameter expects a pointer to a pointer. It creates an array and returns the data it stores in this array.
|
| Problem: Consuming an Apache Web Service | 21 Jul 2005 13:17 GMT | 4 |
I've a problem, I need to develop a component to connect a web service for sending SMS. The web service it's not implemented in .NET.I need to use basic authentication (at least that is what I've been told). The most strange thing
|
| Interoping h files | 21 Jul 2005 13:01 GMT | 3 |
Has anyone heard or know of a tool that takes an h file and builds an interop .cs wrapper to it dynamically? Thanks, Udi.
|
| c++ builder 6 | 21 Jul 2005 12:48 GMT | 3 |
I created a c# dll. And I want to use it in a C++ Builder 6 program. But when compiling, it gives a linker error: unresolved external........something goes on. But when i am writing a test program in C#, the dll works perfectly.
|
| Solutions and Projects | 21 Jul 2005 12:46 GMT | 5 |
I don't know if this is the correct newsgroup, if not, please excuse me... When a project is part of a solution, is there anyway to just open the project, bypassing the solution? When I try to open a project, it always opens the whole solution, which is fine is some cases, but ...
|
| Declaring Inteface | 21 Jul 2005 12:45 GMT | 2 |
I want to declare an interface in C#. I have the equivalent code for VB.NET but when I try to write the corresponding code in C#, it does not work. Can anyone please help me by providing the correct code. I am pasting below both VB.NET code (working) and C# code (not working)
|
| Path of dll | 21 Jul 2005 12:34 GMT | 2 |
I have developed a com interop dll to be used in excel. In the dll I need to read a file which exists in the same path as that of dll.How do I find the path of the dll. When I use GetExecutingAssembly (as shown below) it gets the path of Excel and not that of the dll. Any help is ...
|
| ToolBar Icons problem | 21 Jul 2005 12:15 GMT | 4 |
I created a toolbar, added button and Icons from an ImageList. The icons are transparent for disable mode. The problem is that the icons does not look good, a blue outlet is added to the icon.
|
| ToolTip | 21 Jul 2005 10:58 GMT | 1 |
Just a quick question. I am using Beta 2 of VS.NET 2005, and am trying to put a tooltip onto some controls. It works in it's basic form, however i can't seem to get the events associated with the tooltip to fire. These being 'Draw' and 'Popup'.
|
| How to print tabs | 21 Jul 2005 10:30 GMT | 2 |
I have to print Datagrids (result of DB-Queries) as well formed as seen on the screen. So I use tab-signs to seperate the columns and create a file. But the tabs are not printed (only a space) when I print this file (via PrintDocument.
|
| Translate C++ code into C# | 21 Jul 2005 10:28 GMT | 1 |
How to translate the following C++ code into C# ? typedef struct { BYTE *data; size_t length;
|
| unit testing with NUnit | 21 Jul 2005 09:51 GMT | 5 |
coding a test classes for classes being tested is really boring, is there any tool can generate 'test cases'?
|
| does c# allow to create Activex component? | 21 Jul 2005 09:25 GMT | 3 |
I want to create Activex component. Can we create it using c#.net or do I need to create it using vc++? Thanks in Advanced, Deepak
|