| Thread | Last Post | Replies |
|
| Code Snippet Insertion - Where Documented | 29 Nov 2006 05:34 GMT | 1 |
Hi and Happy Holidays, While typing in a member function an errant finger triggered a bit of code snippet that throws a "not yet implemented" exception if the member is called. It happened three times in two days but I haven't been able to
|
| Problem with asp:hyperlink | 29 Nov 2006 05:17 GMT | 7 |
I have an <ASP:HYPERLINK> on a datagrid (templatecolumn) and I need to open a new window with no toolbar and specific height & width onclick of the link. I also want to pass the PK to this new window. <ASP:HYPERLINK ID="lnkNewWin" RUNAT="server" NAVIGATEURL="#"
|
| DataGridView layout control in windows forms | 29 Nov 2006 04:54 GMT | 1 |
I'm working on my first real c# windows forms - but I've done c# web development for awhile. The problem that I'm running into is with defining a layout structure for a dataGridView cell. In a gridview or a datarepeater you can use a template, but that
|
| XML Document Serialization | 29 Nov 2006 04:50 GMT | 1 |
Is it possible to serialize a property of XmlDocument type within a class? For example, I'm able to serialize the following class for the "Items" property. But when I include a property that is of XMLDocument type I will get an error.
|
| e.KeyCode in KeyDown | 29 Nov 2006 04:03 GMT | 2 |
Why does the following code char l_ch = Convert.ToChar( e.KeyCode); give me the value 226 ('â') and not 60 ('<') when I press '<' ?
|
| Using SharpZipLib and getting progress status | 29 Nov 2006 00:18 GMT | 2 |
I've been developing an app that would basically clone the functionality that apt-get does for debian and port it to windows. Yes, the whole deal - repositories, .deb clones (in this case, pgz) and the whole deal. Currently the download thats up there is really old, my
|
| Text Processing Headache - Please Help. | 28 Nov 2006 23:47 GMT | 2 |
I have been working on the following programme over the last day or so and have made a good deal of progress. It is a very simple programme, but is proving very useful as a learning aid, and will eventually be useful to me in it's own right.
|
| Converting string to double | 28 Nov 2006 22:49 GMT | 5 |
Hi, how can I parse string "? 20.000" to double ?
|
| username | 28 Nov 2006 22:48 GMT | 1 |
I am calling some code that is running as a service and am getting a NullReferenceException. I am wondering if this is the reason: m_sUserID = System.Security.Principal.WindowsIdentity.GetCurrent.Name Does this line of code work for service apps?
|
| Thread hanging/FolderBrowseDialog problem | 28 Nov 2006 22:15 GMT | 1 |
We have a strange problem. We are invoking the FolderBrowseDialog and have found that if we cancel that dialog within a few seconds of it appearing it causes one of our (completely unrelated) background threads to hang on program shut down.
|
| I'm trying to use FileSystemWatcher | 28 Nov 2006 22:12 GMT | 4 |
I'm trying to use FileSystemWatcher to determine when a new file has been added to a directory. However, after the file has been added, I need to process the file. This results in a problem if the file is large and takes time to copy, as the events appear to get received before the ...
|
| How to get static IP or name from dynamic IP | 28 Nov 2006 21:28 GMT | 1 |
Is there a way that I can connect to the internet using WCF dynamic IP. How can I get the IP address of the computer I want to connect to?
 Signature Mike
|
| Creat an Installation package for client and server | 28 Nov 2006 21:28 GMT | 16 |
I have developed an application using C# under .NET 2.0 framework. It is almost done and it is time for me to think about deploymnet to all users. I don't have any background about this and would like to see if anyone can help me get started. I have read some about clickonce ...
|
| Garbage Collection and unreferenced local variable | 28 Nov 2006 20:22 GMT | 9 |
I have a question, in the following code: using System; using System.Diagnostics; namespace ConsoleApplication1
|
| Gracefully kill a console app? | 28 Nov 2006 20:11 GMT | 5 |
Is there such a thing as a Windows standard for killing a console app that is monitored by a System.Diagnostics.Process object? I'm hosting several C# console apps in a C# Windows service and would like to standardize on a graceful termination method when the Windows service
|