Click here to Skip to main content
15,892,965 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: ... and you're worried that XP support is ending! Pin
Brisingr Aerowing15-May-14 3:03
professionalBrisingr Aerowing15-May-14 3:03 
GeneralRe: ... and you're worried that XP support is ending! Pin
Maximilien15-May-14 3:34
Maximilien15-May-14 3:34 
GeneralRe: ... and you're worried that XP support is ending! Pin
hairy_hats15-May-14 4:27
hairy_hats15-May-14 4:27 
GeneralRe: ... and you're worried that XP support is ending! Pin
Vasudevan Deepak Kumar15-May-14 4:51
Vasudevan Deepak Kumar15-May-14 4:51 
GeneralRe: ... and you're worried that XP support is ending! Pin
OriginalGriff15-May-14 3:05
mveOriginalGriff15-May-14 3:05 
GeneralRe: ... and you're worried that XP support is ending! Pin
Nagy Vilmos15-May-14 3:08
professionalNagy Vilmos15-May-14 3:08 
GeneralRe: ... and you're worried that XP support is ending! Pin
Mike Hankey15-May-14 3:14
mveMike Hankey15-May-14 3:14 
GeneralRe: ... and you're worried that XP support is ending! Pin
adriancs15-May-14 4:39
mvaadriancs15-May-14 4:39 
C#
bool isAuto = false;

AutoCorrect = isAuto ;
CheckSpellingAsYouType = isAuto;
CheckGrammarAsYouType = isAuto;
AutoCapital = isAuto;
AutoIndent = isAuto;
AutoSpace = isAuto;
AutoParagraph = isAuto;
AutoLineHeight = isAuto;
AutoStyle = isAuto;
Auto.....

foreach(SetupProperty sp in this.Settings)
{
    if (sp.PropertyName.Contains("Auto"))
    {
        sp.Value = isAuto;
    }
}

GeneralRe: ... and you're worried that XP support is ending! Pin
Mike Hankey15-May-14 4:47
mveMike Hankey15-May-14 4:47 
GeneralRe: ... and you're worried that XP support is ending! Pin
RogelioP / EX DE,HL15-May-14 3:08
professionalRogelioP / EX DE,HL15-May-14 3:08 
GeneralRe: ... and you're worried that XP support is ending! Pin
Chris Quinn15-May-14 3:10
Chris Quinn15-May-14 3:10 
GeneralRe: ... and you're worried that XP support is ending! Pin
Graham Cottle15-May-14 3:34
professionalGraham Cottle15-May-14 3:34 
GeneralRe: ... and you're worried that XP support is ending! Pin
Ron Anders15-May-14 3:09
Ron Anders15-May-14 3:09 
GeneralRe: ... and you're worried that XP support is ending! Pin
Mike Hankey15-May-14 3:12
mveMike Hankey15-May-14 3:12 
GeneralRe: ... and you're worried that XP support is ending! Pin
JimmyRopes15-May-14 19:04
professionalJimmyRopes15-May-14 19:04 
GeneralRe: ... and you're worried that XP support is ending! Pin
DaveAuld15-May-14 3:15
professionalDaveAuld15-May-14 3:15 
GeneralRe: ... and you're worried that XP support is ending! Pin
Chris Quinn15-May-14 3:18
Chris Quinn15-May-14 3:18 
GeneralRe: ... and you're worried that XP support is ending! Pin
Nagy Vilmos15-May-14 3:18
professionalNagy Vilmos15-May-14 3:18 
GeneralRe: ... and you're worried that XP support is ending! Pin
BobJanova15-May-14 4:48
BobJanova15-May-14 4:48 
GeneralRe: ... and you're worried that XP support is ending! Pin
Dalek Dave15-May-14 3:20
professionalDalek Dave15-May-14 3:20 
GeneralRe: ... and you're worried that XP support is ending! Pin
Jeremy Falcon15-May-14 4:03
professionalJeremy Falcon15-May-14 4:03 
GeneralRe: ... and you're worried that XP support is ending! Pin
CHill6015-May-14 3:22
mveCHill6015-May-14 3:22 
GeneralRe: ... and you're worried that XP support is ending! Pin
CPallini15-May-14 3:32
mveCPallini15-May-14 3:32 
GeneralRe: ... and you're worried that XP support is ending! Pin
Super Lloyd15-May-14 3:36
Super Lloyd15-May-14 3:36 
GeneralRe: ... and you're worried that XP support is ending! Pin
Ravi Bhavnani15-May-14 3:44
professionalRavi Bhavnani15-May-14 3:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.