| Thread | Last Post | Replies |
|
| memory requirement & .NET performance wonderment... | 01 Nov 2005 00:31 GMT | 4 |
I just stumbled on a forum were people were saying they were porting old native C++ app to winform/C#/.NET and they experienced: - drop in performance
|
| How to select an image for display in aspx | 31 Oct 2005 23:27 GMT | 2 |
Can anyone help me out with this one. I have a basic aspx page with an image placeholder on it. I want to be able to click a button on the page and have a dialog window appear where I can navigate the Client's PC and select a file (a JPG of GIF). I then want to change the image ...
|
| ansi to bytes | 31 Oct 2005 19:17 GMT | 1 |
with the framework i can getbytes from utf8 and others using asciiencoding.getbytes what method or class do i use the getbytes from an ansi character file
|
| Attributes: I want my setter to be protected or private | 31 Oct 2005 18:59 GMT | 2 |
In my view, there is a major drawback to using attributes: the getter and the setter have identical protection levels. But I usually want the getter to be public and the setter to be protected or even private. Example: I would have liked this to be possible:
|
| monitor a directory | 31 Oct 2005 18:10 GMT | 1 |
anyone know of any tutorials that explain how to monitor a directory so i can copy a file when it is created. thank you
|
| vbc | 31 Oct 2005 17:03 GMT | 5 |
I have run into the following situation, of which I don't understand and would appreciate someone filling me in on hopefully an obvious detail im looking over: A compilation example (that compiles) that imports System but does not
|
| very strange handler AxWebBrowser1.DocumentComplete | 31 Oct 2005 15:51 GMT | 1 |
i want to do following: Private Sub AxWebBrowser1_DocumentCompleteEventHandler(ByVal sender As Object, ByVal e As AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEvent) Handles AxWebBrowser1.DocumentComplete
|
| Compile with Nant for .net 2 and 1.1? | 31 Oct 2005 09:13 GMT | 1 |
I have gotten both .net 2.0 and 1.1 on my machine. I use Nant to build my applications. Any Nant users here can tell me how I can instruct Nant to build with the 2.0 compiler or the 1.1 compiler? Currently it uses .net 2.0 compiler only...
|
| Is there an equivalent to the ADSI NameTranslate function in the .NET Framework class libraries? | 31 Oct 2005 08:06 GMT | 1 |
I want to convert DN to windows login names (DOMAIN\loginname). Is this burried in System.DirectoryServices or somewhere else? Thanks!
|
| Difference between ways of Object creation | 31 Oct 2005 07:19 GMT | 2 |
Hi Friends Would like to know what's the difference between creating an object like this: 1) Dim Obj As New aspftp.ASPTFP And this:
|
| WMI issue on windows 2000 (only) after upgrade to 2.0 RTM | 31 Oct 2005 06:49 GMT | 1 |
I have an application where i am receiving the following error: The type initializer for 'System.Management.ManagementBaseObject' threw an exception The same application is running fine on 3 other windows 2003 servers but not
|
| Hotfix for .NET Framework 1.1 | 31 Oct 2005 03:57 GMT | 4 |
Visual Studio.NET 2003 came with Framework 1.1 on the installation CD. There is a "hotfix" out for Framework 1.1 . If this hotfix is installed, would it interfere with Visual Studio or the running of apps built with Framework 1.1 that didn't have the hotfix?
|
| Installing .NET 2.0 Runtime via GPO | 31 Oct 2005 00:29 GMT | 6 |
Can I just extract the files from the dotnetfx.exe program and have a GPO policy to install on each computer during reboot? There is a single MSI file in the extration. Thanks,
|
| deploying and creating executables | 30 Oct 2005 18:28 GMT | 2 |
is there a way to deploy an application once it is written and tested in visual studio .net acedemic? Im thinking well ahead, because it will be weeks before I am ready to do that. If not, what are my options for creating the CAB files, and exe file that I will need?
|
| VS 2005 RTM but Framework 2.0 BETA ?? | 30 Oct 2005 14:38 GMT | 4 |
I am confused because I see a framework 2.0 Beta to download - If I download the RTM VS 2005 - then use the 2.0 Beta - then is it likely I will need to deploy Beta 2,0 to client machines ??... and the expected date for the non Beta 2.0 is ??
|