I am trying to programatically access windows application app.config file. In particular i am trying to access the "system.net/mailSettings"
The following code
Configuration config = ConfigurationManager.OpenExeConfiguration(configFileName);
MailSettingsSectionGroup settings =
(MailSettingsSectionGroup)config.GetSectionGroup(@"sy...
Hi.
Is it possible in Java (or any other language?) to detect if there's an available external screen (on VGA or DVI) and start the screen, and send graphics (text and stuff) to it.
An example: In Powerpoint, if you have an external screen connected, and you go "live" or start the presentation, it will show on the external screen.
I'm ...
Hi, does anyone know if you can programatically save a report shown in a reportviewer control in c#?
When a report is shown there are export to buttons and i would like to automate the saving to PDF function.
...
hi i want to know how can i programatically access the file allocation entries (FAT) in my windows operating system. I have read the articles which mention to read entries at a particular address in the harddisk, but how can i read those entries from the harddisk. I can try in C,C++,C# or VB.
The tutorials on www.ntfs.com were helpful i...
Hi, can someone tell me how to programatically set a:visited and a:hover programatically? I am dynamically building up some hyperlinks server side and want to know how to specify unique css behaviour for each link. Otherwise i would set them all in a stylesheet.
Thanks.
...
Hi - I'm contemplating writing some helper functions to make it easier to do simple changes to the UI elements in my iPhone NIB. Mainly - I want to access a UILabel, or other element, via it's Name in Interface Builder. Is this possible? Is there a smarter approach?
Example
Say I want to make a super simple iPhone app that displays ...