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# > december 2004 > threads for saturday december 25

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

C# Application Designs
Posted by Ed_P. at 12/25/2004 11:51:33 PM
Hello, I've been creating small applications in c# using an access db backend. I've noticed that on all of those applications I rarely apply any OOP technologies (such as Inheretance, Encapusulation, Interfaces, etc.). I would like to take advantage of those technologies so that the app...more >>


How to get all NT users identity
Posted by Sharon at 12/25/2004 10:45:24 PM
Hi. I need to implement a web based file permission dialog. For this i need to get the identities of all NT users. I can get the current identity, but have no idea of how to get all identities. Thanks. ...more >>

ListView with CheckBoxes in 2005?
Posted by Alberto at 12/25/2004 9:43:07 PM
Does anybody know if in the next version of visual studio will be a ListView who allows CheckBoxes in all the columns? Thank you ...more >>

Strange! Save or OpenFileDialog not showing.
Posted by Ram at 12/25/2004 8:45:55 PM
I have a strange problem. In my main application openfiledialog or savefiledialog is not showing. But the same code works when I create a sample application and paste the code there. Here is the code OpenFileDialog dlg = new OpenFileDialog(); dlg.DefaultExt ="xml"; dlg.Filter="XML ...more >>

A little C# -> VB.Net conversion help?
Posted by Jim Hubbard at 12/25/2004 7:55:07 PM
I have some C# code that is supposed to wrap the defrag APIs and I am trying to convert it to VB.Net (2003). But, I keep having problems. The C# code is relatively short, so I'll post it here..... -------- // // a set of simple C# wrappers over the NT Defragmenter APIs // // // Refren...more >>

Cannot run a command process from a Windows Service
Posted by Primo at 12/25/2004 6:55:02 PM
Hi, This problem has been frustrating me for days and I hope you experts can help me out. I am trying to run a command, which I would normally run from the command line, from within my C# application. The command runs successfully from a Windows Form but fails if the application is recasted...more >>

Response Redirect
Posted by Tom Gao at 12/25/2004 6:37:25 PM
Hi guys whats the difference between response redirect and server transfer ? Thanks Tom ...more >>

Redesign of a class that used alot of pointers
Posted by Jason at 12/25/2004 6:04:47 PM
Hi, I have this old class that was used for logging error messages and I thought it would be a good exercise (for me) to convert it to .Net specifically c#. This class uses two typed pointer lists to process log messages. One is the input queue for incoming messages and the other is the pro...more >>



Search in string
Posted by David at 12/25/2004 1:37:24 PM
Hello. I have some basic question:) How can I find last ", " symbol in string and replace it with " and "? Thank you. ...more >>

DataGridTextBox
Posted by Coffee guy at 12/25/2004 8:29:01 AM
How do I get events from the current textbox, e.g. textchanged? I have a DataGrid with several DataGridTextColumns but the textbox is created every time the user goes into a cell. I'd like a universal event catcher to validate data entry, change the cell's appearance, etc....more >>

C# Mouse click
Posted by s_shlomi NO[at]SPAM lycos.com at 12/25/2004 7:32:17 AM
Hi all Q: what is the way to programmatically imitate a mouse left click and mouse context menu click in c#? Thanks ;-)...more >>


DevelopmentNow Blog