application

run application after installshield patch

Hi! Anyone with installshield experience. I have this quick patch that will replace my recently installed exe. It works fine, no problem. However, what I need right now is to automatically run the exe after patch. How can I do this? Please let me know if you don't understand my question. :) ...

Email Hashes on Facebook

I have a question about email hash on facebook if the email address has been changed by the facebook user. My site stored the email hash to match with the facebook email hash to identify the user on our website is the same user on our facebook application. If a facebook user has two facebook account with different email address, and o...

WPF: Ribbon control application button and quick access toolbar location

How is the Application button and quick access toolbar placement accomplished? ...

ASP.NET Application Development – Tools

Hi, We are building an ASP.NET website using C#.NET language and VSTS 2008. Would you please let me know which are all the third-party tools those can help us in the complete SDLC of this project? Thank you.. Regards, Karina. ...

AVAudioPlayer error for Iphone Development

Hello , I am developing an iphone application using "AVAudioPlayer" for playing a ".wav" file . For this i am adding header file "#import <AVFoundation/AVAudioPlayer.h>" . But while compiling i am getting error like : ".objc_class_name_AVAudioPlayer", referenced from: literal-pointer@__OBJC@__cls_refs@AVAudioPlayer in Webv...

Soap request for GetListItems webservices for iphone development

Hello I am developing an iphone application for soap request for sharePoint i.e GetListItems web services. But I am getting different types of exceptions and i am very new to iphone and also soap request .. Error is :-- "Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)." And my xml code is :-- NSSt...

Tcl Starkit with MySql

Hello: Does anyone know what files are required for MySql to work with a Tcl Starkit? Currently, I have libmySQL.dll, libmysqltcl.dll, and pkgIndex.tcl. The pkgIndex.tcl has the following code: proc loadmysqltcl {dir} { set oldcwd [pwd] cd $dir load libmysqltcl[info sharedlibextension] cd $oldcwd } package ifneeded mys...

Retrieving data from OleDb query not displaying in MessageBox

I get no exception errors with the below code which could mean there is no problem with my sql statement. However upon trying to verify if it returns any value, i pass the returned items to a string value and try to display it in a message box. the problem am facing is the message box only displays the name of the column and not the dat...

Buffer, switch and loop playback of videos within an iPhone application to simulate a non-stop video feeds

I am not an iPhone developer (yet). So please excuse me if this issue is very basic question. From what I can gather from the development documentation, it is only possible to 'play' one video file at a time. The requirement I have is to switch from 1 video to another seamlessly or switch to a 2nd instance of the first video and keep '...

flash forum eingine (script) needed

Do any of you happen to know any flash forum scripts? I've so far found only the one called "FlashForum engine" www.chargedweb.com/ff/ Are there any other competitive engines on the web? I couldn't manage to find any others :( ...

Custom Application Icon for processing app

I've written a small Processing App which I'm planning to release soon. What's still missing is a sweet custom icon for Titlebar/Taskbar (Win) and Dock (Mac). Any suggestions how to do this? Thx! ...

Run windows service from winform

Hello All How can i control (start, stop) windows service from my windows application? ...

iPhone + application crash on device

Hello, I have developed one iPhone application with Snow Leopard (10.6.2) and Xcode (3.2.1). As many of us know that in this new version of Xcode we get facility of Build and Analyze (to check memory leaks and other issues). When I build and analyze my application, it gives me no error / no warnings. My application runs fine on simula...

Isolated storage vs Application data folder

Hi, Can some tell me differences between using isolated storage and Application Data Folder. Which folder is recommended to use to store application specific local store. ...

Android Programming - locking application

Hi all u geeks out there... i'm a novice in Android programming though had tried my hand on blackberry... currently i was asked 4 the possibility of making an application which can control access to other applications on Android... I mean something like asking password everytime some selected apps are opened... My question is.. "is it ...

iPhone + minor memory leaks + application crashes

Hello, I have developed an application, when I test for Memory Leaks using Instruments, I get very minor memory leaks. Yet my application crashes after some time. Sometimes, it crashes even when I am testing on Instruments, and during that time there are very very few minor leaks. What can be the issue? I am having only 6 GB memory o...

Where is the iPhone app EULA displayed for the user?

I am planning to submit an iPhone app for certain special purpose calculations. I want to add a legal disclaimer about the calculations somewhere so that the user can see it atleast once before starting to use the app. Should this go into the EULA that may be submitted as part of app submission process? Or should that be a one time scree...

How to download movie and save it to the iphone app sandbox?

Hi, What classes do i need to use for download movie and save it to the sandbox? Do i need to save it to the Documents library? Do i need to use initWithContentOfUrl? What tools do i need to this task? tnx. ...

Trying to make moving highlighted text type application that highlights text for help with reading pacing.

Programming language: Java Problem: I can make the highlight "snap" from word(s) to word(s), but the best outcome would be the highlight smoothly gliding across a given line and starting on the next line down as it goes out on the right side. Any suggestions? ...

How to apply MVC in Windows application?

I applied MVC (Model View Control) in web application but I never applied MVC on Windows application. How can I apply it in a Windows application? If any good link? ...