| Thread | Last Post | Replies |
|
| C # installation | 27 Oct 2006 18:57 GMT | 4 |
I m new for c # pls help how to install c# in my machine Rgds, Ganga
|
| How to add a custom event source in C# / .NET | 27 Oct 2006 17:14 GMT | 2 |
I've been having a problem writing to an event to the Application log. I believe the issue is caused by the fact that the source was previously both a custom log and the source. I deleted the log using EventLog.Delete(logname);
|
| Convert Hashtable | 27 Oct 2006 16:50 GMT | 6 |
I have a Hashtable of string objects that I need to convert to a XML string. Any ideas how to do this? Thanks
|
| deserialize and utf8 encoding | 27 Oct 2006 16:39 GMT | 1 |
I'm having a problem deserializing my streams since they are utf8 encoded (they are being received over tcp/ip) so I was looking for a way to make the serializer use utf8, is there any? I'm getting the following error:
|
| ASP.NET Custom Control Questions [Newbie] | 27 Oct 2006 16:37 GMT | 1 |
Two question about ASP.NET Custom Controls 1) I am developing custom controls and was wondering how I can implement the URL ~ deal. ~/page/page.aspx
|
| Inconsistent accessiblity compiler error when putting public metho | 27 Oct 2006 16:19 GMT | 2 |
I am trying to extend TreeView to add some of my own functionality and I needed to put a public method but the compiler won't let me and I really don't understand why. I declared my class:
|
| Arrow Keys neglected on User Control | 27 Oct 2006 15:37 GMT | 1 |
/* I have problems detecting the Arrow Keys on a User Control. A control derived from System.Windows.Forms.Control neglects 'bare' Arrow Keys but does react on the combination <Alt> or <Ctrl> + Arrow Key. The code
|
| DateTime in dropdown | 27 Oct 2006 14:51 GMT | 5 |
Hi all The date values in my dropdown list appear as mm/dd/yyyy Specifically, the day always contains 2 digits. I need to set the selected index of the dropdown to the date that
|
| Unicode Encoding | 27 Oct 2006 14:46 GMT | 8 |
I have a windows application that I need to encode a string using Unicode. The example I have been given to use is a Web-Version. Below is the webcode. Response.ContentEncoding=System.Text.Encoding.Unicode; Response.ContentType = "application/postscript";
|
| App crashes in InitializeComponent(); | 27 Oct 2006 14:44 GMT | 9 |
I have a strange (to me) problem with a c# forms application that I am developing. The application is installed on approxmatly 30 Windows XP machines and until recently they all worked perfectly. However since I have updated the application to a new version one of the machines ...
|
| Form Icon | 27 Oct 2006 14:17 GMT | 3 |
I have an application that's being deployed using ClickOnce. Once deployed and installed on client machine, the form icon that I have added using the designer won't show up in any of the application forms. However, this only occures on one machine running windows 2003 server.
|
| Security Issue in Service | 27 Oct 2006 13:30 GMT | 1 |
I've run into a bit of an issue and I was hoping that someone here could help me. I have inherited a Windows Service written in .Net 2.0 (C#) from a previous employee. It build successfully and I am able to install it on the target machine via installutil but when I attempt to
|
| How to access files in a remote system | 27 Oct 2006 12:55 GMT | 1 |
I want to connect to a system remotely in .net and also i need to access the files in the remote system. Can any body help me. Thanks in advance. Regards,
|
| C++ / C# Interop - Returning a char ** | 27 Oct 2006 12:16 GMT | 3 |
, This is my first post - please go easy...! I have a DLL written in C++ that has the following function exported from it -:
|
| Since we cannot unlaod a assembly,Is there any reference about this indicate that this problem won't make smartclient use up memory? | 27 Oct 2006 10:24 GMT | 3 |
I have raised a discussion about assembly unloading.But we can't get a final solution. Since we cannot unlaod a assembly,Is there any reference about this indicate that this problem won't make smartclient use up memory?
|