| Thread | Last Post | Replies |
|
| Save MAPI.Message as File | 23 Apr 2008 21:02 GMT | 3 |
This is the first time I've posted something on here. I've looked around the web for hours and failed miserably. Hopefully someone out there would be able to help. I'm trying to save an MApi.Message (which represents an email) object
|
| Save Mapi.Message as MSG file | 23 Apr 2008 20:59 GMT | 3 |
This is the first time I've posted something on here. I've looked around the web for hours and failed miserably. Hopefully someone out there would be able to help. I'm trying to save an MApi.Message object (which represents an
|
| Any good refs on dealing with tightly packed data in C#? | 23 Apr 2008 19:58 GMT | 6 |
I'm working on a port of a legacy app originally written in C. Data was compacted into bit fields. Are there any sites or books that cover optimized handling of this type of data? I'd need to develop optimized functions for reading and writing, and given the volume of source, I
|
| run winform to console | 23 Apr 2008 19:57 GMT | 2 |
I have written a winform application not I need to run the same app in colsole mode without user interaction. Is there an easy way to do this? I have all the information available as input in the seperate file so....
|
| Accessing members which have been hidden by "new" | 23 Apr 2008 19:52 GMT | 12 |
This example: public class BaseC { public int x;
|
| Capturing seperators with regex | 23 Apr 2008 19:44 GMT | 3 |
I have the following regular expression: (\s+-\s+|\s+\/\s+|\s+\\\s+| \t) Is there a better way to write this? I am looking to capture the following characters - / \ and tab. There can be 0, 1 or more space
|
| SelectionBox + dataset confusion | 23 Apr 2008 19:28 GMT | 3 |
I have an dataset that populates a selectionbox. I'd like to get the value of the column "id" of the selected item in the selectionbox afterwards. How would I do this?
|
| Handling Keyboard Shortcuts | 23 Apr 2008 19:20 GMT | 14 |
How can I duplicate the behavior of the operating system shortcut keys in my application? For example, my windows form has 5 controls (textboxes), the operating system will pickup which control has the focus and handle ctrl-c, ctrl-v, or any other shortcuts. I have the
|
| ANN: 40% discount on ModelMaker 9 licenses! | 23 Apr 2008 18:25 GMT | 10 |
If you need some heavy duty restructuring power and/or native C# UML support: *NOW* is a good time to order ModelMaker 9: >>> Until 20 May 2008 <<< highly discounted prices are available
|
| RegularExpressionValidator | 23 Apr 2008 16:25 GMT | 2 |
I have an asp application (C#) including a bunch of RegularExpressionValidators and RequiredFieldValidators. Everything is fine when run locally or in Intranet. When it is Internet, RequiredFieldValidators are ok but
|
| SQL XML Result | 23 Apr 2008 15:36 GMT | 2 |
All, I'm only getting half of an SQL XML result when I view the result in my application. When I serialize the result to an xml file and view it with notepad the first line begins in the middle of an element name
|
| serializing List<List<string>> | 23 Apr 2008 15:24 GMT | 4 |
I am trying to serialize List<List<string>> . With the following code [XmlArrayItem("DataRow")] [XmlArray("DataRows")]
|
| C#/WPF and Internal Speaker | 23 Apr 2008 15:07 GMT | 5 |
This is for a WPF (3.5) application. We have a requirement to produce sounds on an internal speaker (in the case that no external sound device is available). I know of Console.Beep(frequency, duration), but I wondered if there is a
|
| Font installation at runtim | 23 Apr 2008 13:56 GMT | 1 |
I have a application where i am using a font which is usually not available in windows\fonts. I need to install this font on the clients machine where my application is running. I have put the font in my installer so that it gets installed in the
|
| Drag Drop Woes | 23 Apr 2008 12:00 GMT | 2 |
VS2008 Trying to implement a simplified version of Mike Gold's tutorial on Drag Drop. My problem is that the dragover event handler never appears to pass
|