| Thread | Last Post | Replies |
|
| Get this compile error "Could not copy temporary files to the output directory." | 28 Mar 2006 15:12 GMT | 3 |
When I build an exe file that use 6 class library dll I get this error. Could not copy temporary files to the output directory. The file 'MeltPracStorage.dll' cannot be copied to the run directory. Det går inte att komma åt filen eftersom den används av en annan process.
|
| Improving perfromance | 28 Mar 2006 15:10 GMT | 11 |
I have a application that connects to a sql server database. I have many rows about above 100,000 records and when I want to fill my sqlDataAdaptor and show results in a grid it takes above 15s,how Can I improve this ??
|
| Lots of updates in a window. | 28 Mar 2006 14:55 GMT | 3 |
I am going to be doing lots of stuff to my window that is currently being displayed to the user. (Moving controls around, hiding some, making some visible, ....) Is there any way I can turn off the refresh while this is going on? I don't want the user to see the stuff moving ...
|
| How to I get number of item in an enum | 28 Mar 2006 14:51 GMT | 3 |
Hello!! Is it possible to get the number of items in an enum. //Tony
|
| XML file created using XmlTextWriter | 28 Mar 2006 14:45 GMT | 2 |
I created xml file using XmlTextWriter. When I opened the xml file using binary editor, the first 3 bytes of the xml file consist of EF, BB, BF respectively. Is there any way I can generate the XML without the mentioned 3 bytes (EF, BB, BF) ? Thanks in advance.
|
| ComboxBox Selection | 28 Mar 2006 13:52 GMT | 3 |
If I have a table with say Id (key) and Desc, and a ComboBox box.DataSource = table; box.ValueMember = table.IDColumn.ColumnName; box.DisplayMember = table.DescColumn.ColumnName;
|
| asynchronous methods or create my own threads? | 28 Mar 2006 13:36 GMT | 2 |
here is my task: I am writing a command line utility that I can use to quickly reboot some wireless access points (why? short answer: budget). That part is already done. All it does is send the url that is essentially the command to reboot
|
| Simple database - what's the easiest way to implement? | 28 Mar 2006 13:27 GMT | 5 |
Im in the process of writing a simple application. I have a form which has on it five text boxes. I would like to store information that is entered into these text boxes in a small database. My question is what is the simplest most effective
|
| Panels and scrolling | 28 Mar 2006 13:08 GMT | 1 |
Suppose you've got a small Win Forms project and on one of the forms, there's a panel. In this panel, you programmatically place maybe 40 controls, which will force the panel to scroll. You set the panel to AutoScroll.
|
| Global Variables | 28 Mar 2006 12:35 GMT | 1 |
I am trying the follow the following MSDN tutorial: Walkthrough: Authoring a Simple Multithreaded Component with Visual C# (ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxmclicc/html/7bc03b7b-d680-499b-8179-5f414b2d650c.htm) The tutorial says:
|
| XML => Class | 28 Mar 2006 11:14 GMT | 1 |
All, Is there any way to create a class from the XML file or at least to simplify the process of the creation of the class knowing the XML file format, its structure, etc.?
|
| Logic(Array) in C#(V1.1) | 28 Mar 2006 09:53 GMT | 1 |
What is the logic to compare Values. First array={5,5,6,7}; Second array={5,3,3,2}; Explanation:
|
| using ElapsedEventHandler and Label | 28 Mar 2006 09:44 GMT | 3 |
Its supposed to be a very simple program, with a class to display the updated current time every second (CAnalogTime) inside a Label in my form, using ElapsedEventHandler from System.Timers; The event is working, because the displaybox will show up every second
|
| System.IO errors when accessing MP3 via filestream? | 28 Mar 2006 09:18 GMT | 3 |
When users access my page to listen to an MP3 file, I send them to an ASPX page that does some necessary server-side database logging first and then returns the MP3 file using the filestream object. It works for the most part, but when I check my error logs, it's clear
|
| C# and MSN | 28 Mar 2006 09:16 GMT | 3 |
It comes to my mind last night that since I am using the MSN from time to time. Is it possible to write a small C# program so that the Messenger will respond some word or picture given that I don't respond within some time
|