Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to hide bluetooth icon/folder in the control panel folder using c++ Pin
Sarath C8-Feb-09 20:14
Sarath C8-Feb-09 20:14 
GeneralRe: How to hide bluetooth icon/folder in the control panel folder using c++ Pin
Kishore_Vuppala8-Feb-09 22:59
Kishore_Vuppala8-Feb-09 22:59 
AnswerRe: How to hide bluetooth icon/folder in the control panel folder using c++ Pin
Sarath C8-Feb-09 23:06
Sarath C8-Feb-09 23:06 
QuestionDockable Pane Pin
Taruni8-Feb-09 17:57
Taruni8-Feb-09 17:57 
QuestionCHtmlView Ribbonbar ComboBox not navigating! Pin
VarwigDude8-Feb-09 17:53
VarwigDude8-Feb-09 17:53 
AnswerRe: CHtmlView Ribbonbar ComboBox not navigating! Pin
Stuart Dootson8-Feb-09 23:37
professionalStuart Dootson8-Feb-09 23:37 
QuestionCopy Folder to Folder Pin
MsmVc8-Feb-09 17:41
MsmVc8-Feb-09 17:41 
AnswerRe: Copy Folder to Folder Pin
Joe Smith IX8-Feb-09 18:08
Joe Smith IX8-Feb-09 18:08 
Hi,

Try using FindFirstFile and FindNextFile to enumerate all files in Folder A, then use CopyFile to copy each found file to Folder B.
(You can use CreateDirectory to create Folder B if it doesn't exist).
GeneralRe: Copy Folder to Folder Pin
MsmVc8-Feb-09 18:09
MsmVc8-Feb-09 18:09 
GeneralRe: Copy Folder to Folder Pin
Joe Smith IX8-Feb-09 18:28
Joe Smith IX8-Feb-09 18:28 
AnswerRe: Copy Folder to Folder Pin
«_Superman_»8-Feb-09 19:06
professional«_Superman_»8-Feb-09 19:06 
AnswerRe: Copy Folder to Folder Pin
SandipG 8-Feb-09 19:19
SandipG 8-Feb-09 19:19 
QuestionMultilingual application using vc++ in visual studio 2005 Pin
Purish Dwivedi8-Feb-09 17:35
Purish Dwivedi8-Feb-09 17:35 
AnswerRe: Multilingual application using vc++ in visual studio 2005 Pin
_AnsHUMAN_ 8-Feb-09 17:54
_AnsHUMAN_ 8-Feb-09 17:54 
AnswerRe: Multilingual application using vc++ in visual studio 2005 Pin
Purish Dwivedi8-Feb-09 18:09
Purish Dwivedi8-Feb-09 18:09 
GeneralRe: Multilingual application using vc++ in visual studio 2005 Pin
_AnsHUMAN_ 8-Feb-09 18:45
_AnsHUMAN_ 8-Feb-09 18:45 
AnswerRe: Multilingual application using vc++ in visual studio 2005 Pin
Purish Dwivedi8-Feb-09 19:15
Purish Dwivedi8-Feb-09 19:15 
GeneralRe: Multilingual application using vc++ in visual studio 2005 Pin
_AnsHUMAN_ 8-Feb-09 20:40
_AnsHUMAN_ 8-Feb-09 20:40 
GeneralRe: Multilingual application using vc++ in visual studio 2005 Pin
Cedric Moonen8-Feb-09 20:51
Cedric Moonen8-Feb-09 20:51 
AnswerRe: Multilingual application using vc++ in visual studio 2005 Pin
SandipG 8-Feb-09 21:11
SandipG 8-Feb-09 21:11 
QuestionProblem accessing a managed dll on a remote machine (in network) Pin
raesa8-Feb-09 17:24
raesa8-Feb-09 17:24 
QuestionCreateProcess doesn't start specific executable Pin
3Dizard8-Feb-09 11:32
3Dizard8-Feb-09 11:32 
AnswerRe: CreateProcess doesn't start specific executable Pin
«_Superman_»8-Feb-09 15:47
professional«_Superman_»8-Feb-09 15:47 
Generalusing admin rights doesn't work either Pin
3Dizard8-Feb-09 21:50
3Dizard8-Feb-09 21:50 
AnswerRe: CreateProcess doesn't start specific executable Pin
Stephen Hewitt8-Feb-09 22:37
Stephen Hewitt8-Feb-09 22:37 

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.