| Thread | Last Post | Replies |
|
| Using BackgroundWorker | 22 Nov 2005 07:52 GMT | 3 |
I've been experimenting with the BackgroundWorker class. As a test, I've built an application that searches for files matching a RegEx and populates a listbox with the results. My approach is to search directories recursviely andcall ReportProgress once
|
| File.Move large binary file | 22 Nov 2005 07:14 GMT | 5 |
How does File.Move implmented? I am like to use it a lot but when I come a cross a large file >500 MB my UI is freezed. I think about implement my own fileMove function but I am not sure what
|
| OleDbData Provider for Access + DataGrid shows '0' instead of '1' | 22 Nov 2005 06:05 GMT | 2 |
Very strange problem: Executing my query against MS Access database using OleDbProvider for Access, I am getting the value for first two columns '0' instead of '1' in DataGrid. But if I connect to SQL Server using OleDbProvider, it shows me the correct value i.e. 1 wherever it ...
|
| SmtpClient SSL issue. | 22 Nov 2005 05:49 GMT | 1 |
I am trying to connect to my SMTP server using the SmtpClient class. For some reason its refusing to work. Here is the code and the error I get. ----------------------------------------------------------- The code (I changed the server, user, and pass for obvious reasons):
|
| Runtime library version. | 22 Nov 2005 05:39 GMT | 3 |
Can programs compiled with .NET 1.1 run on machine with only .NET 2.0 ? Thanks
|
| storing columns of database into hashtable. | 22 Nov 2005 05:05 GMT | 3 |
i want to store all values of particular table into hashtable. Say suppose i have one table empployee with primary key as empid. what i want is to store all empid into hashtable. Does any one know how to it without inserting empid one by one.
|
| Grid Control | 22 Nov 2005 03:07 GMT | 8 |
What is the limit on number of colums for Grid Control in VS 2003? Thanks Peter
|
| online/offline status | 22 Nov 2005 02:19 GMT | 3 |
I'm trying to develop a program in C# that will change 'label1' in my form to "online" if a server is present on 127.0.0.1:8080 and "offline" if it is not. I was playing around with this:
|
| how to save a picture object embed in word as a file ?help!! | 22 Nov 2005 01:37 GMT | 2 |
ÇçÌì I have a word document and it has a picture object, I want save the picture object as other single picture file by C# program. I have a idea, by clipboard, copy the picture to clipboard, and then save as a file from
|
| Socket programming | 22 Nov 2005 00:20 GMT | 5 |
If this is the wrong group for this posting please let me know and I'll move it. I have an application that has an ArrayList of sockets to clients. For standard one-to-one messages my application works great, the problem is
|
| looking for a product for creating advanced grid | 21 Nov 2005 23:33 GMT | 3 |
Hello!! We are using .NET C# so the product must use this language. The existing controls within .NET is not good enough so I'm looking and evaluating other products.
|
| designer support : browsing for a file | 21 Nov 2005 23:24 GMT | 1 |
I managed to put properties of a usercontrol in the designers properties window. I can enter a string, but i would like to browse for a filename (like when setting the image property for an image control )
|
| Console.Write - rounds.!!! | 21 Nov 2005 23:22 GMT | 3 |
I have a numerical problem. Iam calculating vector is that is 0.xxxxxxxxxxx and the calculating error for this vector. After that i correct first vector.
|
| how best to represent this? | 21 Nov 2005 23:07 GMT | 1 |
Ok, concerning my little pet project...I have int arrays of the following sizes: panel[][,] AND
|
| HelpButton with MaiximizeBox and MinimizeBox = true ??? | 21 Nov 2005 22:46 GMT | 3 |
Hi! I need to display the Help Button together with Maximize and Minimize buttons on all my Winforms. From MSDN, "The value of the HelpButton property is ignored if the maximize or minimize boxes are shown"
|