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 > september 2005 > threads for wednesday september 21

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

Where Can I Get Free Components or Controls?
Posted by Cat at 9/21/2005 7:02:29 PM
I've searched the internet. Google showed bunch of sites but all of them were selling components. Isn't there any site that I can browse and download FREE .NET components or controls? I used to use dotnetMagic UI suite, but it went commercial. ...more >>


filesystemwatcher and read from file
Posted by emanl at 9/21/2005 5:30:08 PM
I have an app which will continuously write to a file, appending data. I need to be notified of that write and be able to read from it starting off at where the appended data begins. I know how to get the notifications using the filesystemwatcher(although the onchanged event for a file updat...more >>

Chat: C# 3.0 Language Enchancements, September 22nd @ 1pm Pacific Time
Posted by Scott Nonnenberg [MSFT] at 9/21/2005 3:30:58 PM
This is really exciting stuff. We'll see you there! It might be a good idea to do some background reading before you show up. :0) C# 3.0: http://msdn.microsoft.com/vcsharp/future/ The LINQ project: http://msdn.microsoft.com/netframework/future/linq/ C# 3.0 Language Enhancements "Can't a...more >>

C#.net error in COM object with CLSID
Posted by Ahmed at 9/21/2005 2:10:02 PM
i have tried running the csharpsite in my Microsoft Visual C#.net and after i hit the run button i keep getting the same error which is : Server Error in '/csharpsite' Application COM object with CLSID {3CFCB90E-B0B0-11D2-8D8B-00C04F79EE8F} is either not valid or not registered. Description:...more >>

TreeView... label width
Posted by hzgt9b NO[at]SPAM nopost.com at 9/21/2005 12:48:08 PM
Using VS.NET 2003, VB: I have a TreeView object with lots of nodes. The treeview is docked on the left side of my main from in a splitter. I want to set the splitter's initial width to allow all the treeViews' nodes' labels to be visible. The algorithm is simple, for each node in the tree v...more >>

How to create Type from TypeCode...
Posted by HairlipDog58 at 9/21/2005 11:45:05 AM
Does anyone know if there is a built-in function for creating a Type from a TypeCode? Type t = somefunction(TypeCode.Int16);...more >>

OT: Question about .Net user groups!
Posted by Andre Nogueira at 9/21/2005 11:10:17 AM
Hi there guys, I am taking a degree in Computer Engineering and was asked to create a .Net student user group. However, I do not know if such a group is needed in a world where Google and Newsgroups/Foruns can give you all the information you need. I know some of you are members of .Net user...more >>

Regular expression
Posted by prithvis.mohanty NO[at]SPAM gmail.com at 9/21/2005 9:54:29 AM
I need to extract all the href urls and the anchor text with regular expression match from a html page. I have this href\s*=\s*(?:""(?<1>[^""]*)""|(?<1>\S+)) regex with me. This only extracts the href link url . With url I need the anchor text as well. How can I modify the above regex to get anc...more >>



build a custom authentication provider EL
Posted by DSISupport at 9/21/2005 8:28:03 AM
Hi, I'm planing to use the enterprise library in a new web project, and I was looking at the Security application block which came by defaul with one provider called database authentication provider. I want to develop new authentication provider that will work with LADP. My question where ca...more >>

Custom collection was binded at design time, but does not populates datagrid at run time...
Posted by SammyBar at 9/21/2005 8:01:53 AM
Hi, I'm trying to bind a custom collection class to a data grid, following the guidelines from the article http://msdn.microsoft.com/msdnmag/issues/05/08/CollectionsandDataBinding/default.aspx. The problem is the article is in VisualBasic. I already get the collection to be recognized as ...more >>

saving grayscale
Posted by RicercatoreSbadato at 9/21/2005 7:13:48 AM
I'm using bmp.Save() and the bmp is in PixelFormat.Format8bppIndexed. But when I open the image with Gimp, it tells me that the image is RGB and not grayscale. ...more >>

File Explorer like controls
Posted by Marc Ridey at 9/21/2005 6:30:01 AM
I need to emulate the File Explorer capabilities in my application. I'm looking for the three controls used in File Explorer: ComboBox, TreeView and ListView. The ListView needs to have the Thumbnail view. I've evaluated the SkySoftware controls but they have too many limitations and the progr...more >>

WebClient
Posted by Chirambattu at 9/21/2005 5:20:01 AM
the following code dosn't get me HTML why? can any one help Imports System.Net Dim myWebClient As New WebClient() Dim myDatabuffer As Byte() = myWebClient.DownloadData("http://v3.espacenet.com/pdfdocnav?F=128&RPN=DE9319650U1") Dim download as String = Encoding.ASCII.GetString(myDataBuf...more >>

New to DLL files
Posted by JP at 9/21/2005 2:24:07 AM
Hi all. I have a general idea of what a DLL file is (a file of data & functions called at run-time instead of link time) and now I would like to begin understanding how to use them. I've googled DLL and have no idea where to start on this. So my question is this: Does someone have a good...more >>

need some simple code to copy text to clipboard
Posted by worzel at 9/21/2005 12:00:00 AM
need some simple code to copy text to clipboard in c# - my app has right click > copy to clicpboard feature, which is best way to do this? ...more >>

Uploading Larger Files
Posted by Raj Dhrolia at 9/21/2005 12:00:00 AM
Hi, Can anyone suggest me best way to upload large files (>100-500MB) to my ASP.NET web application (IIS 6.0, Win 2K3). The problem we see with conventional method is that the session times out, and the entire file gets loaded in IIS memory and things get worst when couple of users u...more >>


DevelopmentNow Blog