Click here to Skip to main content
15,796,886 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problems of Updating contents in an Edit box in vc6 Pin
Zac Howland13-Jul-06 6:30
Zac Howland13-Jul-06 6:30 
GeneralRe: Problems of Updating contents in an Edit box in vc6 Pin
cppcook13-Jul-06 8:15
cppcook13-Jul-06 8:15 
AnswerRe: Problems of Updating contents in an Edit box in vc6 Pin
David Crow13-Jul-06 6:41
David Crow13-Jul-06 6:41 
QuestionHow the application knows whether the machine is Laptop or Desktop????? Pin
nagamohan_p13-Jul-06 6:04
nagamohan_p13-Jul-06 6:04 
QuestionRe: How the application knows whether the machine is Laptop or Desktop????? Pin
David Crow13-Jul-06 6:34
David Crow13-Jul-06 6:34 
AnswerRe: How the application knows whether the machine is Laptop or Desktop????? Pin
Jun Du13-Jul-06 6:47
Jun Du13-Jul-06 6:47 
QuestionSound detection [modified] Pin
Ivan Cachicatari13-Jul-06 5:48
Ivan Cachicatari13-Jul-06 5:48 
Questioncode formatting style [modified] Pin
aafcls13-Jul-06 5:19
aafcls13-Jul-06 5:19 
Hello,

This may seem like a simple question, but in Visual Studio is it possible to set coding style, specifically:

I like to write like this:
method<br />
{<br />
   for<br />
   {<br />
      statement<br />
   }<br />
}



but Visual Studio auto formats it like this (and I hate it!):
method<br />
   {<br />
   for<br />
      {<br />
      statement<br />
      }<br />
   }



How can I set it my way?

-- modified at 10:21 Thursday 13th July, 2006
AnswerRe: code formatting style Pin
Chris Losinger13-Jul-06 5:22
professionalChris Losinger13-Jul-06 5:22 
QuestionInheritance problem Pin
khb13-Jul-06 4:27
khb13-Jul-06 4:27 
AnswerRe: Inheritance problem Pin
Zac Howland13-Jul-06 5:21
Zac Howland13-Jul-06 5:21 
QuestionRe: Inheritance problem [modified] Pin
khb13-Jul-06 6:13
khb13-Jul-06 6:13 
AnswerRe: Inheritance problem Pin
Zac Howland13-Jul-06 6:18
Zac Howland13-Jul-06 6:18 
GeneralRe: Inheritance problem Pin
earl13-Jul-06 6:20
earl13-Jul-06 6:20 
GeneralRe: Inheritance problem Pin
Zac Howland13-Jul-06 6:25
Zac Howland13-Jul-06 6:25 
GeneralRe: Inheritance problem Pin
earl13-Jul-06 6:29
earl13-Jul-06 6:29 
GeneralRe: Inheritance problem Pin
Zac Howland13-Jul-06 6:33
Zac Howland13-Jul-06 6:33 
GeneralRe: Inheritance problem Pin
khb13-Jul-06 9:01
khb13-Jul-06 9:01 
GeneralRe: Inheritance problem Pin
Zac Howland13-Jul-06 9:03
Zac Howland13-Jul-06 9:03 
GeneralRe: Inheritance problem Pin
khb13-Jul-06 10:00
khb13-Jul-06 10:00 
GeneralRe: Inheritance problem Pin
earl13-Jul-06 13:04
earl13-Jul-06 13:04 
QuestionHow to setrange of spin control Pin
vc++_fragrance13-Jul-06 3:06
vc++_fragrance13-Jul-06 3:06 
AnswerRe: How to setrange of spin control Pin
*Dreamz13-Jul-06 3:25
*Dreamz13-Jul-06 3:25 
GeneralRe: How to setrange of spin control Pin
vc++_fragrance13-Jul-06 3:33
vc++_fragrance13-Jul-06 3:33 
GeneralRe: How to setrange of spin control Pin
David Crow13-Jul-06 3:48
David Crow13-Jul-06 3:48 

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.