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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|