| Thread | Last Post | Replies |
|
| Own software licensing | 17 Feb 2004 14:35 GMT | 1 |
I'm looking for a blueprint, architectural software design concerning licensing. We have a three-tier application (Gui/Application/Db). We want to limit the number of work posts that can make use of the program
|
| programs only run on PC that they were created on | 17 Feb 2004 14:34 GMT | 5 |
When I write a program, it only runs on the machine it was created on, not on any other machine. Please advise.
|
| Visual Studio .NET - Unable to find FrontPage Server Extensions | 17 Feb 2004 13:30 GMT | 2 |
I have successfully installed Visual Studio .NET. I have loaded all componants and I still recieve an error stating; "Cannot find the componants for communicating with FrontPage Server Extensions. Click help for more information". Front page server extensions are installed and ...
|
| When is .Net 2.0 coming out? | 17 Feb 2004 13:28 GMT | 7 |
I am curious when the next version of .Net is coming out? Anyone have any hints on what might be included? Thanks! g.
|
| Save Emails in Outlook | 17 Feb 2004 12:40 GMT | 1 |
I wrote a program in vb.net, that sends emails via a smtp-server. I'd like the program to save the emails in the sent-folder of outlook on the local machine. Does anyone know how to do this? thx
|
| Main Advantages i get when i do a stand alone app in .Net rather than in VB. | 17 Feb 2004 12:02 GMT | 5 |
I have a choice of using VB and .Net in developing a standalone load distribution application. I need to provide a case study on what are the major advantages of using .Net with respect to VB? Looking forward for a reply
|
| System::String class design decisions | 17 Feb 2004 10:56 GMT | 7 |
Am I curious about two of the major design decisions for the System::String class and why they were made. Those two decisions are: 1) System::String is an immutable class, with System::Text::StringBuilder being the class that allows a string to be modified internally.
|
| Exposing VB.NET object to COM in the old C format using Interop | 17 Feb 2004 09:45 GMT | 3 |
I need to make the VB.NET object callable from a program called Trade Station. It is a stock analysis and trading tool that is very importiant to my company. They have a scripting languge called easy language that is built into the system. It is supposed to be capable of ...
|
| File Converter to HTML | 17 Feb 2004 09:14 GMT | 1 |
I have a requirement in my application to convert a file (MS office docs, pdf, etc) to HTML. Is there any component that .Net exposes? Thanks, -Garima
|
| Web app.. | 17 Feb 2004 08:53 GMT | 1 |
Hi all, I have a web app which runs only on server currently. I want to maintain a log of all the files which the users have created or deleted or even updated over the network. How do I go about it?
|
| files not working | 17 Feb 2004 07:57 GMT | 1 |
I created a web project in one system and i am successful to run and see the results. But when i copy the folder from wwwroot and paste in wwwroot of another system 1 Will it work if i create a Virtual Directory in the second system 2.Is it required to install .NET on the second ...
|
| How to debug a DLL in .NET?? | 17 Feb 2004 07:55 GMT | 1 |
I have two projects in one solution. One contains DLL which is used as reference in other project. How can I debug the project containing the DLL. Currently when my other projects uses the function of the DLL it directly gives me result and not going to debug mode for DLL ...
|
| dotnet dll | 17 Feb 2004 04:25 GMT | 4 |
I have made a com dll . Details are OS : win 2000 Env: DotNet
|
| Socket Exception | 17 Feb 2004 01:01 GMT | 1 |
H I have a Server aplication made with sockets in VB6 and I also have an client application made in C#. I try to send information between them. The first time can do it, but if I try to do again I get an exception No connection could be made because the target ...
|
| System.Threading.Monitor question | 16 Feb 2004 23:39 GMT | 3 |
Exploring the C# lock, I wrote the simple multi-threaded IEnumerator consumer, below. It simply reads elements and adds them to List, a private ArrayList member of the same object as threadProc(). I originally wrote this without the Thread.Sleep(0); line, and I found
|