| Thread | Last Post | Replies |
|
| ListView with Icons | 15 Mar 2006 16:04 GMT | 1 |
I have a listview with the View property set as Details. I have set 4 columns, and now I am trying to set some Icons on the column headers. Is this possible? Thanks in Advance
|
| wrapper in .NET 1.1 to call a .NET 2 | 15 Mar 2006 15:59 GMT | 2 |
I have a .NET 1.1 application that load and call a custom assembly. Problem is that this is working only with .net 1.1 custom assemblies, and I have no access to the code for this application. Is it possible to create a wrapper assembly in.NET 1.1 that could load and
|
| Split string to NameValuecollection | 15 Mar 2006 15:37 GMT | 5 |
I have a string like this: key1="value 1 with blanks" key2="another value" How can I import this two pairs of Name/Value into a NameValuecollection?
|
| Web Form Designer generated code | 15 Mar 2006 15:35 GMT | 7 |
Dear colleagues, Does anyone have an idea where I could find precise and detailed explanation of each and every statement of the following “Web Form Designer generated code”:
|
| Strange thing about System.Console.Read()??? | 15 Mar 2006 15:35 GMT | 4 |
for the following code snippet: int k; char c; while (true)
|
| A problem with UserControls and MessageBoxes | 15 Mar 2006 15:20 GMT | 3 |
I am currently investigating a very annoying problem with one of our applications. We have a UserControl that runs in IE. As the control fires up the constructor does some status checking and if the
|
| How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? | 15 Mar 2006 15:08 GMT | 3 |
How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? How to specify which account that aspx application should use when doing file IO from network paths?
|
| ascii char set | 15 Mar 2006 14:54 GMT | 2 |
I'm trying to parse a binary file to help me with some analysis...what I'd like to do is take a byte of data and display its ascii char value (37='%', 38='&', etc.). private void ParseFile(string fileName)
|
| MessageBox.Show and program behaviour | 15 Mar 2006 14:26 GMT | 2 |
Why does the MessageBox.Show function in the thread below changes the program behaviour, in other words, the APListView becomes filled with values with a call to RefreshAPListView. Without the MessageBox.Show function, in my laptop, the code doesn't get past the inner loop where
|
| Sending SMS in .NET | 15 Mar 2006 13:25 GMT | 8 |
We appreciate if you let us know how to send SMS using .NET.
 Signature Mike
|
| Non-default values for a struct ? | 15 Mar 2006 13:03 GMT | 3 |
struct MyStruct { int value = 64; // does not compile public MyStruct()
|
| Dynamically changing HTML in page beofore output to user | 15 Mar 2006 12:35 GMT | 2 |
I have a problem, and for some reason I have not been able to find an answer on the net. In a nutshell, I have some codes on my page, which I want to change to an appropriate string (from a hashtable). Since I do not want to pass
|
| How can I place text in the rowheader column of my DataGridView in C# | 15 Mar 2006 12:33 GMT | 1 |
Hi Team, This is saravanan i am new to C#.. I am using VS2005 for my windows based application.. I am using DataGridView to show the values.. What i want is i want to display the text in the rowheaders of the
|
| How to change the following code to using x509 certs in a cert store the local machine? | 15 Mar 2006 11:10 GMT | 2 |
HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(ConfigurationManager.AppSettings["URI"]); req.Proxy = new System.Net.WebProxy(ConfigurationManager.AppSettings["ProxyString"], true);
|
| Unable to load DLL - The file is there | 15 Mar 2006 11:03 GMT | 7 |
I have a problem loading a DLL file that is exactly in the same directory of the executable. The DLL is not in .NET format but can be accessed through P/Invoke. This never happened to me.
|