How would I go about programming a stock-trading application that can display information from the Bombay Exchange, as well as others? I'm open to suggestions in java, c, or even asp.
Silverlight Out-of-browser applications get installed to a seemingly random location:
AppData\LocalLow\Microsoft\Silverlight\OutOfBrowser\2333572144.www.microsoft.com
for example.
Currently, I am simply storing this path, which works perfectly well on a single machine and a single install, but how can I refer to this application between different installations?
Hello Experts,
I posted this query here, but as usual, noone knows / no replies
http://www.anddev.org/viewtopic.php?p=41513#41513
How can I launch the android default mail application through the click of a button in my code?
I would also like to know, how this can be done to launch the contacts list also.
Any help in this regard is appreciated,
Regards,
Rony
Hi
I am looking for a very memory-efficient (like max. 500 bytes of memory for lookup tables etc.) implementation of a Reed-Solomon encoder for use in an embedded application?
I am interested in coding blocks of 10 bytes with 5 bytes of parity. Speed is of little importance.
Do you know any freely available implementations that I can use for this purpose?
Thanks in advance.
I have developed a media based application that runs on a device with Win CE. I need to have a mute/unmute button for controlling the application volume. I have developed the app using .Net compact framework.
Hello guys,
As a .net developer main c#, I want to know what would be the best approach for me to develop Phone application that runs on major phones.
Just to let you know Iphone is out of the question because of the costs that are involved, not ready to buy Mac book.
I want something I can develop within Windows operating system, Android could have been the best option but it does not integrated well with .net.
Any idea please ?
Terry
I have created a sdf database in a mobile application.
Now I want to synchronize that database to a sql server database.
How it is possible?
Please help.........
How do I create an Application Pool on IIS 6.0 using a Powershell script?
This is what I have come up with so far:
$appPool = [wmiclass] "root\MicrosoftIISv2:IIsApplicationPool"
Thanks
Is it possible to port a C++ application which uses the STL extensively to Android? I understand that currently the NDK does not support this, but is there any effort (open source or otherwise) underway to achieve this?
If not is there a way to cross compile libstdc++ for Android?
Hi,
I having a hard time to consume this webservice https://www.arello.com/webservice/verify.cfc?wsdl in my rails application.
I successfully generated the ruby files with the wsdl2ruby.rb but when un run the generated script I get the following error:
at depth 0 - 20: unable to get local issuer certificate
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
I also tried to connect via this script but same issue
require 'http-access2'
client = HTTPAccess2::Client.new()
client.ssl_config.set_trust_ca('/arello.cert')
puts client.get('https://www.arello.com/webservice/verify.cfc?wsdl').content
Any ideas?
Thanks
Hi, I checked other questions and found none with my doubt.
Is there a way to display an UIActivityIndicatorView "on top" of Default.png while my iPhone application is being loaded?
Thanks in advance.
Camilo @ lx-apps.com/
I am adding a bmp file to the media store using the line below
ContentResolver cr = getContentResolver();
Uri uri = Uri.parse(MediaStore.Images.Media.insertImage(cr, bmp, "name", "now"));
I then go to the gallery application and it shows the image, but shows it under "Camera Pictures".
Is there a way to change this to its own group, perhaps to its own group? Do I need a custom content provider for this?
Thanks.
Few days ago all was ok: when I started my web-site with Silverlight 4.0 application with F5 in Visual Studio debugger was connecting to Silverlight automatically, but now it doesn't.
I've tried to attach manually from "Debug"-"Attach to process" with "Attach to" option set into "Silverlight code" value. But my breakpoints are still "disabled"...
Why? How can I resolve that?
Thanks.
I just installed the latest Mono framework and MonoDevelop.
When I create a new solution under C# there is no GUI based application.
How do I create an app that has a GUI and buttons etc
Hi, when I call Application.Run() on a form, this command halts the program until the form is closed, it seems. Is there another command I can use to create the form without halting the program? Thanks
I'm interested in UI testing a client only Java application. What is the most popular framework for doing so? What is your recommended framework? Also, why doesn't Selenium do this (or does it)? It seems to me that anything that can test a web app should be able to test a windows app.
How do you detect the application heap size available to an Android app?
I heard there's a function that does this in later versions of the SDK. In any case, I'm looking for solution that works for 1.5 and upwards.
In Logging Application Block in Logger.Write it takes event id as one of the parameter which is integer.So how to decide what should be passed as event id?
I wrote a visual c# 2008 windows form application ,then i edited the code in a computer which had visual studio 2010,but i can no longer run it in visual 2008,is there a way i can do this?
Hi all,
I have a simple axis 1.4 web service which I deployed successfully and can invoke it from main method of a Java class.
This works fine but when I try to invoke it from a web application it throws an exception saying 'Class not found' for the class 'ws/impl/AwardWebServiceSoapBindingStub'.
I tried to debug it but could not find anything.
Any help? Thanks in advance.
Regards,
Jani.
What are the usual problems / stumbling blocks / issues / drawbacks when using a legacy database with a new rails application?
We have to decide between using an old database or writing migration scripts to bring data from old database to new database following rails conventions. What would you suggest?
Hello,
How can i go about using bar code reading capabilities with my S60 application?
Is there any free libs that i can use? or even comercial ones?
Thanks.
I am going to use the DAAB to prevent a lot of manual labor in my database intensive application. But before I get started I would like to know if there would be any noticeable perfoemce differences between using the native ado.net datareader and the DAAB.