| Thread | Last Post | Replies |
|
| Datetime Question | 18 Jul 2007 21:51 GMT | 2 |
Is there a way to format the date into an YYYY:MM:DD format? Right now January, for example, is equal to 1, instead of 01. Is there a way, besides writing a long if/then, of formating all single digit dates to prefix a 0?
|
| BCD-Decimal | 18 Jul 2007 21:42 GMT | 4 |
I am trying to figure out how to convert a BCD number to its decimal equivilant.
|
| asp.net using c# | 18 Jul 2007 21:19 GMT | 1 |
how I can get the value from a selected row in put it in a textbox field EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com
|
| <Newbie> DataGridView control | 18 Jul 2007 21:10 GMT | 1 |
I attempted to post this previously but am not sure what happened so here goes again. I am new to C# programming and am looking at developing GUI's, as a mini project i want to be able to list say a bunch of filenames along
|
| charting | 18 Jul 2007 20:59 GMT | 4 |
Hi, can anyone suggest how to go about charting. Id like to add a price graph/ma graph and volume chart. My data streems from the internet every second. Ive looked at components but most are out of my price range. Ive only just started looking at this, so Id thought id
|
| Millisecond values missing when inserting datetime into datetime column of sql Server | 18 Jul 2007 20:59 GMT | 4 |
I'm inserting a datetime values into sql server 2000 from c# SQL server table details Table name:date_test columnname datatype
|
| Windows DPI settings | 18 Jul 2007 19:42 GMT | 2 |
is there any way how can I get the current user windows DPI settings? We're writting some mapping software and we need to know if the user changes the DPI for scale calculations. Thanks
|
| Property Overrides | 18 Jul 2007 19:36 GMT | 1 |
I want to override a property in VB, I know in C# I can do this: Public new String Text {
|
| Using datagridview | 18 Jul 2007 19:14 GMT | 2 |
I've just started getting into C# programming and am wanting to develop a small gui that displays a table of files along with their sizes . I am wondering if using the datagridview control is the way to go or if it is overkill for what I want? (is there something else
|
| Warning 1 Found conflicts between different versions of the same dependent assembly. | 18 Jul 2007 18:32 GMT | 1 |
I started to get this warning, I have two executables wich share the same file, so I have included one .exe as a reference to the other. but I dont know how I have two versions of the same thing,
|
| Property Overriding | 18 Jul 2007 18:04 GMT | 1 |
Sorry about the last partial post, I will try to delete is (stupid tab key)...So what I wanted to do was override a property and hide it's set, in C# I can do this: Public new String Text
|
| Hex to Binary Conversion | 18 Jul 2007 16:49 GMT | 4 |
I have some LONG hex strings (between 20 and 40 bytes) that I would like to convert to binary. I have found a few options but they only allow for short hex strings, the ones I have are pretty long. Thanks for any help/tips.
|
| How to populate combobox nested within dataGridView | 18 Jul 2007 16:40 GMT | 1 |
I've a column in a dataGridView set as combobox. I can't find any example showing how to populate the list in the combobox. Does anyone have an example showing me this. Regards Jesper.
|
| Text Files and arrays | 18 Jul 2007 16:28 GMT | 2 |
Hi all.... I need to work with large text files....i know there is a lot of ways under net to work with them.... i want speed, High Percentage of correctness
|
| System.ComponentModel.Win32Exception: Access is denied | 18 Jul 2007 15:46 GMT | 1 |
I have windows 2003 server and asp.net 1.1, application. It has used Enterprise library. I got the following error,. [Win32Exception (0x80004005): Access is denied]
|