Click here to Skip to main content
15,899,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionString Pin
knowvc4-Sep-08 18:33
knowvc4-Sep-08 18:33 
AnswerRe: String Pin
User 2155974-Sep-08 18:38
User 2155974-Sep-08 18:38 
AnswerRe: String Pin
Naveen4-Sep-08 18:42
Naveen4-Sep-08 18:42 
GeneralRe: String Pin
knowvc4-Sep-08 18:58
knowvc4-Sep-08 18:58 
GeneralRe: String Pin
Naveen4-Sep-08 19:10
Naveen4-Sep-08 19:10 
GeneralRe: String Pin
knowvc4-Sep-08 19:43
knowvc4-Sep-08 19:43 
GeneralRe: String Pin
knowvc4-Sep-08 19:50
knowvc4-Sep-08 19:50 
GeneralRe: String Pin
Naveen4-Sep-08 19:53
Naveen4-Sep-08 19:53 
Better use a CString.

CString cs = "c:\\";<br />
cs += "file\\file.ed";<br />
CopyFile(st, cs,TRUE);



GeneralRe: String Pin
knowvc4-Sep-08 20:33
knowvc4-Sep-08 20:33 
AnswerRe: String Pin
David Crow5-Sep-08 2:56
David Crow5-Sep-08 2:56 
Questionproblem with tabcontrol.............. Pin
shaina22314-Sep-08 17:32
shaina22314-Sep-08 17:32 
AnswerRe: problem with tabcontrol.............. Pin
Naveen4-Sep-08 17:40
Naveen4-Sep-08 17:40 
QuestionIn a Dialog based MFC program, Can I use CToolBar class? Pin
fantasy12154-Sep-08 16:44
fantasy12154-Sep-08 16:44 
AnswerRe: In a Dialog based MFC program, Can I use CToolBar class? Pin
Naveen4-Sep-08 17:46
Naveen4-Sep-08 17:46 
GeneralRe: In a Dialog based MFC program, Can I use CToolBar class? Pin
fantasy12154-Sep-08 17:58
fantasy12154-Sep-08 17:58 
GeneralRe: In a Dialog based MFC program, Can I use CToolBar class? Pin
Naveen4-Sep-08 18:02
Naveen4-Sep-08 18:02 
AnswerRe: In a Dialog based MFC program, Can I use CToolBar class? Pin
Rane4-Sep-08 17:53
Rane4-Sep-08 17:53 
QuestionRe: In a Dialog based MFC program, Can I use CToolBar class? Pin
fantasy12154-Sep-08 19:40
fantasy12154-Sep-08 19:40 
Questionset color of tabcontrol buttons............????? Pin
shaina22314-Sep-08 16:26
shaina22314-Sep-08 16:26 
AnswerRe: set color of tabcontrol buttons............????? Pin
Mahesh Kulkarni4-Sep-08 18:57
Mahesh Kulkarni4-Sep-08 18:57 
QuestionNetWkstaUserGetInfo Pin
alphaxz4-Sep-08 16:25
alphaxz4-Sep-08 16:25 
QuestionRe: NetWkstaUserGetInfo Pin
David Crow4-Sep-08 16:36
David Crow4-Sep-08 16:36 
AnswerRe: NetWkstaUserGetInfo Pin
alphaxz4-Sep-08 17:06
alphaxz4-Sep-08 17:06 
GeneralRe: NetWkstaUserGetInfo Pin
Rane4-Sep-08 17:32
Rane4-Sep-08 17:32 
GeneralRe: NetWkstaUserGetInfo Pin
alphaxz4-Sep-08 18:25
alphaxz4-Sep-08 18:25 

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.