applications

autorun code or homemade program

Hi is there an autorun or a custumized program or algorithm to lock an external HDD so when I plug the external usb hdd it will not show any of the contects until the user enter the password. is there a way to do so .... thanx in advance ...

Simple "search" and "answer" application

Im looking to build an application that is a simple search and answer function. Essentially, the design will be similar to the home page of google, except when you hit search, it will only return one result, the "answer" Up to this point, almost all of my work has been design + marketing for the web. I want to get into bigger projects,...

Program to automatically switch between programs in Windows

Hi all, I already did some googling, but did not find anything. I need a program, which cycles automatically between a number of applications currently openend in my Windows XP. I use it for an external Infoscreen (2nd screen) and I keep on working on the 1st one. That's why I can not use http://www.softpedia.com/get/System/System-Misc...

How do I keep a user logged in to an application on Android?

When a user logs in to my online android application, I want to store a cookie on the user's phone so that he doesn't have to log in to the application on subsequent visits from the same phone. How do I do this on android? ...

Android - unable to uninstall application

I have some Android market feedback for my app Hire*A*Droid where users complain that they are unable to uninstall the application. Here's two I have so far (about 10 days apart): janelle: I uninstalled this app, but its still showing that its installed under my downloads. What can i do ? valerie: It's frozen I can't open or ...

MongoDB to store different (schema) log files

Do you think that using a MongoDB Json Database to store log files from application is a good idea and why ? The only advantage for me is the schema abstraction, but i think it's also a weakness we cannot ensure the integrity of a log file. ...

Haskell: Zipping a list xs with every list in the list yss using partial applications and

Hey I'm just revising for my functional programming exam coming up on friday and I'm just working through exercises given by our lecturer. I've come across one which I neep a bit of help on: 6. a) Write a function that zips a given list xs with every list in a list yss of lists. Use partial applications and lambda expressions to the gre...

Datagridview pagination in C# windows application

Hai guys, Can we implement default pagination like asp:gridview for a datagridview in a c# windows application? Any samples to get started? ...

developing applications for windows mobile,c#

hey i am new to this i work on visual studio 2008,now i want to create applications for windows mobile in c#. what r d requirements and how to build them??? Do i need any kind of simulators ...

how to call an iphone application from different application

hi experts, is it any possibilities to invoke/call iphone application from different application, if so means, whats the snippet for that.. ...

passing a file to another Iphone application

Is anyone aware of any sample or open-source code that does this? Or a write-up explaining how to do it? Apple has quite a bit of sample code that opens web addresses in other apps. But I can't find any examples where the app asks another app to open a file that is stored on the phone. Thanks. ...

Vista Audio Changer

I noticed www.vistaaudiochanger.com is down ( think the project has been taken offline). Does anyone have a link to the source code for v2? or even the compiled app would be great... Thanks ...

Stopping an application based on its executable

I'd like to rig a service to run that detects when an application is trying to start, and based on its executable (I'll probably just hash the file and keep a list of blocked app hashes to keep it simple), stop it from executing all together. Ideally I'd like to accomplish this using C#, but I'd be open to using other platforms if it mak...

Django application for media content

Hello, I'm looking for a Django application which stores and outputs articles (like on the internet media sites), probably containing pictures. I need paged output because the articles are going to be large, and I also need some kind of content navigation for the same reason. Can you advise me of some? Any applications, even those that...

How to call Windows application using Windows service in C#?

I have created a Windows service with using that service. How will I call a Windows application? ...

Execute external program from C# code

How can I execute an external program like an exe file? I want to get a list of installed programs, and then execute them on selection. If you are wondering why I need this, I am updating a scheduler application to provide a feature so that users can open a program on notification. For example, the notification would say, "... starts in ...

C# Reading Serialized Objects between Applications

I have two different applications and I am using GroupLab Networking to communicate between them. The idea is there is a shared dictionary and when something changes in this shared dictionary, the other application gets a notification. The notification part works. Here is the problem. I have the following code in the first application. ...

How to create application for Mobile??

Hi, I have to create a mobile installable/client application...and I dnt know nothing abt this.. what SDK,language should I use?? if this will in .net will be fine(optional)... any Ideas Will really appreciate this... Thanks!!! ...

How do I go about listing all of the installed packages and versions on mac os x?

I want to list all of the applications and versions installed on my mac. Stuff like perl, php, etc., not the stuff you see in the Applications directory... Is there a unix command for that? ...

multiple modules under one solution

I have a project under which various distributed applications are placed; the whole project is under a single dll. Hence, if any issue occurs we need to re-build the whole application to run or import to our server. I am looking for the best possible way to make the build process faster and also bit worried about the size of the DLL. Is ...