| Thread | Last Post | Replies |
|
| Collection Class contains | 29 Sep 2006 15:38 GMT | 2 |
I have a collection class that holds a number of clauses. One particular type of clause has a member variable called type - this is an enum. How do I check this collection class to see if it has a clause of a particular type?
|
| Generic Properties/Methods | 29 Sep 2006 15:38 GMT | 4 |
I have a collection of classes descending from a single root class (let's call it RootClass). They all currently have a property of Logical, of type Logical. However they actually return a subclass of Logical (LogicalA, LogicalB). I'm currently casting them to the right
|
| How to create files and validate them using javascript | 29 Sep 2006 15:33 GMT | 1 |
How to create files and validate them using javascript
|
| Ensure the form is disposed | 29 Sep 2006 14:53 GMT | 1 |
How to ensure that a form is disposed? When I work with modal forms I do the following: using (Form1 frm = new Form1()) {
|
| Serial unable to connect to Modem | 29 Sep 2006 14:45 GMT | 1 |
I have a modem connected to the serial port and I can communicate using Windows HyperTerminal. When I try to send a 'AT' command using the SerialPort object I get receive timeout errors.
|
| No reference!!! | 29 Sep 2006 13:31 GMT | 6 |
I have an arraylist. I copy the objects in this arraylist to a second arraylist. When I edit the objects in the second arraylist then the objects in the first arraylist are changed too.
|
| adding a reference automatically | 29 Sep 2006 13:29 GMT | 2 |
i would like to know how to add a reference automatically on starting a project. i.e like we have system,system.xml automatically getting added when u start a project, similary i have a dll which needs to be added automatically when u start a test project in vs 2005. can
|
| Open Source HTML Parsers in C# | 29 Sep 2006 13:28 GMT | 2 |
Open Source HTML Parsers in C# Hi, Im looking for HTML parser developed in C# which i can extend according to my needs are there any??
|
| How to licensce a .NET desktop application | 29 Sep 2006 12:26 GMT | 4 |
Is it possible to distribute .NET desktop appliation as "Trial" version ( limiting the usage to certain number of days ) and then for full time usage. Like the commercial softwares , they offer "Trial/Demo" versions and after purchase they work for full time and registered.
|
| Getting rid of an XML Namespace | 29 Sep 2006 12:23 GMT | 2 |
I am creating a class that is derived from one that comes from an auto-generated code from a webservice reference. The base class has certain XML attributes that are inherited in my derived class and are printed on the properties when trying to serialize the object. How can I
|
| Thread.CurrentThread.CurrentCulture problem | 29 Sep 2006 11:28 GMT | 5 |
I set the thread culture in MAIN() as below in order to show the date in format DAY/MONTH/YEAR, but the datagridview alway show the date in M/d/yyyy. How to set the default Date format from windows xp control panel by C# coding or is that any way to set the application date ...
|
| Capture Shutdown events | 29 Sep 2006 10:45 GMT | 1 |
I need to capture the shutdown events. I could listen to the SystemEvents.SessionEnding Event but this only tells me if the system log offs or shuts down but not if the shutdown is a suspend or hibernate or reboot....
|
| Importing the librsvg library to load a svg file | 29 Sep 2006 10:32 GMT | 4 |
I need to rasterize a svg file in a .NET project. Currently I'm trying to use an open source library called librsvg. I've completed all the dlls and started writing the following wrapper: [DllImport("librsvg-2-2.dll", SetLastError=true, CharSet =
|
| Convert UNC to local path on remote machine | 29 Sep 2006 08:58 GMT | 2 |
It seems like a simple question, but I am unable to find any succinct answer to this problem. If I am provided a UNC, how can I convert it to it's absolute path on the remote machine.
|
| Threading causing results to be different, Please Help | 29 Sep 2006 08:46 GMT | 1 |
I'm trying to trow in another thread into my program. What it's for is to ping a list of IPs. When it runs the Ping portion of the code, it assigns a value of 1 or 2 (pingable / not pingable) to a global int. It works great, however it's slow... If I run the ping portion of my code
|