| Thread | Last Post | Replies |
|
| problem with logical operator | 19 Jan 2006 15:10 GMT | 2 |
I have a value that contains flags that I must get using a bitmask. I tryied with the && operator, but the compiler outputs this error : Operator '&&' cannot be applied to operands of type 'int' and 'int' The code is the following :
|
| RTF Control | 19 Jan 2006 14:59 GMT | 2 |
I am using an rtf control to display some detailled information about the progress of some program actions (in addition to the statusbar) to the user. This worked fine in my test environment. But in the clients productive environment there are lots of data, my actions have a lot ...
|
| Assembly Code | 19 Jan 2006 13:39 GMT | 1 |
I have some code specific for a piece of hardware that is written in assembly. Is there any way to compile it in the .Net world or do I need an assembler. Ideally I'd make a DLL out of it but that may be asking to much.....
|
| Install of programs using framework 2 on computer using framework | 19 Jan 2006 13:39 GMT | 2 |
I use Visual Studio 2005 which needs the framework 2. I have writen a program with forms which uses the component System.Windows.forms. Visual Studio uses the framework 2 for this component. The problem is that I want to install the program on a critical application
|
| Framework Securtiy Configuration | 19 Jan 2006 13:20 GMT | 1 |
I have programmed a VB.NET-Application - existing: 1) a EXE-file 2) a DLL (ComponentOne Excel dll) I stored this both files in a directory on our Windows2003-Server.
|
| FileSystemWatcher + Monitor Reads/Opens | 19 Jan 2006 13:17 GMT | 14 |
Hey all, I am looking to use FileSystemWatcher to monitor file access, deletion, creation, and modification. However, I also want to monitor when any user opens / reads this file?
|
| Encrypting the app.config file | 19 Jan 2006 05:04 GMT | 1 |
My application will use the DataProtectionConfigurationProvider to encrypt my app.config file. I can encrypt the file from within my applicaiton, but I would like to be able to encrypt it outside the application so that the file is encrypted when it is deployed. I know that you ...
|
| Scan images using asp.net | 19 Jan 2006 03:36 GMT | 2 |
my asp.net project has a requirement to enable the user to scan images.How can i do this?
|
| SHA1Managed class has different results in 2.0 vs. 1.1?? | 18 Jan 2006 22:52 GMT | 2 |
We currently have an application running on .NET 1.1. It hashes certain data using System.Security.Cryptography.SHA1Managed class. It has worked out fine until we upgraded the app to .NET 2.0. SHA1Managed in 2.0 hashes to a different stirng output when the input is exactly the ...
|
| COM Interop registration failed | 18 Jan 2006 21:01 GMT | 2 |
COM Interop registration failed. Type library exporter can not load required library MSCOREE.TLB. I'm currently receiving the above error message when building a sample walkthrough which demonstrates COM interopability between ESRI's ArcGIS 9.1
|
| Empty MessageBox / McAfee problem - any news ? | 18 Jan 2006 20:31 GMT | 3 |
A MessageBox("Hi there") in .NET 2003 / C# displays a blank (empty) window on XP if McAfee antivirus is installed. This is due to the JPG buffer overflow ckeck in McAfee, and a patch has been released by McAfee (see below for details).
|
| Worker Thread appears to deadlock | 18 Jan 2006 20:27 GMT | 2 |
I'm working on a project where I need to add an existing chat program as a plugin. The framework I'm using requires that I write a Control that inherits from their own custom control. In the constructor for this control I start up the threads that listen to the server. After I ...
|
| Jave IDE similar to Visual Studio .NET | 18 Jan 2006 18:14 GMT | 7 |
Not sure if this is the right NG to post this to. I have to learn Java for a new contract. I'm looking for an IDE for Java, as close to the .NET IDE, hopefully linked to SQL Server like .NET, intellisense, debugging, etc.
|
| .NET Framework compability? | 18 Jan 2006 18:02 GMT | 2 |
Got some general questions about .NET compatibility. 1. If I have a .NET Framework 1.1 compiled app can I assume that can run on a machine that ONLY has .NET Framework 2.0 on it? 2. Can I also asume that a .NET Framework 2.0 app cannot run on a machine
|
| Thread Safety of static Array used as lookup table | 18 Jan 2006 17:45 GMT | 2 |
Is the follow construct thread safe to access via indexer? public static readonly string [] GradeLookupTable = new string[] { "*","PK","K","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","HS","UG"
|