application

Best way to read data from another website

Here's the situation: I have a web application (Java servlets) at "mycompany.com". A business partner is going to supply me with data from his application at "yourcompany.com". His application is driven by a web form (POST). I know nothing about his application other than the results will always be returned via a web page. For example...

.NET - Lower Application Privileges

I would like to know how to programmatically lower my application's privileges. So, let's say someone with admin privileges runs my program, I would like my program to still run under a normal user's environment or with less privileges that I don't need. Also, could you explain what is restricted in the lower trust environment? Edit: ...

Book recommendation for moving from Delphi 6 to Delphi 2010

Hi, I am a long time Delphi 6 developer. Looking for a book on Delphi 2010. Not only on the new features available in Delphi 2010, but more importantly, guideline on how different it is to develop applications in Delphi 2010, the architecture, standard and convention, etc. Thanks a lot. ...

How do I embed a web browser into my Cocoa application?

I need to learn how to add a web browser into a cocoa application. (Mac) ...

how to invoke a iphone native application from webview.

i have a application which has 2 parts one is a webview and other is a native iphone application. I want to invoke a native iphone application from a website inside a webview. ...

How to maintain application geometry, size (including child widgets') through sessions

I am writing a small application in GTK+ and java, and I want it to maintain its position, size, including those of child widgets, for each session. Is there any other way instead of manually storing size of each child widgets, and recovering them at startup? ...

Where I can find the appWizard that can generate C++ application

Hi, I have an project to modify. This project was create with AppWizard many years ago. This generated weird code when I open it with visual studio 8. I would like to modify the interface. Can I find a free AppWizard. Thanks, ...

Windows App Focus: Why does it require a click?

When I have 2 apps open and one has the focus but I want to execute a command in the other app, it requires a click to regain focus and another to execute the command. Is there some good reason why I couldn't take focus on MouseOver? I'm working with a WPF app if that is pertinent. TIA EDIT: Oddly enough the MouseOvers work without ...

Disabling screen minimization animation effect in iPhone:

Hi All, Is it possible to disable the home screen minimize animation effect when user presses the home button on iPhone?. Or can we set our own custom image for minimize animation? Regards ypk ...

Web Application on both mobile and PC

We are developing an application to support on Mobile by using WAP and WML technology. Now the same application should work on PC. My question is, how do we detect that the application is being accessed from mobile or PC? ...

How should Web Applications Interfaces be designed?

I am building a web application and have been told that using object oriented programming paradigms affects the performance of the application. I am looking for input and recommendations about design choices that come from moving from One Giant Function to a Object-Oriented Programming Interface. In order to be more specific: If a W...

Not responding window

My code calls a Web service method which takes a few minutes to perform the operation. During that time my window becomes non responsive and it shows a complete white screen. I don't want to the call method from a different thread. It it the best way to handle it? Environment: C#, web service ...

Rational Application Developer freezes when opening XML files

When I try to edit an XML file in the XML Editor of Rational Application Developer for WebSphere Software version 7.5.4, the program becomes unresponsive. title bar has "(Not Responding)" appended to it menu bar disappears cursor switches to hourglass window can be dragged and it gets repainted normally window can be minimized and rest...

outof memory exception

i developed to send sms from computer to mobile using c#.net and ms.access. when i send more then 100 msg my system become slow and i got low virtual memory and system is hang. so i have to restart the system. i couldnot run the other application also bcz of slow. ...

Capture coordinates of the click in a web browser window on Windows machine

I am not sure if we need our own custom browser for this. If we do, what is your recommendation for open source browser? We need application that is able to capture location of user clicks on the web page in the browser on Windows machine (cross-platform would be a huge plus). Store the coordinates in the file. Later be able to open b...

How can i restrict Texting in iPhone if it is in Motion of 10MPH?

Hi All, could you please give me some information For how to develop an application/Service for iPhone/Smart phone to restrict Texting in device if it is in Motion of 10MPH speed. Thanks in Advance. Bhramar ...

Network/Online application in Java

Using J2SE, I tried making a LAN application using java.net.*, and it worked perfectly. I believe it's very similar (if not the same) concept to be applied for online applications. What package(s) or classes should I use to develop an online application? do I need a static IP address? Opinions, links and tutorials are welcomed. ...

Programming Games and Applications/OS

Hello, I am 13 years old and am interested in programming for games. I am currently building an iphone game with Shiva using Lua as the scripting language. After that, I am not sure what I should do or what languages I should learn. My goal is to keep building games but I also want to build my own game console. Of course, that wont be fo...

How can I tell my Cocoa application to quit from within the application itself?

I'm looking for a good way to tell my Cocoa application to quit itself. Rest assured that this will not be used for production code. I'm just looking for an easy way to run one test and then close the application during debugging. I have found that exit(0); will close the app, but it bypasses all of the normal application exit procedure...

Sharepoint web application creation using the object model

I am using the webapplicationbuilder class to create a new web application and have found many articles that help with this, none however seem to specify how you designate the URL or the application, i just get "sharepoint - 123" where 123 is the port specified and "servername/:123" as the url, whereas i need "http://myserver/. Thanks ...