Hi
I have a compiled C/C++ Dll.
I would like to know which external API function is called by this Dll.
Do you know any tools which can provide these informations.
Thanks.
...
I asked same question on stackoverflow.
First, here is a picture of what I see http://img713.imageshack.us/img713/4797/iedrop.png
I need an solution to clear addressbar dropdawn, but not using ClearMyTracksByProcess or IE dialogs. I need to delete only a specific URL and all his traces.
I deleted manually all traces of that URL in:
...
I have a program, where I need to disable a specific button on toolbar. "Save" on the Adobe Reader control.
I know it's possible to hide a control by locating its window handle.
Using Spy++, I found the required toolbar. It has buttons and text fields. Although text fields are child windows of the toolbar, buttons aren't windows at all...
how is it possible to get traffic data, sub domains data, country rank in percentage like in http://www.websiteoutlook.com/www.google.com ?
...
In my application, I have a component, which opens a pop-up window (save dialog). There's no legitimate method for disabling that dialog. Killing it by timer is not reliable way.
Is there any accurate way for preventing the dialog from opening?
...
I would like to migrate a project (legacy code which I am not quite familiar with) from Xerces-C v2.x to v3.x.
It turns out that Xerces-C v3 dropped the DOMBuilder class. The migration archive tells me this:
...a number of DOM interfaces (DOMBuilder, DOMWriter, DOMInputSource, etc.) were replaced as part of the the final DOM Level 3...
Whenever I ask people about the difference between an API and a library, I get different opinions. Some give this kind of definition, saying that an API is a spec and a library is an implementation...
Some will tell you this type of definition, that an API is a bunch of mapped out functions, and a Library is just the distribution in co...
Hi,
We are thinking on moving our Rest API Server (it is inside the web service, on Symfony PHP) to Scala for several reasons: speed, no overhead, less cpu, less code, scalability, etc. I did't know Scala until several days ago but I've been enjoying what I've been learning these days with the Scala book and all the blog posts and quest...
I want to work on personal project working with books and magazines. I was wondering if there were any APIs for the EPUB standard. That are open to the public.
Please and thank you
GC
...
I am trying to retrieve market data from Yahoo! finance and the script has worked fine for years, but recently, it stopped showing The Dow Jones data. Here is the URL:
http://download.finance.yahoo.com/d/quotes.csv?s=^DJI,^IXIC,^GSPC,^TNX&f=snl1d1t1c1ohg
The URL should return data on:
Dow Jones
NASDAQ
S&P
10 Year Bonds
It actua...
Hi,
I'm updating my first Safari Extension, and need some quick help.
I've created a button (Although I eventually want it to automatic) that essentially executes a javascript script.
I need the script it runs to use a variable which it will grab from the settings in the Preferences panel.
How do I get it to check, I know there's some so...
Hello,
I've been searching for a way to get user's information when logged in. I noticed that when I log in, I get more information on the user rather than not logged in. I tried php and js apis but they still doesn't work as I expect them to.
So I'm searching for a way to log in and request that information, what's the simplest way?
...
Hello,
I want to post status on twitter. So, can any one tell me the latest api for posting status on twitter.
Thanks in advance,
Steve
...
Hi,
Does anyone know of a Java preprocessor library? I'm searching for something like m4. I could just invoke m4 from Java and capture the result, but I don't want to depend on m4 being installed in the systems where the application runs. A standalone Java API that is similar to m4 would be great.
Thanks.
edit: I think I didn't explai...
Hi,
first sorry for my english. i´m a german. My Question / Problem:
I have a map with a lot of polygon´s. All geodata comes from a database.
I will create a new polygon and all polygons inside the new one should be
change the color. Is this possible? Any solutions? Is there any example out there?
Thanks a lot for any help.
Martin
...
I'm busy integrating google webmaster tools into my mvc2 project. I downloaded the google Data API SDK here. But i can't figure out how to connect to the api and retrieve information from it. I can't find any assemblies in the SDK i can use in my testproject to connect to the webmaster tools api.
If anybody already tried or has informat...
I am currently trying to find a way to make a request to get only the songs for artist with two bits of information for example.
I am searching for any of Ushers songs that have the word remind in them
Here's an example for Usher
http://ax.itunes.apple.com/WebObjects/MZStoreServices.woa/wa/wsSearch?term=usher
I see many other examp...
Hi all,
I have written a C library which consists in a few .h files and .c files. I compile it as a .a static library.
I would like to expose only certain functions to the user and keep the rest as "obscure" as possible to make reverse engineering reasonably difficult.
Ideally my library would consist of:
1- one .h file with only th...
I run a site that is an implementation of a proprietary hosting+cms solution. This solution offers a nicely doc'd API that I have had several contracted programmers interface with in order to build custom extensions of the site functionality.
As such, I have had to share my API keys several times. The methods called by the API can ope...
So I'm getting started learning Rails. Now that Rails 3 is out, I want to stick to learning the Rails 3 way of doing things. One of the things I want to learn how to do is how to consume web services / work with third party REST APIs / create "mashup" applications. I've only done minimal work like this with PHP and pre-built libraries.
...