| Thread | Last Post | Replies |
|
| DataGridView DataTable(DataSet) and Thread safety | 20 Jun 2006 11:03 GMT | 1 |
I have a DataGridView, bounded to a DataTable which is populated/updated by a OleDbDataAdapter (with OleDbConnection) to an Access Database. (Sounds familiar to some of you ... I have posted a number of related questions already.)
|
| Windows form's refresh method does notwork | 20 Jun 2006 09:13 GMT | 2 |
My windows form "Form1" has one Button "button1" and one TextBox "textBox1". When I click button1, it do a job for each file in a directory. The job include some platform invoke call. Before processing a file, I set textBox1's Text property as filename of the file processed, and ...
|
| Winzip file want extract | 20 Jun 2006 07:34 GMT | 2 |
I have a program that unzips a file and processes the extracted file. This works fine on my local machine but when I run it on a Win 2003 server I receive the error, "Windows has blocked the file c:\program\file from being extracted.
|
| Automating Backup using C# | 20 Jun 2006 06:32 GMT | 1 |
Hello, I'm developing a small web application that will in some stage add backup tasks to the task scheduler. The application is responsible for backing up files. I want to use ntbackup for this but i dont know how to launch the utility from C#/ asp.net and pass parameters.. Any
|
| Reading CPU fan speed | 20 Jun 2006 06:27 GMT | 2 |
Is there a standardized way to read the CPU temperature and/or fan speed?
|
| DataAdapter.Update() and DataTable.GetChanges() side effect. | 20 Jun 2006 03:46 GMT | 4 |
Got a question about the side effect of DataAdapter.Update() and DataTable.GetChanges(). Say I set up a DataTable and a DataAdapter in a class. Delete (Not remove) a row in the data table and call the following method.
|
| Databound combobox, new and selected value confusion. | 20 Jun 2006 03:28 GMT | 2 |
I have a combobox that is very much like the one found in the RSS project here: http://msdn.microsoft.com/vstudio/express/visualCSharp/learning/ My projectNameComboBox basically is filled with a list of values from a
|
| Raising an event outside of the class | 20 Jun 2006 03:23 GMT | 3 |
I have searched on the net quite a bit, but the more I read, the more confused I get. I want to see if I can raise an event out side of the class. I believe this can be done in VB (at least VB 6.0) by calling raise event ....
|
| How to use events to cross threads? | 19 Jun 2006 23:54 GMT | 15 |
I have an object that starts a thread to do a "process". One of the steps inside this thread launches 12 other threads via a Delegate.BeginInvoke to process. After these 12 threads are launched, the main thread waits. At the completion of each subthread, the mainthread checks all ...
|
| User Name and Password in Config file | 19 Jun 2006 23:35 GMT | 1 |
I need to store username and password in my windows application app.config file, from my application I am communicating to an external system (CICS). I believe, one of my options is to encrypt this in config file and
|
| Namespace elements cannot be explicitly declared as private, protected, or protected internal | 19 Jun 2006 23:14 GMT | 4 |
maybe its just been a long day, but i have a question about call access modifiers in C#. Consider the following code. namespace Application {
|
| DataGridView Button Columns not triggering CellClick Event | 19 Jun 2006 22:36 GMT | 1 |
I have a very basic Datagridview that I have setup from code. I added a buttonColumn from code and setup a CellClick handler. When i click the buttons nothing happens. I assume I have to wire up the buttons but I can't find any examples on this. In addition the New Row ...
|
| float arrays from C++ to C# | 19 Jun 2006 21:43 GMT | 1 |
I'm trying to develop a graphical user interface for a renderer i've got written in an unmanaged C++ DLL with C#. During the rendering process, several images are sent to a delegate as float* arrays as follows:
|
| log4net. Where to put BasicConfigurator.Configure() when your code spans multiple projects | 19 Jun 2006 21:42 GMT | 6 |
I've decided to use log4net for my logging/tracing. In the example on the site it shows using main() to setup the root logger and then using the LogManager within your classes to create more loggers (subloggers). This is nice since I can use just one
|
| Schema problem - sqlmembershipprovider created on MSSQL2005 then moved to 2000 | 19 Jun 2006 21:12 GMT | 2 |
Bit of an odd one - very basically I created an app using the SqlMembershipProvider in VS.NET 2005, and I did it on a MS SQL 2005 server. However, I then find out that for other reasons, I cannot use MS SQL
|