| Thread | Last Post | Replies |
|
| Display Caspol.exe -lg output in a Form TextBox | 29 Nov 2006 14:57 GMT | 1 |
I am just writting a small utility to fire off some Caspol commands I can run Caspol.exe -lg to see the security settings for DotNet thru command line Is there a way to get what Caspol.exe -lg displays into a textbox on a
|
| What the book I should to choose about ASP.NET2.0 with C#. | 29 Nov 2006 14:48 GMT | 1 |
I would like to buy a book about ASP.NET2.0 with C#. I have chosen two book , - Professional ASP.NET 2.0 by Bill Evjen
|
| ReportViewer Does not display | 29 Nov 2006 14:44 GMT | 2 |
I have a reportViewer object looking at a remote report. The good news is that I can press the PDF or Print button, and the report coems out just fine. I can also go to the report URL directly, and it works just fine. However, with the report viewer on my page, I cannot see
|
| oops questions c# | 29 Nov 2006 14:41 GMT | 14 |
I want a method in my base class to be overriden by all derived classes.My base class cannot be a abstract class. Also I dont want to explicitly implement an interface for all derived classes. How do i do it?
|
| Sending SOAP Messages Asynchronously | 29 Nov 2006 12:59 GMT | 4 |
I've got a soap message as a string and would like to post it to a webservice (in C#) asynchronously: For example something like: string soap = "<soap:Envelope >...<MyMessageBody>....</soap:Envelope>";
|
| Combobox Value Properties | 29 Nov 2006 12:20 GMT | 1 |
How do I get/set the value property of the combobox??? (similar to value field in the html below <OPTION value=1>Blah</OPTION> <OPTION value=2>Foo</OPTION>)
|
| enumerate iso currency codes | 29 Nov 2006 12:00 GMT | 3 |
I know this is a property of the RegionInfo class. I figure somewhere in the framework is the actual enumeration, which I would like to use. I want to use it to support a Money class I need, along the lines of Fowler, which would have an attribute of Currency.
|
| Dynamically resize form and add text? | 29 Nov 2006 11:45 GMT | 1 |
I will outline what i'm trying to do here, and would really like to here your suggestions of how I can do it please. I have some code which finds the open internet explorer windows. I would like to display a form that allows the user to choose one of
|
| String format... | 29 Nov 2006 11:11 GMT | 3 |
i have this structure... struct tFullTime { public int Year;
|
| Hooking events post deserialisation | 29 Nov 2006 10:05 GMT | 7 |
I have a custom collection which derives from Collection<> which stores a number of objects. Before each item is added to the collection - an event which it exposes is hooked by the collection and the re-fired to its parent.
|
| Need Help getting values from bits. | 29 Nov 2006 09:50 GMT | 2 |
First, thanks for any time you spend helping me, I'm at a loss. I'm not bit-savvy, so I apologize if this is extremely simple, or I am going about this the wrong way. I am trying to take a byte array and extract some information from that
|
| Converting an application to work on a network | 29 Nov 2006 09:32 GMT | 17 |
I have converted a number of applications to enable them to work together on a network. I have been led to believe that I can do this as follows: FileStream fs = new FileStream(some code); while (!fs.CanRead){allow the processor to handle another thread;}
|
| C# Delphi HashTable | 29 Nov 2006 09:31 GMT | 4 |
do you have any idea which Hashtable takes more memory ...I mean if we declare Hashtable in C# and in Delphi which one take more memorey? any idea ? regards,
|
| How to place the contextmenustrip at left mouse button. | 29 Nov 2006 08:38 GMT | 1 |
On mouse left click when I show the contextmenu it displayed upper corner of the form,Even if I add the property top, bottom of the context menu it remains on the upper corner. Is there any way to open the context menu at the mouse
|
| How to get local machine name and IP address? | 29 Nov 2006 06:08 GMT | 5 |
Hi, here, How to get local machine name and IP address? Thanks.
|