application

Check if an application is idle for a time period and lock it.

In my project I need an application lock (same as windows lock). If the application is idle for a time period the application should be locked i.e, the login window for the application will appear. How can I do it in a WPF C# application? ...

Windows processes vs. applications

I can easily identify running processes by looping through the WMI Win32_Process elements. Is there a similar way to identify "applications" as in Task Manager? I assume that this is comparable to knowing whether the process has an open window. For example, when you exit Outlook, the OUTLOOK.EXE process keeps running. Task Manager no...

Can I pass a parameter to an Adobe Air app installer and use it at first startup?

I need to offer the opportunity to install a personalized Adobe Air application from a website. Every user should be able to download an individual version of the app out of their user profile. Therefore i need to pass an id (e.g. the user id) to the installer which should be available at the first startup of the app, so that i can store...

How do I make my Java application identify itself to Oracle on connection?

When my application connects to an Oracle database I want to be able to see by looking at the active sessions in the database that it is connected. Currently it identifies itself as "JDBC Thin Client" because that's the driver that I'm using, but other Java based applications that I have are somehow able to set this value to something mo...

Delphi - most successful applications developed

Can you name famous, successful applications, applications in development, future applications, that are developed with Delphi? The kind of applications that you use everyday is encouraged. Some of I know: Total Commander TopStyle Skype PHP Designer edit I'm not very interested in listing of applications taken from Google. Just the...

iPhone - Maximum Download 3G Size MB

I have heard the maximum download size for an app through ATT wireless 3G network is 10MB, anything over that size you will need a wireless router to download the app. I am building a game with numerous images and am trying to keep it under 10MB. Does anyone know if the xcode app's binary file cannot be 10mbs or the itunes .ipa file ca...

Are There Any Good Open-Source Mac Application Templates

I am looking to make a Mac version of one of my iPhone apps and was looking for a good ay to hit the ground running. I know how to code in Objective-c and Cocoa, and I know how to piece something together from scratch if I have to, but I am looking for an easier way. Are there any open-source templates for coding Mac desktop applicatio...

Application Role connect to SQL Server with "Login Failed" error

Hi all I have a program which would use the Application Role to write data to a SQL Server 2005. using (SqlConnection sqlCon = new SqlConnection(connectionString)) { SqlCommand sqlCommand = new SqlCommand(); sqlCommand.Connection = sqlCon; sqlCommand.CommandTyp...

host dotnetnuke application and database

Hi, Is there any special steps to host the dotnetnuke application and database on ftp server, if any then provide the steps to be follow to host dotnetnuke application.. ...

How can I write portable Windows applications?

Sometimes, I want to write an simple application which will works on any Windows machine, without installing any programs or components (ex. .NET Framework), in a C# or Java like programming language. How can I do this? Thanks. EDIT: Added the 'like', sorry... ...

Launch Google maps app from iphone application

Hello, I'm trying to launch google maps from my iPhone application. The launching part works fine but since the iPhone 3.1 update (i think it was around this time) I get a zoomed out map of the US and Canada rather than zoomed in on my current location. Everything worked fine originally but sometime around the update things stopped wo...

How to set alarm using UIDatePicker?

Hi friends, I am developing an alarm clock application in iphone. I am not able to find how to set alarm which will trigger even if the app is not running. Please suggest me some code or tutorial to do it. Thanks in advance. ...

Developing a fullscreen "media player" on linux

Hi all, I'm a Windows developer and I need to develop a Linux application. The goal is to have a fullscreen application being able to display different media types (images, videos, flash). There might be multiple media files being displayed at the same time on the screen (if the screen is split in multiple zones). Can someone point me ...

Regarding Application Templates

Hi Folks , Here is Jagadeesh, New to the Iphone Development Platform , i need to know the Difference among the Templates for our Applications( like we have Navigation, view, window, Open Gl, Tab Bar, Utility type application)over there and there is a small description at the bottom of the pane , can anyone let me know the Complete descr...

Java based web framework alternatives

Hello, I'm trying to pick a web framework that is Java based to start a new project and so far I'm having a bit of trouble deciding. I have been using plain GWT and I have to say that is very good, the architecture, the APIs and the docs are all very good, but I lack the knowledge to apply CSS and prettify my widgets, so I need somethin...

Concept Application Server IDE CIDE will not launch on XP in IE8?

I am trying with concept://localhost/Samples/CIDE/cide.con with the server running as an NT service A few code examples run (many crash Client.exe but not the server) e.g. concept://localhost/Samples/test.con runs. thanks ...

ASP.NET MVC Application Variables?

Hi, are there Application variables in ASP.NET? I want to store for all Users an Object which should be independent updated every 5 Minutes. But all users should always see last version of it. Any suggestions (C#)? ...

ASP.NET Application - Time and Cost estimate

Hi, I am building an ASP.NET application. Here I need to provide time and cost estimate for this application to my boss. Would someone guide me how to proceed on this? Please refer few good tutorials /links to carry-out these calculations. Thanks and Regards. Bhavna. ...

windows form application

I have code in c++ about AVL TREE AND have all function..the code is in win32 consol Can i include it to project in windows form application without rewrite it another or in the so simple try?????? because i have so much project in consol and i want to apgrade it thank you very much.... ...

ASP.NET not parsing query strings

I'm working on a web application and instead of using Membership I use the FormsAuthentication directly. The problem is when I do a Form post I'm able to get all of the fields but it is not parsing the query strings. When I look in the debugger the query string is there in the URI but not in the QueryString array. I'm trying to get th...