Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > july 2003 > threads for wednesday july 9

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Get member name
Posted by #Hai at 7/9/2003 10:58:53 PM
Hi, We have a long list of color name: Color.Red, Color.Green, Color.Green.... If I want to get the list of all color name (certainly by programming), how to that ? Thanks ...more >>


Dispose GDI+ object
Posted by #Hai at 7/9/2003 10:50:45 PM
Hi, I know that in C#, destructor is a finalize method. This means that the destructor is only called when the Garbage collector does it job. But the the GC is always does it job when the memory is full. Is there any thing wrong ? If it is true, now we consider GDI object (such as Image, Grap...more >>

server.transfer to a frame?
Posted by Jim Mitchell at 7/9/2003 10:47:53 PM
Can I use server.transfer to a specific target frame as oppossed to the current frame? Thanks in advance. ...more >>

What Session Data to Capture
Posted by Hugh McLaughlin at 7/9/2003 9:05:33 PM
Hello everyone and thanks for your help in advance. I am working on an application to track visitors to my website. However, I am confused as to what data to capture for the session, specifically the Remote_Host, UserHostAddress, and UserHostname. I am unclear as to whether the Remote_Ho...more >>

PDF sdk......
Posted by Ollie at 7/9/2003 8:08:11 PM
Does anyone know where I can get an sdk to extract a PDF document as text, I know Adobe do one, but they want me to pay for it :( Ideally I would like a .Net (C#) version,but if not a good old C\C++ version will do Cheers in Advance Ollie ...more >>

Using inheritance for web pages - why have a Page_Init when you can override OnInit?
Posted by DanR NO[at]SPAM REMOVETHISTOGETTOME-warshawgroup.com at 7/9/2003 4:57:44 PM
Sorry, I mixed up the code- reposting with correct example now :) I'm trying to better understand the use of inheritance vs. the implementation of a handler. I wanted to ask this question to the newsgroup. Each aspx page is a class which Inherits System.Web.UI.Page. Then, each page has it's ...more >>

How can I uniquely identifies a computer?
Posted by Ray at 7/9/2003 4:46:25 PM
Hi all, How microsoft uniquely identifies a computer? Just like activitate the Windows. Thanks. Ray ...more >>

Setting up IIS for Web Services
Posted by Daniel at 7/9/2003 4:01:49 PM
Hi, I am a bit of a newbie to .NET and am trying to set up my web server so that I can us Visual Studio.NET from home to make web projects. I understand this requires either a UNC share (which I can't do - my machine and the server are on seperate physical networks at opposite ends of the countr...more >>



DLL problem in c# URGENT!!!!!
Posted by sjain NO[at]SPAM lioninc.com at 7/9/2003 3:11:56 PM
Hi Guys, I am working on a team project. We have a dll which we want to use in the project for accessing the functions in that class. I dont know where to put the dll, its residing on my local machine in a directory and I added a reference to that dll. Then I checked it in it works fine for me...more >>

problem with Global Assembly Cache (GAC) and add reference
Posted by Pieter at 7/9/2003 2:48:45 PM
Hi, I've installed a dll in the GAC (gacutil /i Employee.dll). I can see the installed dll by browsing to the GAC directory. The only thing I can't do is adding a reference to it in VS.NET 2003 because the dll isn't listed there. How do I get VS.NET to display the dll and link to the GAC? A...more >>

Access serial port on a client via web?
Posted by Bill Belliveau at 7/9/2003 2:12:32 PM
Hello all, I'm trying to determine if I can access and read information with a web application/service from a PDA attached to a remote client. From my searches it seems like the answer is yes, but with the obvious need for an ActiveX control on the client machine. Any idea on the feasibility...more >>

.Net: 3 Years of the 'Vision' Thing
Posted by asj at 7/9/2003 12:36:42 PM
interesting read from eweek about the dying hope surrounding .net http://www.eweek.com/article2/0,,1184728,00.asp The end of last month marked the third anniversary of Microsoft's launch of its .Net strategy, which executives such as Chairman and Chief Software Architect Bill Gates said at t...more >>

How to get data from Excel sheet, and add that data into Ms-access database?
Posted by Nagarajan .A at 7/9/2003 12:18:15 PM
I need to read an excel file, and add that data into msaccess database. Can anyone help me? Thanks in advance. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!...more >>

User Interface Process Application Block
Posted by Arthur at 7/9/2003 10:48:25 AM
There is a great article about it in MSDN, people are discussing it on GotDotNet but I can't find the UrL to download it from. Where can I get the User Interface Process Application Block? Thanks! Arthur...more >>

I can reproduce this Memory leak!
Posted by Qin Zhou at 7/9/2003 10:32:41 AM
This is possible memory leak can be reproduced by the following code. I am hoping someone can help me out with simple solutions! Thanks in advanced! using System; using System.IO; using System.Xml; using System.Xml.Schema; using System.Xml.XPath; using System.Xml.Xsl; using System.Text;...more >>

I/O Completion Ports vs. Asynchronous I/O
Posted by Josh at 7/9/2003 9:38:49 AM
A while back I started a project to write a mail server. I was doing this in c++ and found that I/O completion ports were the best solution for the project. I've since decided to port my application to the .NET framework and noticed that the concept of an I/O completion port doesn't exist nati...more >>

Cloning A User Control
Posted by Wayne Wengert at 7/9/2003 9:33:25 AM
I built a custom user control (textbox) and that worked fine. Now I want to create three variation of that text box. If I open the original solution and try to rename and save things in another directory the new solution still seems tied to the original in some ways (some of the files go to the o...more >>

ASP.NET Web form, how to center the cotrols ?
Posted by Ahmed Jewahar at 7/9/2003 9:00:40 AM
Hi All, I'm new to this forum as well as new to ASP.NET. My backgorund is ASP. But, I'm just doing my .NET course with MS Certified training center currently. I have couple of questions (it may be silly for you !) and really appreciate if you could share your expertise with me. QUES...more >>

virtual machine
Posted by kate at 7/9/2003 8:32:50 AM
when i try to view certain web pages a message comes up saying i need java virtual machine to view it. i don't have this. i have windows xp. where and how can i download this program so that i view web pages with this program? any help would be greatly appreciated....more >>

Coding standards for .Net
Posted by mishj NO[at]SPAM hotmail.com at 7/9/2003 8:30:51 AM
I would be grateful if people in here would review my article about ..Net coding standards that is soon to be published by Informit.com It is available at http://mishj.brinkster.net/intranet/netcodingstds.doc I would welcome any feedback. This has been posted to VB.Net but I had no response...more >>

Process.StartInfo
Posted by Richard Mayer at 7/9/2003 6:06:47 AM
After using a OpenFileDialog to locate a file within Visual Studio.Net, A System.Diagnostics.Process is created and the file information set using StartInfo. The process returns an error indicating the File cannot be found although the file is available and the working directory has been s...more >>

Incorrect String Debug/Watch Info
Posted by OvErboRed at 7/9/2003 12:23:24 AM
It's possible to print out a string's Length property in my code like so: string asdf = "asdf\0asdf"; Console.WriteLine(asdf); // = "asdf asdf" Console.WriteLine(asdf.Length); // = 9 However if you try to use the VS.NET debugger's Watch to inspect this, you'll see that asdf is displayed as...more >>


DevelopmentNow Blog