| Thread | Last Post | Replies |
|
| How to readfile in a stream array | 14 Dec 2005 14:29 GMT | 2 |
Hi !! Could some one perhaps give me a bit more info on reading the data in a stream? We use readfile at the moment to get the data from a buffer from the port.
|
| Need a Close Watcher of Files | 14 Dec 2005 14:19 GMT | 1 |
C# has a good class FileSystemWatcher. But how can I manage to collect data such as 1. If the file is copied / moved / cut - pasted / dragged - copied to other location - need to know the location also where moved
|
| getstockobject | 14 Dec 2005 14:16 GMT | 1 |
i m developing an application on compact framework using c# in which i need to use getstockobject pinvoke for which i need to get the constant values for NULL_BRUSH,HOLLOW_BRUSH used as a parameter in getstockobject call.
|
| Rebuilding from command line /rebuild | 14 Dec 2005 13:56 GMT | 2 |
I am trying to use an executable which when an option is clicked, it goes out and rebuilds a .sln file. I read about devenv and /rebuild, but I am still confused. Would I run something from a command prompt using a process?
|
| How C# Regex to express "IDENTIFIER = ON/OFF" | 14 Dec 2005 13:05 GMT | 2 |
User has a input as "SwitchName = ON" or "SwitchName = OFF", how to use C# Regex to get SwitchName and the value? Regex.Match(line, @"(\S+) = {ON|OFF}") does not work.
|
| C# Excel file can't be opened normally | 14 Dec 2005 12:43 GMT | 1 |
My C# Windows Form application has a form frmExcel which will write data to an Excel 2000 file MyExcel.xls. But if the application is still runnig then the MyExcel.xls can not be opened normally.
|
| Smart client - general data access best practice question | 14 Dec 2005 10:44 GMT | 3 |
Kind of an open question on best-practice for smart-client design. I'd really appreciate anyones views (preferably with reasoning, but I'll take what I get...). Or if anybody has any useful links on the subject? (and yes, I have already googled it at length, but still no strong ...
|
| DataSource and Interfaces | 14 Dec 2005 10:22 GMT | 2 |
This is probably a yes/no answer... I have a datasource for a combobox, and my datasource is an IList. This list may be composed of two class types, but all implement an INavItem interface consisting of an ID, and Display field.
|
| DataAccess Class | 14 Dec 2005 10:20 GMT | 4 |
Hi, I'm developing a simple DataAccess class using VB.NET and C# 2005 and currently query a SQL Database with the class which returns an ArrayList object. Only about 50 rows or so. This works fine. From my main form, I simply loop thru the arraylist and populate a
|
| Http server - Header problem | 14 Dec 2005 10:18 GMT | 1 |
I need to have a simple http server in one of my applications. It's just for a little text data so i wanted to write my own. So i have a listener on port 80 and i'm using async methods to receive / send data. My problem is, i found lots of sample web server
|
| Custom KeyCollection | 14 Dec 2005 10:05 GMT | 10 |
I am trying to create a custom KeyCollection that will only allow my domain objects to be added to the Collection. I was hoping I could achieve the following implementation. GenericKeyedCollection<int, Person> collection = new
|
| The 64 bit question | 14 Dec 2005 10:02 GMT | 2 |
I have a pretty nice box in production (2 dual core Opterons) and it is running the 32-bit version of Windows Server 2003 and 32-bit version of SQL Server 2000. The application that's running on it is very performance sensitive and runs 24x7x365. However, after a bit of
|
| Events - Delegates - Inheritance | 14 Dec 2005 09:47 GMT | 4 |
There are a set of clients who need to be notified of certain events. I have used events and delegates (publisher-Subscriber model) for the notification mechanism. All the clients register with the event publisher and subscribe for the events that they are interested in. When a ...
|
| COM objs problems with .net | 14 Dec 2005 09:16 GMT | 5 |
I am have a COM object which occupies more and more memory everytime it's used. The "VM size" counter (private bytes) of the process that uses the COM object keeps on growing when instantiating and using the object frequently.
|
| Unable to read data from the transport connection | 14 Dec 2005 08:04 GMT | 4 |
Hi to all, Im searching a hand to solve an Exception that i get when i try to give the user to a gmail account... Any help would be appreciated.. Thanks in advance
|