| Thread | Last Post | Replies |
|
| ListView how to change text | 20 Oct 2006 16:26 GMT | 3 |
I need to change the text of my listview item (not a subitem) the control will not have the current focus. I have tried the following without any luck: ListView1.Items[0].Text = "XXXX";
|
| How do I get System.Net.IrDA namespace in C# express | 20 Oct 2006 16:13 GMT | 6 |
I cannot seem to locate the System.Net.IrDA namespace in C# express. Where could I get this dll?
 Signature L. A. Jones
|
| XML Editors? | 20 Oct 2006 16:04 GMT | 2 |
Hi, I'm just working on a hobbyhorse command-line app for modders on TA-Spring. The app is configured using XML deserialization, and I've generated XSD to make designing the confuration XML files easier... and in Visual Studio it's relatively painless.
|
| Translating old C to C# | 20 Oct 2006 15:57 GMT | 4 |
How to translate a old (dos) C application to C# ... Suggestions, <Harvey Triana />
|
| How to add web spaces at left and right without affecting contents | 20 Oct 2006 15:53 GMT | 2 |
Not sure if here is the right place to ask but I have trouble to access forums.asp.net. I am using C# in VWD. Goal: I want to add the left and right spaces like http://www.dotnetnuke.com/. if
|
| progress bar | 20 Oct 2006 15:35 GMT | 3 |
How to use progressBar with loading picture into pictureBox. Code: private void InitializeMyTimer() {
|
| What codec is required for a file? | 20 Oct 2006 15:28 GMT | 1 |
Can anybody tell me how to tell what codec is required for a file programmatically. I will have users uploading a file to our server and I want to limit the codecs we allow because the machine that is playing them back will only have limited codecs available.
|
| C# 2.0 + MS Access == Error | 20 Oct 2006 15:27 GMT | 3 |
I am using C# 2.0 along with MS Access database. All my queries are working perfectly fine, but one inner join query is ocntinously throwing. I ahve tried it both from code and running explicitly throw query builder, but to no avail. Query is
|
| would you ever add a console app to the GAC? | 20 Oct 2006 15:07 GMT | 2 |
I was toying around with assemblies, signing and adding them to the GAC. I was mistakenly thinking that if I added a console app to the GAC it could be run from anywhere (anywhere meaning as if the path to the exe was added to your environment variables).
|
| Multiple Delimiter in a single string! How to count those as one? | 20 Oct 2006 14:53 GMT | 2 |
A pretty frustrating question to ask! I use the string [] something = stringx.split (delimiter.tochararray()) mathod to delimit a long string by space! So supposely if the stringx is :
|
| TcpClient and SocketException | 20 Oct 2006 14:28 GMT | 6 |
I am developing a C# application to send requests to mail server to check email addresses validity. I use a TcpClient object to connect to it with the Connect(String hostname, Int32 port) method. When I use my application at home I don't have any problem to connect and
|
| Interface Inheritance | 20 Oct 2006 14:09 GMT | 9 |
Not sure if this is the correct way to go about this, but it seems correct. I'm trying to eliminate dependencies through interfaces and want to minimize casting as much as possible, as a result I have interface inheritance setup like so
|
| Add to elements of a string array | 20 Oct 2006 14:04 GMT | 4 |
I have a file list box with which i am passing the selected items to a string array (using copyTo), however i also need to pass the path of the FLB with each string in the array. Is it possible to add this to each element of the array or is there another approach i could take.
|
| RUNNIG EXE FROM QUERY ANALYSER | 20 Oct 2006 13:56 GMT | 1 |
I have a c# application. When I compile it produces exe file automatically. I want to run it from Query analyser. I tried exec master.dbo.xp_cmdshell
|
| XAML - System Requirements | 20 Oct 2006 11:46 GMT | 7 |
I would like to write a .NET application which uses XAML. The following is my system's specification: Operating System : Windows XP .NET Framework : 1.1
|