| Thread | Last Post | Replies |
|
| https connection | 17 Feb 2005 07:05 GMT | 2 |
How can I open a connection to https server and send e file to it? Thanks
|
| .NET Validators Combined with Javascript | 17 Feb 2005 04:16 GMT | 3 |
We have a need to ensure that users do not click multiple times on any buttons that will submit the page. We have placed an onclick method on all of them that counts how many times a submit like button has been pressed, and if more than once, then there is an alert to the user, and
|
| RequiredFieldValidator and the SummaryValidator not working properly on IIS6 but they are on XP, huh? | 17 Feb 2005 03:21 GMT | 2 |
When I'm developing my Guestbook application, the validator controls from MS work properly on my XP box. But after I compile the project in release mode (same happens in debug) and copy it to my IIS6 (win2k3 server box), the validator controls let the errors through and the ...
|
| Creating Collections in Classes | 17 Feb 2005 02:31 GMT | 4 |
In: microsoft.public.dotnet.framework.performance Hi, can someone give links either in msdn.microsoft.com or other sites that tell me what are the best ways to create Collection properties in a class written in Visual Basic.NET?
|
| File.Delete | 17 Feb 2005 00:23 GMT | 3 |
I use File.Delete(path) in my web application. If the file for deletion is opened i expect to receive the exception: "Additional information: The process cannot access the file [path] because it is being used by another process."
|
| Processor Serial Number | 16 Feb 2005 20:22 GMT | 1 |
Hi people! Is there any way from code (VB or C#) to know the serial number of the CPU on my machine (or the machine on which an application is running)? Thanks for your help
|
| Diagnostics.Process get by name doesn't return command line argume | 16 Feb 2005 20:21 GMT | 1 |
I'm trying to get the command line arguments for some running processes. When I use "Process.GetProcessesByName", the command line arguments property is null (""). Does anyone know how to get this info??
|
| StreamWriter.close() hangs in multithreaded execution | 16 Feb 2005 17:21 GMT | 10 |
I've got a program accessing a HTTP service to get som XML data. The code receiveing the data looks something like this: stream = new StreamWriter(httpRequest.GetRequestStream(),Encoding.UTF8); stream.Write(body);
|
| .Selected property for listbox does not work | 16 Feb 2005 14:43 GMT | 5 |
Hi I have written a code for showing the list boxes as selected using a Listitem and the selected property of the items. Now I have 2 list boxes in my page. But it shows only the selected values
|
| Embedding XML/HTML Data Inside RESX Files | 16 Feb 2005 14:43 GMT | 1 |
I would like to place XML and/or HTML tags inside an XML Resource (*.resx) file. This is easy to do within text based resource files; likewise, I would assume that resx files (being XML based) would support the standard CData tag. However, when putting a CData tag in a Resx ...
|
| How to assign value to Excel 2000 worksheet cell | 16 Feb 2005 14:08 GMT | 7 |
I am writing c# web application with Excel 2000. My code is: Excel.Application EXL; EXL = new Excel.Application();
|
| Setup project of .Net Framework 1.1 and Mdac 2.7 | 16 Feb 2005 11:01 GMT | 1 |
I am currently working in VB.NET project which is a desktop application with Access as database. I had made a setup project of my application. I ran the same in another machine which had Win 2000 professional as OS and no .NET Framework installed.
|
| standalone exe? | 16 Feb 2005 03:04 GMT | 8 |
Is it possible to convert a small console app in c# to a standalone exe either by converting it to c++ or other ways? Could I compile c++ standalone exe using .Net framework 1.1? Thanks,
|
| I need some help with remote acces to a help file | 16 Feb 2005 02:59 GMT | 3 |
I have a program that is resident in the web server. It is one-touch installed on the client system and it is activated via URL so that it runs in IEEXEC. This program has a .chm file associate with it. The problem is 1) - Every time I try to reference the .chm, I get a dialog ...
|
| combo box | 16 Feb 2005 02:49 GMT | 1 |
I have a combo box that I've populated with my own collection. Is there a way to ensure that the user doesn't enter anything that isn't in that list? tia,
|