open

service open word documents

I have an application who reads word-files from a database, opens them and saves them as a .html file. The application works fine, but now i want to call the application from a service. I can call the right functions etc. but, on the line wordApp.Open(...) it doesn't open my file (who exists!) and returns me a null object. Anyone who kn...

Connection Error: javax.microedition.io.ConnectionNotFoundException:TCP open

Hi, I posted this error here cuz it has been disturbing me for long time whenever i try to connect to my web api from my j2me application.I just would like to share this if somebody has same problem as me. ...

Are there any open source calendars that look like iCal that I can put in the lower bottom of my application?

I want to put a little calendar in the bottom corner of my application. I have checked out the Amber Framework, but have not figured out how to build it. I have also checked out Logan Rockmore's calendar, but when it is minimized, it does not work. Does anyone have any suggestions? ...

How to add themes namespace to C# project.

Hi, I'm relatively new in C#. I would like to use Microsoft ListBox control, but I recognized that there's no Vertical ScrollBar property. Then I found open source ListBox control on page: http://www.koders.com/csharp/fidF0FDB984AB0429D0E6DF5D90B0A30F850D0335DB.aspx And my question is where to find file oraz description of namespace "us...

look for open source iPhone camera project

I am looking for some open source projects focusing on iPhone camera, such as image processing &filter when using iPhone camera. Unfortunately, someone said that as far as i know all the video recording apps for the 3g are not open source, require jailbroken phone and also require you to pay after the trial period is up. ...

How much time does the average Open Source developer spend on projects?

This may be a little bit of a hard one to pin down exactly, but does anyone know have statistics on what the average amount of time a typical open source developer spends on a project?. I've heard figures of 2 hours on a weekend. I'm talking about unpaid work here which developers do in their spare time. Anyone know of any surveys that ...

Will adding an open source license to my project apply to the entire project revision history?

Assume I own some open source project with no license information. Furthermore, assume nobody has contributed publicly yet and so I own the project's source code and copyright. Say the source code is already hosted online. If I decide to give it an open source license by uploading the associated COPYING document to the repository and a...

Android: is it possible to add ZIP file as a raw resource and read it with ZipFile?

Is it possible to add ZIP file to APK package as a raw resource and read it with ZipFile class? It looks like it's trivial to open file from SD card, but not from APK. ...

Is there any JQuery turn effect in z-direction?

Hi all, i want to ask that, is it possible to make any cover opening effect with JQuery or with any other JS code? I don't mean that page turning, i mean cover opening (like thick covers) Thanks right now.. ...

Help me to read .pdb file

Hi Guys... I have a lot of file in .pdb format, some of them downloaded, but until now i can't using or read what the inside, so i looking for how to read, view the .pdb file format from MS Windows XP. any of you that's may know how to open it? For any input would be help me and Many Thank You 1st. ...

Is .rdb file required each time I compile my open office UNO program

Hi, Just wondering, is my program specific 'xyz.rdb' file (generated using makefile) required each time I run my program (xyz.exe) ? Can I embed the .rdb file in the main .exe file generated using VC++ 2008. If the .rdb file is not in path, I usually get the 'Registry Error'. Thanks, Aiwee ...

Why does my Perl open() fail with "Unsuccessful open on filename containing newline"?

I tried to placed ${date[0]} in my directory which is equivalent to 01252010 but @hits not printed. How can I managed to open the directory to get the desired output? Thanks. ERROR: Unsuccessful open on filename containing newline at ./total.pl line 11, line 1. #!/opt/perl/bin/perl -w use strict; open(FH,"/home/daily/scripts/sms_...

Open in memory XML string as an Excel workbook with out saving uisng windows Forms C#

Hi Guys, I have an excel string (which I built) in memory; the code looks something like this: public static void exportToExcel() { const string startExcelXML = "<xml version>\r\n<Workbook " + "xmlns=\"urn:schemas-microsoft-com:office:spreadsheet\"\r\n" + " xmlns:o=\"urn:schemas-m...

Open source Python project to contribute to

Until recently, I was a Linux Administrator for a company which went out of business. I don't need money so I don't plan to work for a while. With all this free time, I'd like to work on my programming skills. Of all the languages I am familiar with I have the most experience with Python. I've searched projects on Github and Sourceforge...

nHibernate/GNU question

Hi, I'm a little bit confused by the nHibernate's GNU model. The question is simple, if I build an application using nHibernate's ORM features, am I allowed to later sell this application (company's intellectual property) or it automatically becomes open source system and falls under GNU open source model ? I did some reading about GNU b...

When did the file mode in Perl's open become a separate argument?

Once upon a time, you opened files in Perl like so: open(FH, ">$filename"); At some point, for many good reasons including some very sticky ones involving filenames with leading spaces, this syntax became available (and, immediately, preferred): open(FH, '>', $filename); What version of Perl did we get that syntax with? ...

Python: Appending to a text file

Possible Duplicates: Confused with appending to text file How can I write to the textfile with while? text_file = open("write_it.txt", "a") while 1: word = raw_input("Please add to a text file: ") if not word: break text_file.write(word) text_file.close() This code adds to the text file without spaces,...

drupal 6: how to email users of tasks due (week b4, day before, and overdue)

Using open atrium, have tasks with assigned to (user reference) field, due date field, neither field required. Also using flag to note if task is completed or not. Want to email users a reminder of tasks when that task's due date is a week away, again when it's the day before, and each day when it is overdue. If task has a due date, i...

small problem in opencascade.

I am new to open cascade, I already displayed the 3d object and have Handle_AISInteractiveContext object. Again i want to change the color by some external parameter. How to do it? ...

open source video sound extractor

I wanna an open source library to extract audio from video file through program code. ...