| Thread | Last Post | Replies |
|
| IrDA from C# | 11 Dec 2006 06:01 GMT | 1 |
Are there any C# project samples using IrDA ?? Thank you asdf
|
| gridview row backcolor | 11 Dec 2006 04:57 GMT | 1 |
Can anyone help me in changing backcolor of row in run-time? I was looking in he site but couldn't find good example on how to do it. TIA.
|
| Dynamic event handler | 11 Dec 2006 04:03 GMT | 1 |
I am creating new child forms in MDI app. I want different (behaviour) event handlers of paint event to be created for each child form. Each child has different handler. Any idea if it can be done easily at run time?
|
| using a for loop to determine maximum value of an int variable | 11 Dec 2006 00:24 GMT | 29 |
I'm trying to investigate the maximum size of different variable types. I'm using INT as my starting variable for exploration. I know that the maximum number that the int variable can take is: 65,535. But i'm trying to write a program to test this, assuming I didn't know this
|
| class within class, design stuff, need expert opinion | 10 Dec 2006 23:41 GMT | 3 |
Hi to all! I am writing an implentation of the a-star algorithm in c#. My message is going to be a little bit long, but this is in order to be as specific as possible. My question has nothing to do with the algorithm. It is related to
|
| .NET 2003 / SQL Server 2005 | 10 Dec 2006 22:45 GMT | 1 |
I have recently upgraded to SQL 2005 because a client has also upgraded to SS05. To keep the .NET Visual studio compatible I need to uprade to VS 2003 (7.1) with SP1 installed over that. One of the crucial things in V7.0 which does not work with SS05 is the SqlDataAdaptor which ...
|
| Howto get just servers from Active Directory | 10 Dec 2006 22:31 GMT | 7 |
I'm using the following code to get the list of computers joined to a domain in Active Directory and using the System.DirectoryServices namespace. DirectoryEntry dirEntry = new DirectoryEntry("LDAP://spencenet.com");
|
| LINQ implementing IEnumerable<T>, IEnumerator<T> | 10 Dec 2006 20:03 GMT | 5 |
I am trying to implement a collection that implements IEnumerable<T>. I keep getting the following error 'IEnumerator<...>.Current' in explicit interface declaration is not a member of interface. Please help me resolve the error
|
| Localizable and ImageList | 10 Dec 2006 18:31 GMT | 1 |
When Localizable = True for my Form, the ImageList of my TreeView control doesn't show any image anymore (blank instead). The strange thing is that the problem doesn't appear in another Form, and i can't see any difference between the two codes.
|
| Find (string) | 10 Dec 2006 17:35 GMT | 2 |
I want to implement "wild card" search by searching files with *name* criteria. What is the best way? Should I do foreach to all names or maybe there is a better way?
|
| Is there any way to pass an unbound generic type to another class? | 10 Dec 2006 17:08 GMT | 4 |
I want to define a class that has a generic parameter that is itself a generic class. For example, if I have a generic IQueue<T> interface, and class A wants to make use of a generic class that implements IQueue<T> for all types T (so it can make use of queues of various object ...
|
| Headaches with VS2005 conversion | 10 Dec 2006 14:50 GMT | 1 |
Have upgraded to VS2005 Standard edition (from 2003), and the first task was to convert an existing web project, get it working and then start coding using some of the new functionality of ASP .NET 2 - opened the solution, conversion went without any problems, and spent the
|
| Files | 10 Dec 2006 14:07 GMT | 6 |
I have a current directory and i want to retrive files drom Date A till Date B. How can I do it in c#? Thank you!
|
| System.Management - Call Remote Script | 10 Dec 2006 12:01 GMT | 1 |
There is no error or exception for the code below. It works fine with the calc.exe. But it fails when i call the script. For your information, strScript is the remote script and strFileName is the arguments that passed in to the remote script. May i know anything
|
| hi?please help | 10 Dec 2006 11:38 GMT | 9 |
hi all! who know arrays on visual basic please tell me.... thanks..
|