| Thread | Last Post | Replies |
|
| Disable Hardware Acceleration programmatically | 30 May 2005 14:24 GMT | 2 |
I think my question is quite clear from the subject...but let me explain you what I'm trying to do: I use one computer as both a "general purpose" (email, word processing, web surfing, development, etc.) and "digital audio workstation". Since audio applications are very demanding ...
|
| vb express 2.0.50215.44 and march ctp avalon/indigo | 30 May 2005 11:47 GMT | 4 |
Can I use the VB Express version 2.0.50215.44 (that's what vbsetup.exe version is) with the March CTP of Avalon? I am currently running VB Express Edition Beta 8.0.50110.28 and I want to upgrade it but also want to continue Avalon development.
|
| Assembly key files - one per assembly or one per entire application? | 30 May 2005 06:39 GMT | 1 |
This is a pretty minor issue but I'm wondering which makes more sense and why: Have one assembly key file per assembly or re-use the same key file for every assembly in the application?
|
| sending email thro SMTP server | 30 May 2005 05:45 GMT | 4 |
Hey i am a total newbie in .net.I'm working on an assignment to send email to the adimin id that's my official id (xx.xx@something.com - the code developers id) when an invalid user trys to login to the application.I have to connect to my comapy's server to send emails.In the ...
|
| Getting initiating class name in its base class's shared property | 30 May 2005 04:46 GMT | 3 |
Is there any way of getting currently instantiated class name from a parent class's shared readonly property? I would need to know which actual class (that was derieved from the class containing the shared property) is trying to get the shared property value. It would be ...
|
| How to trap calls to MSCOREE? | 30 May 2005 04:19 GMT | 4 |
How do we trap all calls to load MSCOREE.dll ? Regards,
|
| .NET CLR 1.0.3705 difference cause MSIE downloaded problems? | 30 May 2005 04:08 GMT | 1 |
I am trying to resolve an issue where sending a file from a server to a browser using PHP will give an error message in MSIE, but the file does download from the server. The exact error is "There was an error opening this download. This file cannot be found". So far, all I've seen ...
|
| Release date and stability of .NET framework 2.0 (and VS) | 30 May 2005 03:15 GMT | 1 |
I am planning a software project using C#. I expect the project to take at least two months of design and coding, and another two months of internal testing before it will be released. After receiving the Visual Studio 2005 beta 2 DVD and getting some
|
| Privilidges | 29 May 2005 10:55 GMT | 1 |
I believe the following applies to privilidges - but not sure how to correct on windows XP SP2 OS. For some reason cannot open any file on local machine using window.open(...) command. Sample syntax : window.open("C:\\Downloads\\File.txt", "_blank").
|
| Is .NET free? | 29 May 2005 04:34 GMT | 19 |
I downloaded .NET framework from MSDN and I can write C# programs in Notepad. Can I sell them? Do I need any other Licenses? I don't use Visual Studio .NET.
|
| [OT] VS.NET 2005 beta: Team Foundation? | 28 May 2005 22:17 GMT | 5 |
I just get the beta 2 of VS.NET 2005 today. It has a DVD with VS.NET Team Foundation. What is it for? Beside I'm the only Windows programmer in our team of 2 programmer.. ahum..
|
| Best way to recursively populate a tree based on SQL Server 2000 backend | 28 May 2005 21:55 GMT | 9 |
I have a classic child parent relationship within the same table where an unlimited number of levels is possible (theoretically). I have front-end code that recursively populates a tree control by getting the children of each node etc. etc. This makes potentially hundreds of ...
|
| /3GB | 28 May 2005 19:44 GMT | 2 |
I have the problem with allocation large array in C#. My array is largest than 1GB of RAM. My computer has 1,5GB of RAM memory and windows is set to use 2GB of virtual memory. In c++ exist /LARGEADRESSAWARE switch, but in c# is isn't.
|
| ASP.NET Impersonation Problem | 28 May 2005 17:30 GMT | 7 |
Now this is a classic. The impersonation fails for CASE I but doesn't fail for CASE II or III. Case I: Client Side Code
|
| Hashtable.ContainsKey - what does this mean. | 28 May 2005 03:29 GMT | 11 |
While looking in the help I came across this statement in the remarks section of the hashtable.containskey help: "This implementation is close to O(1) in most cases" Can anyone help me understand what this means ?
|