
How to modify Exif of digital photo by C#
Jun 8, 2012 · I want to modify exif information in digital photo, i can get it through c#, but i do not how to mofidy it. Even through i assign value to that property, but it does not work! …
Get list of all local groups and all groups and users under
Aug 2, 2012 · What .NET class should i use to get a TreeView of all local groups on a remote computer and users under? For example i am logged on to my computer as a Domain Admin. I should be able …
what is binding in C# - social.msdn.microsoft.com
May 22, 2012 · This is just an English word. Try to use Google Translate to translate bind and binding in your own national language (you "bind" or "attach" things together). It's a bit if you ask what a …
Capture Highlighted Text from any window using C#
Feb 22, 2011 · How to read the highlighted/Selected Text from any window using c#.???
How to use ListView selected index? - social.msdn.microsoft.com
Aug 22, 2008 · 1)I have a list view with a single column and I want to set the selected index like the similar method in the listBox.SelectedIndex=value.
Convert VB6.0 to .Net (vb or C#) - social.msdn.microsoft.com
Jul 2, 2007 · The tool can help you to translate the MSIL into VB.NET and C# and other kind of languages. 4. When you get the VB.NET code, you can take a look at the convert website that can …
Opening Win32 IO Devices in C#. Something similar to CreateFile.
Aug 5, 2009 · I was wondering if C# supports anything similar to the Win32 CreateFile API. I'm aware I can import the API from the kernel32 dll, but there must be a cleaner way of doing it. If not, can I …
How to use c++/cli to read the app.config
May 16, 2009 · I encounted a problem: I want to read the database connectionstring which written in the app.config. In the c# language: the code like: StringSettings = …
Word automation insert hyperlink into paragraph
May 5, 2010 · I want to append a hyperlink to the end of a paragraph using VS2008 as shown in the code below between the segment marked begin here and end here but get an exception Command …
How to remove these warnings? - social.msdn.microsoft.com
Nov 28, 2007 · Answers 0 Sign in to vote - If you're not going to use the value, you could write it as: try { } catch (Exception) { } // Notice that i did not define e1