| Thread | Last Post | Replies |
|
| TAPI in .Net | 25 Sep 2005 18:00 GMT | 1 |
Seemingly there is no .NET equivalent for TAPI2.0 functions (deprecated?!) ... or is there?
|
| regsvr32 fails for interop DLLs | 25 Sep 2005 02:49 GMT | 2 |
i make a DLL with COM interop support. but regsvr32 fails. what can i do to register the DLLs? TIa.
|
| CL Dont crash please | 25 Sep 2005 02:21 GMT | 2 |
I have simple problem, i have written program in pure C++ and builded a library. Now i wanna connect program which is wrotten in Managed C++(GUI) with native code. And my cl compiler is crashing down when it starts linking. It not return a error. I don't know where is the
|
| Unload a dll called via assembly | 24 Sep 2005 18:08 GMT | 1 |
i´m working on an application that loads different modules (dll files) via an assembly. I check the build version in that dll file and if a newer version exists, i want to update the file. There´s only one problem: once loaded
|
| Can you please explain File Time Stamps to me? | 24 Sep 2005 16:35 GMT | 1 |
The code statements below are from the .NET framework using C#. However the question I'm asking is not specific to this environment. I'm asking for help in understanding file timestamps which are characteristic of the underlying filesystem.
|
| httpWebRequest Protocol Violation | 24 Sep 2005 08:28 GMT | 1 |
Have a code sample to do a basic httpWebRequest, post some data and get an xml doc response. Works great in 1.1, tried with beta 2 and generates a Protocol violation, tried adding the useunsafeheader.... = true in the config, no help, actually created an assembly in 1.1 and used ...
|
| .Net 2.0 | 24 Sep 2005 02:22 GMT | 3 |
Has the production version of .NET 2.0 been released and if not, any idea as to when?
|
| Cleaning up the registry entries | 24 Sep 2005 01:53 GMT | 2 |
If, on the uninstallation of your program, you need Windows Installer to clear some of the registry entries you made via your program code, how do you do that? I know how to reach the Registry View of the Setup project. But after
|
| MSI problem / question | 23 Sep 2005 21:55 GMT | 12 |
I created a .MSI installer with a Setup project in VS.NET (2005) After some update to the code I decided to make a new release and I create a new .MSI. Now when, when I tested my .MSI it didn't install, complaining there was a
|
| Generate hardware code | 23 Sep 2005 20:30 GMT | 1 |
Hi, in order to protect my software using web activation, I generate a computer hardware code. I'm using the motherboard serial and CPU serial, with ManagementObjectSearcher class. This relies on WMI. On Win9x, since it doesn't support WMI, I simply get the windows volume serial, ...
|
| RTF Convertion | 23 Sep 2005 20:28 GMT | 1 |
I am looking for a way to convert Text to RTF using C# in VS .NET
|
| How to use VB.Net functions in C# project? | 23 Sep 2005 20:17 GMT | 4 |
How can I use a VB.Net function in a C# project. Is there a way to call it directly from code? thx juvi
|
| copying files in windows service | 23 Sep 2005 19:46 GMT | 2 |
hai, i created and started a service to remote machines using vb.net. but i cant copy a folder with files in windows service using vb.net(remote machines) where that folder is shared in local machine.
|
| Interfacing with Windows Shell | 23 Sep 2005 18:25 GMT | 1 |
If I am developing a system level application, interfacing with the windows shell, what are the pros and cons of using VC++ V6 vs. c++.NET or the other .NET languages? Also is there a website or a book that can give me the WIN32 api's that were
|
| list of months and days for each month | 23 Sep 2005 18:00 GMT | 5 |
is there a way in .net to pull a list of months, and then pull a list of days in the month. instead of retyping a control that lists the number of days for each month i was hoping it was already in .net. thank you
|