October 14th, 2008 11:26 PM
October 14th, 2008 07:54 AM
CFolderDialog is class.Code is runing ell but it's only shoing folder option and i want to show file option also.
Perhaps you're looking for the CFileDialog class
Yes i am looking...
October 14th, 2008 07:04 AM
Hi All
I need to open a fileDialog.But i havn't got it.I am abel to open a CFolderDialog.I am useing this code for open a FolderDialog
GetDlgItemText(IDC_EDIT1, m_Make);
CFolderDialog...
October 8th, 2008 07:42 AM
After read the artical.I am try to write one small example.I am try to call two function.One is calling through Timer and second one is simply call on ClickEvent.Can any one help me tolde it's right...
October 7th, 2008 07:00 AM
Hi All
Can any one give me thread tutorial?Actually i want to create a thread and call a function.
October 3rd, 2008 06:10 AM
Hi All
I want to cut string.String is "C:\\Abc\\ad\\ta.txt" and i want to cut these \\ad\\ta.txt. And new string like this C:\\Abc.
I want to cut String After Directory and first file or...
September 26th, 2008 05:35 AM
I am doing like that
CString a1[100];
CString b;
a1[0] = strFileName1;
a1[1] = strFileName1;
But i am wrong some where becouse every time both a1[0] and a1[1] value changed. But i want...
September 26th, 2008 03:24 AM
Hi
I have a problem to store variable in array.I have a two String one is Array CString as[100] and second one is simple CString sw.
Now i want to store sw values in as[].How can i store?Plz...
August 25th, 2008 07:24 AM
My utility is like a service. which store all Files/Folder related information in Log.
Like as : Which file/Folder is renamed,Modified,Move,Create,delete.
For that how to get file information...
August 25th, 2008 06:49 AM
My software is running in hidden mode. My utility is like a logger. Which store the information of all copy/paste.For that i want to need of Copy/Paste information (Files/Folders name,Drive Name,Time...
August 25th, 2008 06:26 AM
See any one use this Utility.So User don't know about that.
August 25th, 2008 05:21 AM
Ok it's good but how can i know from which drive file is copy.And i am not going to use clipboard.
Simply i want to know from which drive file is copy/past.
August 25th, 2008 04:07 AM
I m developing a Utility getting for Copy/Paste information.
i want to find some details like
1. List of Copy/Paste file Name,Drive.
2. Path of Copy/Paste File Name
3. Time of Copy/Paste
4....
August 25th, 2008 12:56 AM
Hi,
I want to need of copy file/Folder information(File Name,File Path,File Data ...) which is currently copy.
secondly I want to need same for Paste file/Folder information.
Thanks