| Thread | Last Post | Replies |
|
| Process UserName | 20 May 2005 13:00 GMT | 1 |
Hi, I am developing an application similar to the Windows Task manager, that lists running processes and its info, however the Process class available in the framework does not provide any methods to get the UserName that launched
|
| Problems with .NET beta 2 and StackOverflowException | 20 May 2005 12:09 GMT | 1 |
I don't know if there is another newsgroup where I should ask this question..?? I have this .NET web application that I've build using .NET 1.1. Now I've moved it to .NET 2.0 beta 2, and suddently I'm getting all sort of
|
| Question | 20 May 2005 10:05 GMT | 1 |
Replace the TBD comment with a single line of code that causes this program to display "Win-Dev!" You cannot modify any of the existing code, or add code above or below the existing code. You can only write one line of code in place of the TBD comment and you cannot use the Console ...
|
| Conditional Compilation | 20 May 2005 09:35 GMT | 3 |
I would like to write a .NET Compact Framework App Simultaneously with a standard .NET App using Conditional Compilation. However I have run into a bit of, what I believe, a misunderstanding. How do you use condition compilation options to specify which library, specifically
|
| thread sync | 20 May 2005 06:36 GMT | 1 |
i have an array that i want all threads to be able to READ from concurrently, however, at times i want to UPDATE the array. at which point i want all threads that use it to block when they try to read from the array. currently i do this by wrapping ALL READ AND WRITE access to the ...
|
| .NET and OpenSource.... | 20 May 2005 06:24 GMT | 14 |
What does "open source" mean in the .NET platform while almost all "non-obfuscated" codes are "Open-Source"? Just yesterday i got an add-in for my ".NET Reflector" which saved the entire disassembled-to-C# "mscorlib" library for me in .cs files, and i now have a project on my ...
|
| .Net 1.0 vs. 1.1 | 20 May 2005 01:49 GMT | 3 |
Here is the situation: I wrote a gui application based on the .net framework (using managed c++ and msvc.net 2003) which runs perfectly when .net 1.1 is installed. However it doesn't run on the lower version (sadly the error message the
|
| framework on removable drive | 20 May 2005 00:53 GMT | 2 |
I have USB drives that I need to distribute a .NET appication on. This application needs to run on machines where the user does not have rights to install software. Is there any way to install the framework on the usb drive? I can not put the framework on the client machines.
|
| Heaven or hell? | 19 May 2005 21:24 GMT | 1 |
Bill Gates died in a car accident. He found himself in Purgatory being sized up by God . . "Well, Bill, I'm really confused on this call. I'm not sure whether to send you to Heaven or Hell. After
|
| .net 2.0 beta DetailsView question | 19 May 2005 21:06 GMT | 2 |
I've been going through the basic tutorials in .net 2.0 regarding the creation of master/detail pages and using the DetailsView control to edit records. It's all pretty simple in the tutorials. But what if you want to check
|
| aspnet_wp.exe could not be launched because... | 19 May 2005 18:32 GMT | 1 |
one of our server is registering a log at the event-viewer saying ---- ---- ---- ---- aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are invalid.
|
| How to get assemblies referenced in current project in design time | 19 May 2005 18:16 GMT | 2 |
am looking for a way, during design-time, to be able to access all assemblies that were added as references to the currently selected project. That would allow me, for instance, to open a control editor and populate a list box with the names of all assemblies referenced by the ...
|
| HTTP Binary Get | 19 May 2005 17:09 GMT | 1 |
I need to download a gif file from a url,t he file is binary written, so all i need to do is get the file and save it from a URL. ( Used to use the old http object in VB to do this) anyone know how to do this with the .NET Framework ?
|
| Help or comments appreciated. | 19 May 2005 16:19 GMT | 4 |
<Previously posted in microsoft.public.dotnet.framework.windowsforms> Hi all. Any suggestions here would be appreciated. Thanks for reading. I'm primarly a C++ developer but I've been trying to complete development on a C# application with the following basic requirements:
|
| a quick peek at localization | 19 May 2005 15:25 GMT | 3 |
I wonder how to internationalize an application. I know if I have resource in .resx file which I access through resource manager, I just have to translate these. but waht about control/forms?
|