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