| Thread | Last Post | Replies |
|
| Profiler API questions | 10 May 2004 22:21 GMT | 2 |
I have 2 questions regarding the clr profiling api. I am using the gcp_profiler sample as the basis for the questions. Using ver 1.1 of runtime, vc7 Background I am working on a project with a public web service interface. This interface is called by a client program. We have ...
|
| how to call an unmanaged __fastcall function from CLR in C/Winforms ? | 10 May 2004 21:22 GMT | 5 |
I 'managed' to be able to call a regular unmagaged function from within a clr bases winforms, but.... I can not call functions that are compiled as __fastcall.... there has to be a way, otherwise how would be possible for the world to
|
| R6025 error during VisualStudio shutdown. | 10 May 2004 20:47 GMT | 1 |
Laucnhing a VC7.0 custom wizard using DTEClass of ENVDTE namespace. Subscribed to events like OnBeginShutDown,AfterClosing... During manual close of the wizard generated program getting R6025 error after exitting hte OnBeginShutDown event handler in my program.
|
| use the UIPermissions to disable the print screen key | 10 May 2004 20:02 GMT | 6 |
Hello, can I use the UIPermissions to disable the print screen key?
|
| unmanaged old static library, how to call its functions from managed code in Win Forms, VC++ ? | 10 May 2004 20:02 GMT | 1 |
Yes I did some research on google but nowhere I could find a working example. I have a header file and its .lib/static library. I'd like to design an UI application using Windows Forms which seems cool
|
| OLE controls!!!! HELP | 10 May 2004 19:47 GMT | 2 |
I love OLE controls. I have an application I wrote in VB 6 using the OLE control, I need to upgrade it to .NET but there is no OLE controls in .NET. HHHHHEEEEELLLPPPP! Anybody Please!!! -------------------------------- From: Noel Garcia
|
| Sorting | 10 May 2004 05:46 GMT | 5 |
I have an xml file as listed below. This is a list of scripts. Some of the scripts depend on the output of other scripts. I want to sort this xml in such a way that the scripts are listed in the correct order of execution. I created an IComparer class and implememted the Compare ...
|
| WebRequest without IE dependency | 10 May 2004 04:21 GMT | 2 |
I would like to know how to use WebRequest without IE dependency. I know that if I has my own proxy setting via WebProxy, it will use value from WebProxy. But how can I do if I want to set my program with no proxy when IE has its own proxy settings.
|
| disable print screen key | 08 May 2004 00:55 GMT | 3 |
Hello, can I use the UIPermissions to disable the print screen key?
|
| Instance members change after it's constructor returns | 06 May 2004 13:00 GMT | 5 |
Here's an example, this is the constructor for an object (plus a member it initializes): public class MyObj { //etc. private Hashtable idlist;
|
| ANN: 9Rays.Spices.Net [asm.browser, analyzer, obfuscator, decompiler, modeler]v3.4.2 released | 06 May 2004 02:49 GMT | 1 |
New version of Spices.Net v3.4.2 has been released. A lot of improvements, corrections and bug fixes. 1.. Spices.Net Decompiler: Significantly improved speed of GUI output. 2.. Spices.Net Decompiler: Incorrect work with stack bug is fixed.
|
| COM -> CSharp Interface generator | 06 May 2004 02:28 GMT | 11 |
Does anybody know of a tool of some sort that can generate a C# interface from a COM interface? I need to pull a ton of interfaces out of an existing application and it sure would be lot nicer to get at least a rough headstart with these interfaces.
|
| how to call an unmanaged static library's member from winforms ? | 06 May 2004 00:57 GMT | 3 |
how to call an unmanaged static library's member from winforms ?
|
| diassembling a program into IL | 05 May 2004 17:34 GMT | 2 |
If I compile a program I've got program.exe with ILDASM I've seen that it is possible to diassemble the program.exe to the IL format in this way, isn't it to easy for someone else modify my code?
|
| MSIL Optimizer? | 05 May 2004 07:57 GMT | 7 |
is there any tool which can optimize msil? for example: if (a is MyType) { MyType mt = (MyType)a
|