Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / May 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Creating a Folder ASP.Net05 May 2004 14:28 GMT4
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)
compacframework05 May 2004 13:47 GMT1
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 dll05 May 2004 13:45 GMT1
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 uniqueness05 May 2004 10:27 GMT2
msdn says:
"the implementation of GetHashCode provided by the String class
returns unique hash codes for unique string values."
source:
CSharpCodeProvider.CreateParser05 May 2004 07:24 GMT1
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 WSS05 May 2004 05:19 GMT1
   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 File05 May 2004 02:26 GMT3
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 operation05 May 2004 00:37 GMT7
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 OracleDataReader04 May 2004 23:09 GMT1
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.NET04 May 2004 20:41 GMT1
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 GMT6
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 GMT1
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# query04 May 2004 16:31 GMT3
(Type your message here)
--------------------------------
From: lovey dovey
Hi everyone,
Stringbuilder in C#04 May 2004 15:58 GMT3
(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 Problem04 May 2004 14:47 GMT1
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 ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.