| Thread | Last Post | Replies |
|
| Mortgage Calculation using C# .Net | 15 Nov 2005 19:13 GMT | 1 |
I am not sure if this is the appropriate forum for the question.Hopefully any discussion will be of use to C# developers involved in financial systems. I have calculated monthly payment (Capital And Interest payments) for a
|
| why dataview.count become 0 when I double click on a datagrid? | 15 Nov 2005 18:48 GMT | 2 |
I have a window application. In one of the form, a datagrid has a dataview as its datasource. Initial filtering result would give the datavew 3 items. When I double click on the datagrid to edit the selected lie item at which case I would pop up a separate dialog box to do so, ...
|
| Whats the difference??? | 15 Nov 2005 17:32 GMT | 3 |
Can someone please give me a brief explaination how each of the following differs? long lVariable; //Variable name and type. //How do the following methods differ???
|
| complex regexp problem | 15 Nov 2005 17:15 GMT | 6 |
I need to split/match the following type of (singleline) syntax on all commas (or text in between) that are not between qoutes: A,'B,B',C,,'E',F The text between quotes can be _any_ text ( except for newlines).
|
| next page loading too quickly? | 15 Nov 2005 16:53 GMT | 3 |
I'm having trouble when I leave a tabpage to go on to the next. On Focus Leave, I take a snapshot of that tab. It usually turns out ok, but often, part of the next tabpage will appear in this snapshot (an outline of a picturebox or textbox). Is there anything I can do about ...
|
| setting and getting current path of a ie window | 15 Nov 2005 16:26 GMT | 3 |
I'm creating a copy of IE using System.Diagnostics.Process and I can pass it any URL at startup, but can't find a way to check what page is open, or to send a new page. I'm implementing this for html help, and only want to change the page if the
|
| how to make a form "stick" to another window? | 15 Nov 2005 15:47 GMT | 2 |
How do we make a form "stick" to another window (something like Winamp)? I'm using C# .NET 2003. Thank you very much. Marty
|
| Modal dialog from .cs file | 15 Nov 2005 15:32 GMT | 2 |
I have a class that based on a timer will pop up a dialog based on a lasped amount of time. The problem is that in the timer elapsed event I create and use ShowDialog to show the timeout form:
|
| HOWTO Read from stdout without blocking. | 15 Nov 2005 14:50 GMT | 2 |
HOWTO Read from stdout without blocking. Please help, I have an app that is launching another process, where it is letting the new process inherit the STD-IN/OUT hanldes. The goal is to let the C# app use
|
| Application design standards | 15 Nov 2005 14:47 GMT | 4 |
I'm looking for C# application design standards in Visual studio 2005( controls & variables naming conventionas, security designs standards and application designs) Thanks in advance,
|
| Data reader Column Names | 15 Nov 2005 14:42 GMT | 5 |
While i am looping the records how i do for each field name while(objRead.Read()) foreach( {
|
| Creating a static Messages Viewer | 15 Nov 2005 14:32 GMT | 2 |
I'm pretty new to C#, and I'm quite stuck on the following problem. I would like to add to my application a Windows.Form (singleton) on which I could display a message of one of the following type : Exception, Error, Warning, Infos (with differents colors, etc).
|
| CharEnumerator | 15 Nov 2005 14:28 GMT | 1 |
what appears to be most appropriate iterating approach for CharEnumerator. Do I have to call Reset in advance of any other method member?
|
| How to read a value from a table in an Web Page(html) that I get as a attachment to my mail box.? RegEX or Streaming??? | 15 Nov 2005 14:23 GMT | 4 |
Thank you for spending your time reading my problem. I recive a daily mail with a file attached to it, the file is an HTML file containing a table of currencey values per one USA Dollar, I need to write a small Window(DescTop)- application, which will read a
|
| Serialization | 15 Nov 2005 13:48 GMT | 1 |
I'm having trouble dynamically deserializing information. The following code is what I have. It serialises fine, the Dave element is serialized as the Name of the element, not its value. On Deserialize I need to store the Name of the Dave element in Variable C
|