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

C / C++ / MFC

 
QuestionCreating views in Top Level MDI Pin
snir_ya24-Dec-07 0:59
snir_ya24-Dec-07 0:59 
QuestionRe: Creating views in Top Level MDI Pin
Nishad S24-Dec-07 2:22
Nishad S24-Dec-07 2:22 
QuestionRe: Creating views in Top Level MDI Pin
snir_ya24-Dec-07 3:10
snir_ya24-Dec-07 3:10 
GeneralRe: Creating views in Top Level MDI Pin
Nishad S24-Dec-07 3:16
Nishad S24-Dec-07 3:16 
GeneralRe: Creating views in Top Level MDI Pin
snir_ya24-Dec-07 5:05
snir_ya24-Dec-07 5:05 
GeneralMy new problem is to copy directory Pin
rajneshmalik23-Dec-07 23:23
rajneshmalik23-Dec-07 23:23 
GeneralRe: My new problem is to copy directory Pin
Nishad S23-Dec-07 23:59
Nishad S23-Dec-07 23:59 
GeneralRe: My new problem is to copy directory Pin
rajneshmalik25-Dec-07 19:42
rajneshmalik25-Dec-07 19:42 
my code is below but i got error on 7th line where am i wrong plz help
SHFILEOPSTRUCT shFileOpStruct;
shFileOpStruct.hwnd=NULL;
shFileOpStruct.pFrom="C:\\1.txt";
shFileOpStruct.pTo="D:\\1.txt;
shFileOpStruct.wFunc=FO_COPY;
shFileOpStruct.fFlags=FOF_SIMPLEPROGRESS;
if(!SHFileOperation(&shFileOpStruct))
{
::AfxMessageBox("File transfering");
}
else
{
::AfxMessageBox("File not transfering");
}
GeneralRe: My new problem is to copy directory Pin
Nishad S25-Dec-07 19:56
Nishad S25-Dec-07 19:56 
GeneralwxWidgets not playing nicely with MFC Pin
Shaheed Legion23-Dec-07 22:06
Shaheed Legion23-Dec-07 22:06 
GeneralRe: wxWidgets not playing nicely with MFC Pin
Shaheed Legion27-Dec-07 1:16
Shaheed Legion27-Dec-07 1:16 
GeneralRe: wxWidgets not playing nicely with MFC Pin
JudyL_MD27-Dec-07 17:06
JudyL_MD27-Dec-07 17:06 
GeneralRe: wxWidgets not playing nicely with MFC Pin
Shaheed Legion7-Jan-13 7:21
Shaheed Legion7-Jan-13 7:21 
GeneralChange the background color of individual columns Pin
johnalek23-Dec-07 22:06
johnalek23-Dec-07 22:06 
JokeRe: Change the background color of individual columns Pin
CPallini23-Dec-07 22:10
mveCPallini23-Dec-07 22:10 
GeneralRe: Change the background color of individual columns Pin
Nishad S23-Dec-07 22:32
Nishad S23-Dec-07 22:32 
GeneralRe: Change the background color of individual columns Pin
Hamid_RT23-Dec-07 23:12
Hamid_RT23-Dec-07 23:12 
GeneralCreate a dialog Pin
john563223-Dec-07 19:50
john563223-Dec-07 19:50 
GeneralRe: Create a dialog Pin
Hamid_RT23-Dec-07 20:00
Hamid_RT23-Dec-07 20:00 
GeneralRe: Create a dialog Pin
john563223-Dec-07 20:06
john563223-Dec-07 20:06 
GeneralRe: Create a dialog Pin
Hamid_RT23-Dec-07 20:16
Hamid_RT23-Dec-07 20:16 
GeneralRe: Create a dialog Pin
john563223-Dec-07 20:18
john563223-Dec-07 20:18 
GeneralRe: Create a dialog Pin
Hamid_RT23-Dec-07 20:46
Hamid_RT23-Dec-07 20:46 
GeneralRe: Create a dialog Pin
_AnsHUMAN_ 23-Dec-07 20:07
_AnsHUMAN_ 23-Dec-07 20:07 
GeneralRe: Create a dialog Pin
only coding23-Dec-07 21:14
only coding23-Dec-07 21:14 

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.