| Thread | Last Post | Replies |
|
| Full ISO 4217 information | 19 Nov 2007 10:27 GMT | 2 |
I'm wondering if I can get the full ISO 4217 information from .NET framework. I know that RegionInfo gives you Alphabetic Code but I need the Numeric Code as well which seems not to be exposed. The data I'm looking for is available here:
|
| creating a .bmp file | 19 Nov 2007 10:21 GMT | 18 |
I have all the components of a .bmp file in memory wich i need to write to a .bmp file, (or other convenient image file) ie i have 256 color pallete of RGBquads and array of 8bit pixels, I can create a System.Drawing.Bitmap and it allows me to set the
|
| Convert a Widestring to an Ascii String? | 19 Nov 2007 09:21 GMT | 5 |
Hello dear, I have a string and every second char is a \0. Can I somehow convert it to a normal string. Or may-be in the underlying code I am doing something wrong, choose the wrong C# type?
|
| TimeSpan.TotalDays versus DateTime.ToOADate difference | 19 Nov 2007 02:12 GMT | 1 |
Given the example below, can someone explain why TimeSpan.TotalDays gives a different result than subtracting 2 DateTime.ToOADates? I am completely stumped. Thanks in advance, Dan
|
| Sending email | 19 Nov 2007 02:11 GMT | 2 |
Hi, all. I'm new to C# programming. I'm even newer to programming email capabilities into my code. What I need to do is create three (3) functions:
|
| Windows services and System.Net.HttpWebRequest.GetResponse() | 19 Nov 2007 02:07 GMT | 1 |
Buenas, Expondre mi problema a ver si pueden ayudarme. 1. Descripción del aplicativo: Tengo un servicio windows que consulta de una URL información XML de un proveedor de datos(un feed), este
|
| How to calculate the checksum? | 19 Nov 2007 02:06 GMT | 5 |
how can I calculate the checksum (CRC-16) from the byte[] I retrieve from a hardware device through the RS232 serial port? Christian
|
| Process I/O re-direction | 19 Nov 2007 02:04 GMT | 3 |
I work in a group that uses a variety of third party tools to control an embedded system. I need to integrate the functionality of these tools (mostly command prompt) into a single interface. I followed the examples on MSDN and other sites to create a class that
|
| OracleConnection | 19 Nov 2007 01:53 GMT | 7 |
Hi - is it the case that OracleConnection does not call close when the connection is disposed? For example, I use this sort of construct: using (OracleConnection conn = GetConnection())
|
| See JSON in a web service | 18 Nov 2007 22:32 GMT | 1 |
Hi to all, I have .net ajax extensions, and i build a small web service with the [ScriptService] attribute (to work with JSON). When i execute mi asmx i see in the result XML. I thought that if i used
|
| Backward compatibility vs serialization | 18 Nov 2007 21:11 GMT | 2 |
Serialization is great!. No doubt. However, as my program develope I often have to restart with new data as the serialized classes changes in fields. Is there a clever way to implement backward compatibility using serialization. Just as youre able to open old word documents in the ...
|
| in custom tree view -> select multiple nodes and right click, the selection is disappearing, | 18 Nov 2007 20:05 GMT | 1 |
I am creating a custom treeview with multiple selection, if i select multiple nodes and right click, the selection is disappearing, i tried with somany things like on mouse click my code is like this
|
| datagridview's rowcount in virtualmode | 18 Nov 2007 19:03 GMT | 1 |
I am using virtual mode for datagrid. After i set the rowcount property to 16000, I am receiving datagridview 's CellValueNeeded event 16000 times for each row. This is causing the application to hang for sometime. I am displaying only
|
| (Newbie) - Cursor.Hide() / MouseEnter problem. | 18 Nov 2007 17:03 GMT | 2 |
Hi. After using Cursor.Hide() and .Show() in a bigger aplication, I found that if I included a conditional statement in a panels MouseEnter event, it got ignored. To isolate this and make sure it wasn't something else in my code causing this, I created the following test ...
|
| about inheritance | 18 Nov 2007 16:12 GMT | 1 |
What happens if I declare functions that is valuable for my subclass as private in the base class? How could these be reached? //Tony
|