Hello,
I am a student in Northwestern Polytechnic University in computer science program.
I am working on project a in which i have to sync my program with google calender using android application.
for that i am using eclipse and i got some code online but i dont know wht .jar file i need to add for support below importss..
import com....
Is it possible to programmatically start an application from Java and then send commands to it and receive the program's output?
I'm trying to realize this scenario:
I want to access a website that uses lots of javascript and special html + css features -> the website isn't properly displayed in swt.browser or any of the other of the ...
I am starting an application (EXE) through Installer( MSI). While installing the MSI in Vista, it automatically run with Administrator rights (after thorough UAC). Hence the application started also runs under system user. I want this application to run Under Current User instead.
In order to run application in current user I need to ex...
I have a ComboBox with ItemsSource="{DynamicResource testResource}". The testResource is the Application resource that I set in C# code.
What I have noticed is that if I load Window befor Application created, the resource is not loaded by ComboBox:
Window window = (Window)LoadXaml("Window1.xaml");
Application app = new Application();
...
How do I most efficiently determine whether my idea for an iPhone app has been done already? iTunes's search isn't great for this purpose, and the websites I've seen covering iPhone apps are not comprehensive in their coverage. (Perhaps I just haven't found THE website that does it.) I'm not yet signed up in the iPhone developer program;...
How do I check if another application is busy?
I have a program that sends text to a console. The text that I will send contains #13 char (i.e. ls#13cd documents#13dir). In other words I want to send many commands at one time and the console will process it one by one. I am sending it character by character. But sometimes it only execut...
Hey I got some sources files for midlet application. How can I compile these to a midlet that I can run on my mobile.
...
Hello,
My program is written in C# NET 2.0,it's using external functions from a dll written in C++ using Microsoft Visual Studio 2008 SP1.
If I remove the dll from the directory the program is placed,the program crashes at the moment it should use the dll.That's normal.
But the users that are using my program get the same error at the ...
Hi All,
I am getting crash when I stop my server. But I could not see any dump file for this crash. Why dump file is not getting created. If possible could any one let me know where dump file will be created.
Thanks
Haranadh
...
Probably a very common question, but couldn't find suitable answer yet..
I have a (Python w/ C++ modules) application that makes heavy use of an SQLite database and its path gets supplied by user on application start-up.
Every time some part of application needs access to database, I plan to acquire a new session and discard it when ...
I'm looking for a simple, open source mailing list application (or library) that I can add to my Zend Framework application. I can't seem to find any that are decent, and once I have, not quite sure how I will integrate it (due to MVC).
Has anyone done this?
...
I will soon work on a project about a mobile application.
This application will work on a PDT with Windows Mobile and we will use Visual Studio and .NET to developp it.
This application will intensively use Wifi and need to consume as little power as possible.
I found on the internet a lot of stuff concerning embedded software and real ...
Hey,
Here is a doubt.
The external modification/updation in application configuration files for .net - app.config, web.config - would be applicable at run-time? Or the application need to be restarted.?
Is this applicable for the sections in these config files?
thanks
123Developer
...
is there a way to make a fbConnection for iphone within an app environment on the iphone and post a Photo to your FB newsfeed after a secure login without leaving the iphone app environment?
...
do you get iphone app buyer information once your app is on the app store? like emails and such?
...
Hello guys,
I'm trying to make a application that allows remote access to other applications (running on different machines). The idea is to make give users transparent accesso to certain applications, I've basically two options:
Application Streaming
Intercepting draw command and reproduce them in the client
(of course, the input i...
Howdy guys,
I'm trying to get the screenshot of a minimized application, any ideas of how to it under windows ? I'm using C#
tks in advance,
Jose
...
I'm writing a Windows application. How can I tell when a screenshot is being taken of it? I read about how to detect the hotkey being pressed, but I'm more worried about the case where every 100 ms or so another program is taking screenshots of it. Namely, I'm trying to notice when someone creates another program (say a python one using ...
Hey Everyone,
I am trying to connect a console application to a access database.
This is the query that i have am using:
"SELECT [Type], [Name], [Phone Number], [Start Time], [End Time], [IM Session File], [Notes] FROM [Call History] WHERE [Start Time] >= ?"
The problem is that for some reason when i take that data from the access da...
Hi to all
When I am installing new application on iphone, this current application get override on the last application,so we can not maintain the previous application.
Please help to solve this installation problem.
...