| Thread | Last Post | Replies |
|
| Creating a Folder ASP.Net | 05 May 2004 14:28 GMT | 4 |
I am using the following code to create a folder: FSO = Server.CreateObject("Scripting.FileSystemObject") Folder = FSO.CreateFolder("c:\" & Me.textbox1.Text & "_" & Me.textbox2.Text & "_" & newString)
|
| compacframework | 05 May 2004 13:47 GMT | 1 |
I want develop an app for pocket pc that use IPv6, and I have installed VStudio .NET 2003, but it hasn't projects for PPC 2003, (PPC 2002 hasn't support for ipv6). Is it possible install some for have PPC 2003 (service pack, ...)?
|
| Changing reference from 1.0 framework dll's to 1.1 framework dll | 05 May 2004 13:45 GMT | 1 |
I am developing an application using ASP.NET and ORACLE. Initially I loaded Visula studio . NET 1.0 framework and later updated it Framework 1.1 . So, now, I got two different directories "WINNT\Microsoft.NET\Framework\v1.0.3705" and "WINNT\Microsoft.NET\Framework\v1.1.4322", in ...
|
| string, GetHashCode, and uniqueness | 05 May 2004 10:27 GMT | 2 |
msdn says: "the implementation of GetHashCode provided by the String class returns unique hash codes for unique string values." source:
|
| CSharpCodeProvider.CreateParser | 05 May 2004 07:24 GMT | 1 |
Are there any plans to implement a parser for CSharp code? - I could really use it!
|
| Cannot open ASP.NET projects on IIS 6/ Win2k3 running WSS | 05 May 2004 05:19 GMT | 1 |
I have a Windows 2003 server running Windows Shareporint Services 2.0. After I installed WSS I am to able to open any web project that is located on my default web site from VS 2003. I can't borwse to the site either. It is as if the site does not exist.
|
| .resource File | 05 May 2004 02:26 GMT | 3 |
I use a .resource file to save some name-value inforamtion. I use resource manager class to create the resource file and read out information when the system starts.
|
| atomic operation | 05 May 2004 00:37 GMT | 7 |
I wonder wether or not DateTime t = DateTime.Now; is an atomic operation ? I have an instance variable which is a DateTime (a structure !) and many
|
| Urgnet: help on OracleDataReader | 04 May 2004 23:09 GMT | 1 |
I tried to read fields that is varchar2(128) and value is encoded (oracle 8i iso DB). I used following OracleDataReader myReader = oracleSelCommand.ExecuteReader() after get back myReader, the value on field I need by using GetString() is wrong. GetBytes() or GetOracleBinary() will ...
|
| Migrating Windows Forms to ASP.NET | 04 May 2004 20:41 GMT | 1 |
is there an easy way to convert a Windows Forms app to an ASP.NET one? I understand there are UI and control differences which may arise but, in general, is this an easy conversion? Thanks.
|
| Testing for a type at runtime. | 04 May 2004 18:39 GMT | 6 |
I have been testing for a type using code like if(obj is MyType) . . . do somethin Now I want to test for MyType as a return from a metho
|
| Interacting with windows service | 04 May 2004 17:16 GMT | 1 |
I am developing a windows service which monitors the computer and intercept critical messages. The problem i am facing is that i need a UI which will take user's input and decide the course according to it. Just like Nortorn Anti Virus The Only difference is that my service is ...
|
| C# query | 04 May 2004 16:31 GMT | 3 |
(Type your message here) -------------------------------- From: lovey dovey Hi everyone,
|
| Stringbuilder in C# | 04 May 2004 15:58 GMT | 3 |
(Type your message here) -------------------------------- From: lovey dovey I need help for the following exercise.I am new to c#.Pls help me.
|
| Delegate and Thread Problem | 04 May 2004 14:47 GMT | 1 |
I have a Delegate based Project that contain classes whose purpose is to instantiate objects of another Project (or Library) using Delegates. I have a client application that uses this Delegate based project to call library method asynchronously. Delegate based project returns the ...
|