|
I think odt files are ziped files.
Why odt file can not be opened by zip but can be opened by open office?
And a zip file not complete can also be unziped??
Who is familiar with zip format?
Started by bruce dou on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Even you can open it, you not being able to read the particular format....
A zip file not complete , you mean broken zip files?, its depends on how its damage .
You can try with 7zip for .odt, If those are zip files, supposed to able to open.
|
|
Hi, i have an application which is developed in vs 2003, and i am using DB ASPNETDB.MDF now i am trying to open the same project in vs 2008 it opens when when i try to open the ASPNETDB.MDF db which is indide the App_data it give me an error telling
ASPNETDB...
Started by prince23 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Vs 2008 ships with SQL Server 2005 Express, which won't open your.
The data to a compatible database.
|
|
If i opened a file like:
ofstream file("file.dat",ios::binary);
or
ofstream file("file.dat",ios::binary | ios::out);
what can i do with a file opened in the latter form that i can't do with the former form and vice versa
thank you
Started by Ala ABUDEEB on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In my implementation (gcc 3.4.3) the open for the ofstream uses the ios:::out mode in the....
Specifying ios::out makes a difference is if you use an fstream, which can be opened for reading or writing technically be implementation specific.
|
Ask your Facebook Friends
|
I use FPDF to generate a pdf file and open it in a new window.
how to pop up the print window when it is opened in a new window?
Started by skargor on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're just opening the raw PDF in the window, you.
You cannot print directly from Javascript, but you can open the prompt.
()" />
This is Javascript, which will then open the browser's Print dialog.
|
|
How can I know that who all users opened a particular file recently but might not have kept it opened at the moment ? Anyone has a idea?
Started by jai-ho on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
If they still have it open, you could use lsof, for instance..
And that is about it, as far as I know .
|
|
How to get list opened windows in PyGTK or GTK or other programming language? in Ubuntu?
edit:
i want get list paths opened directories on desktop!
Started by john on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You probably want to use libwnck:
http.
Install it first of course.
open try "wmctrl -l".
|
|
How can I get the list of opened files by an application, using Delphi? For example what files are opened by winword.exe
Started by Chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Using the Native API function NtQuerySystemInformation you can list all open handles from all_INFORMATION or PROCESS_VM_READ, FALSE, pHandleInfo.Handles[aIndex].uIdProcess); //open the process.
It's output.
|
|
How in JS/jQuery do I pop open the "Save As" dialog for a newly opened window. Basically I am scraping some data off of a web page. As such I am opening a new window via:
dataWindow = window.open('blank','dataWindow');
I then write the output to the blank...
Started by GregH on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There's a good suggestion in this thread to make a Save As dialog happen by returning a content-disposition header to make the browser... .
ExecCommand is not an ideal way to do this kind of thing, since it's a pretty browser-specific extension to javascript .
|
|
Given a stdio FILE * pointer, is there a method by which I can discover the name of the (opened) file?
Started by Jamie on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
However, you can take can have no filename if it's something... .
There is no standard defined portable solution.
Application needs this facility, you wil need to maintain some kind of map from open FILE *s to the file name you used to open them.
|
|
Can VS 2008 code be opened in any other tool?
Started by Jaison on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As long.
In the sdk
All (most) files are just text, so you can open almost everything with Notepad(++).
|