| Thread | Last Post | Replies |
|
| Can I Temporarly Rollback to .Net Framework 1.1? | 11 Jan 2007 16:45 GMT | 1 |
I have to install a bigger HD so I purchased Norton Ghost (to clone my old disk). But Ghost will ONLY run with .NET Framework 1.1. Two Questions.....
|
| QUESTION | 11 Jan 2007 14:39 GMT | 1 |
difference between dynamic-link libraries,static link libraries,exe files
|
| Best practice question: Protecting managed assemblies | 11 Jan 2007 11:43 GMT | 2 |
What is the best practice to avoid the end user tampering with installed managed DLLs. For example, a web application connects to a server to verify licenses. If licenses are valid, the application runs, if not an error page is displayed. However, if the web application (ASP.NET) ...
|
| UDP Server (what's wrong?) | 11 Jan 2007 07:53 GMT | 2 |
I have written a simple UDP server. It uses a single socket and sends incoming data to random ports on the same machine. After second call of Receive () I got SocketException "An existing connection was forcibly closed by the remote host". How it can be? I have UDP server and there
|
| [App-name] has encountered a problem and needs to close. We... | 11 Jan 2007 07:46 GMT | 6 |
Under what circumstances do this dialog box apper in a .Net 2.0 application? I have never noticed this dialog box before I installed the KB924895 fix for .Net framework 2.0.
|
| Error with .Net Runtime 2.0 on Windows Service | 11 Jan 2007 05:56 GMT | 5 |
I need some serious help. I am getting the following errors in my event log: Source: .NET Runtime 2.0 Error Event ID: 5000 EventType clr20r3, P1 orionnetreg.exe, P2 1.3.2548.24224, P3 458d8320, P4
|
| Generics and constructors. | 10 Jan 2007 20:15 GMT | 3 |
There is something that I don't understand about .NET Generics. I have code like the following: public class A {
|
| C# - Printing a form with scrollable controls | 10 Jan 2007 18:39 GMT | 2 |
I have an app that has a form with scrollable controls. So, I cannot make a bitmap from the printscreen and print it since all the content and controls are not visible at the same time. Is there a way in C# to print such a form - printing the whole content?
|
| Background Color of MDI Client Area | 10 Jan 2007 13:23 GMT | 1 |
What is the way to change the colour of the background in the client area of a MDI form Window. TIA Barry
|
| Control (textbox) update from thread invisible | 10 Jan 2007 12:51 GMT | 6 |
Hello! I'm trying to update a text box from a thread. It works fine until my thread is created from a seperate class. To illustrate, here's my form code (the textbox is txtOutput.text) and for the class: (This all works fine if the "Count" class is declared simply as a
|
| Chuncked upload via socket | 10 Jan 2007 08:18 GMT | 2 |
Using: .Net Compact Framework 2, Windows Mobile 5 (Pocket PC) I'm trying to upload a large binary file in chuncks over a socket (as a multipart mime message). This is how I'm trying to accomplish this, but it somehow doesn't work:
|
| ASP Web Project | 09 Jan 2007 23:49 GMT | 11 |
I have a assignment of making modifications to a shopping cart which is derived from VP-ASP opensource it as webpages of type .asp , which Development environment is required to develop project whic have pages of type .asp.
|
| Accessing file properties | 09 Jan 2007 23:21 GMT | 1 |
I've been searching the file classes for a way to read and modify the file properties you see when you right click a file, under the summary tab. It has fields like title, subject, category and so on. Thanks for any tips.
|
| Go C# .NET for the larger applications? | 09 Jan 2007 20:32 GMT | 17 |
Is there a list somewhere of companies or other software applications initiatives that are using .NET for implementation? (i.e. software running on the CLR) I'm especially thinking of the larger applications. E.g. something
|
| Console app & Base path | 09 Jan 2007 15:02 GMT | 1 |
I have a console app. I have to search for files in the directory from which my application is run. Here's an example : c:\MyApp>MyApp.exe param1 param2 The base path is C:\MyApp... but if I do the following :
|