| Thread | Last Post | Replies |
|
| Overwriting image metadata | 20 May 2008 17:07 GMT | 3 |
I need to read the metadata of an image, display it on the screen and allow the user to change it and then re-write the metadata back into the image. The issue I am having is if I try to rename or delete the existing image before re-writing the image file I get an error stating ...
|
| adding attribute to a xml element | 20 May 2008 15:22 GMT | 6 |
I need to set an atribute to an xml element, I know how to do it with XElement.SetAttributeValue method. But What I am trying to do is, I need to add a attribute with a namespace like the following test:name="tester"
|
| ANN: VintaSoftAnnotation.NET Plug-in v1.0 has been released. | 20 May 2008 15:07 GMT | 1 |
VintaSoftAnnotation.NET is a developer's tool that allows to annotate images: create, process, delete, save to XML or TIFF file, merge the annotations with image. Supported annotation types: rectangle, ellipse, image, text, rubber stamp. Individual annotation features:
|
| Reflection using BindingFlags | 20 May 2008 14:53 GMT | 2 |
I have a class which contains ~ 200 properties. Out of those 200 properties I need to access 10 (which I know beforehand already) via reflection in another class. Currently I am doing the following with my context object which represents
|
| Clone objects events. | 20 May 2008 14:38 GMT | 14 |
Good morning, what can be the best way to clone an object with events ? This because I have made a deep copy of my object and added new event handlers but events are fired from the original instance, not in cloned
|
| Delay Windows Restart/Shutdown | 20 May 2008 14:14 GMT | 4 |
Gurus, I am trying to delay Windows Shutdown/Restart to perfrom cleanup and I am using the following code: [System.Security.Permissions.PermissionSet(System.Security.Permissions.SecurityAction.Demand,
|
| Type.GetType(string) question | 20 May 2008 11:57 GMT | 8 |
Who can explain me why the following expression does not result in getting the correct type, but null: Type t = Type.GetType("System.Xml.XmlReader"); For "System.String" it works as well as for "System.IO.Stream" or
|
| OFF-Topic: Running Visual Studio 2008 on a Mac | 20 May 2008 11:40 GMT | 2 |
Guys, I am sorry for the off topic, but I am thinking on buying a new laptop and the new Macbook seems a very decent option - it's a nice machine, has 2.4GHz Core 2 Duo processor, 4 GB of RAM, etc.
|
| WPF online training | 20 May 2008 11:39 GMT | 2 |
anyone know if there is any good internet course on WPF? Thanks!
|
| Running Process from another Process | 20 May 2008 09:05 GMT | 2 |
I'm trying to run a process and catch it's output and display it in a richTextBox. the process I'm running, runs some other processes, I'm using Thread to run this process, my problem is, that in the stage that the new process starts,
|
| Best way for C# application to access VC application | 20 May 2008 08:59 GMT | 7 |
I have a C# .Net application which needs to use some feature which can be only developed in Visual C++ (its extended MAPI). The C# exe will be supplied to users without a setup. What kind of exe/dll should I develop in Visual C++ so that I can meet
|
| Bundling an ActiveX DLL | 20 May 2008 08:35 GMT | 5 |
I'm writing a C# WinForms app which will be used to modify Microsoft Office document properties - company is going through a bit of a clean-up exercise before moving to Office 2007. I'm using this: http://support.microsoft.com/kb/224351 which works
|
| Interfaces & Inheritance | 20 May 2008 07:39 GMT | 1 |
Let's say I have a base class that implements IComparable<baseClass>. Really it could be any interface but I'm picking that one for the sake of discussion. In this class, equality and comparisons are based on a string representation of it's attributes - a subclass may add an ...
|
| invisible gui | 20 May 2008 07:13 GMT | 5 |
I have a program that process files on a hard drive. Everything works fine, it shows a progress bar as it processes the file. The problem occurs when I have the program look for files to process on startup. The gui is invisible untill it processes the files it finds as it ...
|
| winforms equivalent of asp.net page load event | 20 May 2008 07:08 GMT | 4 |
Whats the winforms equivalent of asp.net page load event? I am trying to clear a status message field every time a user clicks on any of the buttons..
|