application

how to navigate application using MKMap View in Iphone?

Hi, In my iphone application i have used MK MapView to navigate from different pages. But when the MKMapView controll run at that time the the control is not going back again in the application.so i am loosing the application flow,and i have to run the application again. /* [[UIApplication sharedApplication] openURL:[NSURL URLWithStri...

Open source Tool/Script for visual editing of xml

In one of the propitiatory product on which I am working needs configuration to be setup using large XML files. So I am looking for a solution to easily edit the XML is a visual interface. Tried following Visual Editor for XML VEX Eclipse Plugin (very early, so features missing) Using XSLT (Ruled out, Considering the size of DTD's) ...

how to check which event caused the post back in asp.net mvc application

I have one View and one Controller in my ASP.net MVC Application. I have one "Submit" button & one "Cancel" button in my view. When I click any of the botton below action will be triggered. AcceptVerbs(HttpVerbs.Post) public ActionResult Result() { } Now the Question is how i will know in my public ActionResult Result() , whethe...

How to position a form before it shows?

Our application used to make use of a common base form that all forms were meant to inherit from. I'd like to get rid of it for a number of reasons, ranging from the need to police that everyone uses it to several annoyances relating to Delphi's VFI implementation. It turns out that the bulk of the features it offered can be done in othe...

help on integrating google map in iphone app

Hi, developer friends. I am going to develop an app based on google map. In that locations will be displayed with markers or points near current location (point of interest). I have lattitude, longitude of different places and I am also able to find the distance from current location. I just want some help working on google map. Display...

How do you end an Application from a Web Method within a Web Service?

I'm trying to create a method within a web service that will terminate the application when called. The purpose of this is to end a game being played with a Windows form. Does anyone have any ideas? Thank you. ...

Embedding c# windows application (.exe) in a webpart

Is there is a way to embed an application executable inside a webpart? is there any kind of a webpart available in sharepoint. If not, then is it possible to create my own webpart and some how place my windows application there so that when a user login to a sharepoint site he can view the main winodws applciation screen on the webpage....

How to apply the algorithm concepts in a project application

Hi I want to apply the concepts I have studied in algorithm and artificial intelligent in my project. So can any one provide me a sample application example where did can I apply? I have taken courses algorithm and AI. Some of the courses I had taken include Divide and conquer Dynamic programming Backtrack Greedy Algorithm ..Etc My m...

Sending a message to an application started by a different windows' user session.

A desktop app (made in Delphi) is started by User A. Let's call it "Instance A". User A does a "switch user" and User B logs in. User B runs the same application. Let's call it "Instance B" What I want now, is a way for the Instance B to send messages to Instance A. I tried the following: Instance A writes its handle in a file, so I...

Ruby App MVC framwork (not web)

Has anyone heard of a Ruby MVC framework for Apps/Scripts? When Rails appeared - it was a revolutionary tool because it brought MVC to the masses of web developers and for once forced them to use design patterns and conventions. I'm looking for something like that but for scripting mundane admin tasks that are to be ran from cron or by ...

Does closing the application stops all active BackgroundWorkers?

Simple question, to repeat the title: Does closing the WinForms application stops all active BackgroundWorkers? (I know that many StackOverflow's threads talk about BackgroundWorker, but none I've searched gave an explicit answer)... ...

Building ASP.NET application - Best Practices

We are building an ASP.NET application and would like to follow the best practices. Some of the best practices are: Server side Code: Use catch blocks to trap & log low level errors too. Use Cache objects to populate dropdowns etc. where we won’t expect the changes in the underlying data/database. In case of error logging framework...

What Is The Best Practice For Building A Multilingual Application Using Delphi 2010?

I'm in the early stages of converting an older application and I'm trying to figure out the best way to implement multilingual support. I will be using Delphi 2010. For example if I wanted to support English and Spanish (with other languages in the future). Should I use a database to to store all the form elements such as Menus, Buttons...

How to get other system's time using network programming in C#?

I want to get another system's time which is a server where both systems are connected through LAN. Give me some ideas? ...

Auto Update application windows desktop using win32

Hello, I am trying to auto update my current application to new application in windows desktop using win32 api . And my application is running in background. so is there any api Microsoft providing for auto updating application or is there any procedure .please help me so that i can make update my appilication in windows desktop in vs 2...

development symbian application for cellulars that has GPS

hey i want to develop symbian application that uses the GPS of the cellulars. for which version of symbian do i need to develop and which phones does it supported ? ...

uniform way to get application path both for windows application and asp.net application

is there a uniform way in .NET to get application path (physical) both for windows applications and asp.net applications ?? ...

How do I display the current state of a Java application on demand via a webpage

Hello I have a very simple Java application which downloads a set of foreign exchanges rates from Yahoo! finance and performs some calculations on them. I am currently running this application in Eclipse. I would now like to do two things: 1. Deploy the application on a VPS so that it can run 24 x 7 2. Develop a management console, so th...

How to determine Delphi Application Version

Want to obtain Delphi Application build # and post into title bar ...

unable to access a website configured on a server

I have configured a website on a server. The web site is up and running. The problem is when i try to acess the site from my machine. It throws an error as "Internet Explorer cannot display the webpage". I am able to open ping the remote server from my machine.. TIA ...