Problem in FileOpen and FileSave Dialog
-
Hi, I have done report genaration project in vc++. when i execute it in my system nothing to problem but, when i execute in other machine my application will be closed automatically while i save the content from the window into file only on the desktop and when i have to open that saved file.
-
Hi, I have done report genaration project in vc++. when i execute it in my system nothing to problem but, when i execute in other machine my application will be closed automatically while i save the content from the window into file only on the desktop and when i have to open that saved file.
-
Hi, I have done report genaration project in vc++. when i execute it in my system nothing to problem but, when i execute in other machine my application will be closed automatically while i save the content from the window into file only on the desktop and when i have to open that saved file.
-
Hi, I have done report genaration project in vc++. when i execute it in my system nothing to problem but, when i execute in other machine my application will be closed automatically while i save the content from the window into file only on the desktop and when i have to open that saved file.
Murugan k wrote:
...save the content from the window into file only on the desktop and when i have to open that saved file.
Is this part of your application's functionality?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
Murugan k wrote:
...save the content from the window into file only on the desktop and when i have to open that saved file.
Is this part of your application's functionality?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
yah, i have to show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed. But that file placed on any other drives like(c:,d:,..), nothing to worry, it will execute successfully... Thanks in advance
-
yah, i have to show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed. But that file placed on any other drives like(c:,d:,..), nothing to worry, it will execute successfully... Thanks in advance
-
yah, i have to show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed. But that file placed on any other drives like(c:,d:,..), nothing to worry, it will execute successfully... Thanks in advance
If you know it crashes when files are on the desktop, can't you put files on the desktop and debug the program? Mark
"If you can dodge a wrench, you can dodge a ball."
-
Hi, I have done report genaration project in vc++. when i execute it in my system nothing to problem but, when i execute in other machine my application will be closed automatically while i save the content from the window into file only on the desktop and when i have to open that saved file.