| Thread | Last Post | Replies |
|
| Pausing the console program before it returns | 02 Dec 2006 14:37 GMT | 5 |
Right now my solution to this is adding Console.ReadLine at the end but I'm wondering if it's possible to do it automatically? If I chose "Start without debug" it does just that, it pauses right before the console window closes, but "Start with debug" closes the window right
|
| Editable Datagrid C# Windows Application Help | 02 Dec 2006 14:19 GMT | 1 |
I want to build a windows application that has a datagrid filled with data. When a person modifies information on a single cell, it updates the database without the user having to click on a save button. Any ideas on how I can accomplish this?
|
| Remoting Singleton Issue | 02 Dec 2006 14:13 GMT | 6 |
Hello google group peeps, I am new to remoting, but have a grasp of it. I am trying to create a server/client application, which will be deployed over an intranet. I have upwards of five clients that connect
|
| Issues with inheriting from MarshalByRefObject | 02 Dec 2006 08:02 GMT | 4 |
I am in a jam. Since C# (or the CLR) doesn't support MI i need to create either two inheritance hierarchies or have all my object inherit ultimately from MarshalByRefObject. I noticed that Windows.Forms.Form also ultimately inherits from
|
| Valid Characters | 02 Dec 2006 05:41 GMT | 13 |
I'm trying to ensure that all the characters in my XML document are characters specified in this document: http://www.w3.org/TR/2000/REC-xml-20001006#charsets Would a function like this work:
|
| ABOUT ASP.NET2.0 | 02 Dec 2006 02:27 GMT | 2 |
i am new to .net so please give some guide tips about .net2.0 please tell any books in basiclevel nd detailed inASP.NET 2.0 CONSIDER THIS...
|
| Can I not pass DataView across .NET Remoting? | 02 Dec 2006 01:54 GMT | 1 |
Can I not pass DataView across .NET Remoting? Thanks, Ron
|
| Dynamic casting | 02 Dec 2006 00:39 GMT | 8 |
Suppose I have a Cookie class and a Factory Class. There are many types of Cookies and maybe one or more Factories with a ProcessCookie Method. Suppose all the PutInBox method does is decide what colour box to put the cookie into. But since the colour of the box depends on ...
|
| Problem with multi-line const strings and Environment.Newline | 01 Dec 2006 23:33 GMT | 11 |
I want to declare a const multi-line string inside a method, and I am having some problems using Environment.NewLine. I started out with: class foo {
|
| Regex first match | 01 Dec 2006 20:19 GMT | 5 |
I have the following code : string sData=@"{\*\bkmkstart adresse1} FORMTEXT }{\rtlch \af0 \ltrch \f1\fs22\insrsid16733897\charrsid10567516 {\*\datafield 000000000000000008616472657373653100000000000000000000000000}{\*\formfield{\fftype0\fftypetxt0{\*\ffname
|
| ProducerConsumer Threads | 01 Dec 2006 20:07 GMT | 2 |
I wrote an App that checks some Emailaddresses from our Database ( more than 500'000). So I wrote a Multithread App. I have a Queue defined as follow: ProducerConsumer prcEmailProcess = new ProducerConsumer();
|
| DirectoryServices: How to remove user from AD | 01 Dec 2006 20:07 GMT | 1 |
I cannot figure out how i can delete user in AD with DirectoryServices using ldap query? Thanks
|
| Derived class Interface method needs to call Base Class Interface Method | 01 Dec 2006 18:57 GMT | 2 |
In a derived class I am trying to redefine the implementation of a interface method defined in a base class - the base class interface method was not declared virtual. I have yet to actually test this approach, but it looks ugly. Is there any
|
| How to locate assembly-qualified name | 01 Dec 2006 18:41 GMT | 2 |
How can I convert this: "System.Windows.Forms.Form" to this: "System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0,
|
| using ref keyword performance | 01 Dec 2006 17:51 GMT | 6 |
Can you explain why using ref keyword for passing parameters works slower that passing parameters by values itself. I wrote 2 examples to test it: //using ref
|