Click here to Skip to main content
15,902,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Command for executing files..... Pin
Ravi Sankar S29-Aug-05 22:52
Ravi Sankar S29-Aug-05 22:52 
GeneralRe: Command for executing files..... Pin
toxcct29-Aug-05 23:26
toxcct29-Aug-05 23:26 
Questionhelp....... Pin
moodsey21129-Aug-05 21:05
moodsey21129-Aug-05 21:05 
QuestionSyntax error....... Pin
29-Aug-05 20:43
suss29-Aug-05 20:43 
AnswerRe: Syntax error....... Pin
toxcct29-Aug-05 20:55
toxcct29-Aug-05 20:55 
AnswerRe: Syntax error....... Pin
Eytukan29-Aug-05 23:04
Eytukan29-Aug-05 23:04 
Question How to set Tab stop in VC++6.0 Mannually? Pin
G Haranadh29-Aug-05 20:02
G Haranadh29-Aug-05 20:02 
AnswerRe: How to set Tab stop in VC++6.0 Mannually? Pin
Marc Soleda29-Aug-05 20:18
Marc Soleda29-Aug-05 20:18 
manually = at runtime ? Then you have to modify the style of the control and delete the WS_TABSTOP style

m_edit.ModifyStyle(WS_TABSTOP,0);

Marc Soleda.

... she said you are the perfect stranger she said baby let's keep it like this... Tunnel of Love, Dire Straits.
AnswerRe: How to set Tab stop in VC++6.0 Mannually? Pin
Jose Lamas Rios29-Aug-05 21:07
Jose Lamas Rios29-Aug-05 21:07 
QuestionOne more link error __argc/__argv Pin
Christian Graus29-Aug-05 18:47
protectorChristian Graus29-Aug-05 18:47 
AnswerRe: One more link error __argc/__argv Pin
Rick York29-Aug-05 20:13
mveRick York29-Aug-05 20:13 
GeneralRe: One more link error __argc/__argv Pin
Christian Graus30-Aug-05 13:12
protectorChristian Graus30-Aug-05 13:12 
AnswerRe: One more link error __argc/__argv Pin
KaЯl29-Aug-05 21:22
KaЯl29-Aug-05 21:22 
GeneralRe: One more link error __argc/__argv Pin
Christian Graus30-Aug-05 13:00
protectorChristian Graus30-Aug-05 13:00 
QuestionParent Window Pin
Nishad S29-Aug-05 18:36
Nishad S29-Aug-05 18:36 
AnswerRe: Parent Window Pin
Christian Graus29-Aug-05 18:43
protectorChristian Graus29-Aug-05 18:43 
GeneralRe: Parent Window Pin
Nishad S29-Aug-05 19:15
Nishad S29-Aug-05 19:15 
GeneralRe: Parent Window Pin
Christian Graus29-Aug-05 19:17
protectorChristian Graus29-Aug-05 19:17 
GeneralRe: Parent Window Pin
Jörgen Sigvardsson29-Aug-05 20:02
Jörgen Sigvardsson29-Aug-05 20:02 
GeneralRe: Parent Window Pin
John R. Shaw30-Aug-05 14:17
John R. Shaw30-Aug-05 14:17 
QuestionNeed Help (classes and .h files) Pin
SummoningDan29-Aug-05 18:06
SummoningDan29-Aug-05 18:06 
AnswerRe: Need Help (classes and .h files) Pin
Christian Graus29-Aug-05 18:38
protectorChristian Graus29-Aug-05 18:38 
GeneralRe: Need Help (classes and .h files) Pin
SummoningDan29-Aug-05 18:51
SummoningDan29-Aug-05 18:51 
GeneralRe: Need Help (classes and .h files) Pin
Christian Graus29-Aug-05 18:54
protectorChristian Graus29-Aug-05 18:54 
GeneralRe: Need Help (classes and .h files) Pin
SummoningDan29-Aug-05 20:24
SummoningDan29-Aug-05 20:24 

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.