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 > c# > january 2006 > threads for sunday january 29

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

byte[] to hex
Posted by Water Cooler v2 at 1/29/2006 11:45:10 PM
What's the way to convert a byte[4] to a hexadecimal? ...more >>

appDomain Unload
Posted by Rain at 1/29/2006 11:05:27 PM
How do we know if the appDomain.unload is working? i've tried deleting the dll inside a program right after unloading the appdomain but there was a exception.. SystemUnauthorizedAccess. Thanks!...more >>

make style sheet at run time
Posted by sonu at 1/29/2006 10:54:43 PM
HI, I am working with a web application, i have a xml file where i have information like, Size,Color,Background...., i want to make .Css file where i want to put values in style sheet from ..xml file. is there any way to achive this task. Regards Amit(Sonu) ...more >>

Show Application Icon in Notification area
Posted by ksrajalakshmi NO[at]SPAM gmail.com at 1/29/2006 10:25:27 PM
Hai , When running application, the icon shoul not be displayed in taskbar,rather than, it is to be displayed in the notoification area where the system time is displayed. What steps to be performed while building Setup for the project? ...more >>

Creating DOM Document from Sratch
Posted by JackieWilson at 1/29/2006 6:43:16 PM
Hello! I', trying to create DOM based XML document. First I create XmlDocument object and then read other XML DOM Document and modifie the first one. I'm putting Noden and Attributes tto the first XML DOM document when needed. Everything seems to be allrigth but when I trying to save the scrat...more >>

Auto Complete/Suggest (On Steroids)
Posted by Smithers at 1/29/2006 6:00:34 PM
I am looking to implement a search feature into a Windows Forms MDI application. Specifically I plan to embed 3 textboxes into a toolbar; one for LastName, another for FirstName, and one for CustomerID. When the user starts typing into any of these textboxes I would like to pop up another fo...more >>

Optional Parameters
Posted by Water Cooler v2 at 1/29/2006 4:32:02 PM
So you have optional parameters for functions/methods in Visual Basic ..NET, but not in C#? ...more >>

Working with Hastables
Posted by David at 1/29/2006 4:20:07 PM
Hi all, I am new to Hashtables, so at the moment, not fully familiar with them. I have been experimenting with a search engine spider written in c#. It uses hashtables to hold the catalog. Now, if I have a large site, or I want to scan many websites, then the hashtables would get very l...more >>



Detect CD or DVD (which is on my drive)
Posted by Quina at 1/29/2006 3:29:10 PM
Hi, I'm trying to build an aplication to manage my discs (CD/DVD) and i'm trying also to add an automatic info colector. I can access the volume label, the size an even the date of some recorded discs... but I can't determine whic kind of disc (CD/DVD) is on my drive. Can anybody help me? Tha...more >>

How to send message to cellular phone
Posted by ad at 1/29/2006 2:30:29 PM
How can I send message to cellular phone by program? ...more >>

Call method on a form from another thread
Posted by C.C. (aka Me) at 1/29/2006 1:59:23 PM
I am looking for a sample of how you execute/invoke a method in a form from one thread and have it run on the thread that created the form instead of the thread that actually made the call. The reason I need this is because the method that gets invoked could be updating any number of GUI eleme...more >>

DataGrid newbie questions
Posted by Michael A. Covington at 1/29/2006 1:39:45 PM
Greetings, I'm new to DataGrids, but I want to use one. Basically, I want to show the user a list of files with some information about each one (obtained by having my application look inside the files), and let the user choose which files to process, either by means of checkboxes, or by de...more >>

FolderBrowserDialog Question
Posted by Sean Campbell at 1/29/2006 11:32:43 AM
Hi there! I have a form with a button and a label. Can anyone offer some insight as to why the following code snippet gives me the following error: "Use of unassigned local variable 'path2'? If I remove the variable all together and assign the label1.text = dialog.SelectedPath then the c...more >>

ProcessDialogKey keyData == (Key.Control | Key.Shift | Key.L) is no longer trapped
Posted by Wally Highsmith at 1/29/2006 10:46:55 AM
keyData == (Keys.Control | Keys.Shift | Keys.L) used to trap this combination in the ProcessDialogKey method Why does this combination no longer work? ...more >>

How to use Regular Expression in .NET
Posted by anonieko NO[at]SPAM hotmail.com at 1/29/2006 7:13:43 AM
Here is an example. For a time server which returns a time field string, you can extract the time by the following code: 'VB.NET Imports System.Text.RegularExpressions '.. Dim s As String Dim r As Regex s = "Grennwich time 12:15pm September 1, 2001" r = New Regex(".*(\d{2}:\d{2}[ap]m...more >>

Sortable collection
Posted by _DS at 1/29/2006 2:18:19 AM
I understand that the usual way of creating a strongly typed collection is to inherit from CollectionBase. However, CollectionBase does not support sorting. What is the best way to implement this? Derive from ArrayList? ...more >>

IEnumerator and arraylist
Posted by starter at 1/29/2006 1:01:26 AM
I am trying to learn IEnumerator and collections(ArrayList, Hashtable) in .NET. Can anyone tell me what is IEnumerator used for and any online resources would be helpful. Thanks ...more >>

Add folder to a published project
Posted by acb at 1/29/2006 12:14:22 AM
Hi, I have a VS 2005 C# project to which I have added a folder. Into this folder are various resources that are used within the program. I have the line ItemsPath = Application.StartupPath + "\\Resources\\"; in my code and whilst in the IDE everything works fine. When I come to install the ...more >>

Length of MP3 file
Posted by £ukasz at 1/29/2006 12:00:10 AM
Hi, Could you tell me how to retrieve (in C#) the length in miliseconds of mp3 file? Thanks in advance Regards £ukasz...more >>


DevelopmentNow Blog