Search Result

Collapse
17 results in 0.0045 seconds.
Keywords
Members
Tags
api
  •  

  • delpi
    started a topic help me with one google translate question

    help me with one google translate question

    hi there,

    I have one big problem with my translator site. It works great since 1 month ago... Now, I have a problem with it, everything I wrote, they say 'error translating'. I think that google modify some things on APIs...

    So, my problem:

    I have this code:

    Code:
    <SCRIPT type="text/javascript" src="http://www.google.com/jsapi"></SCRIPT>
    <SCRIPT type="text/javascript">
    ...
    See more | Go to post

  • Get address/country of a website given it's hostname using C#

    I need to find out the location (address or country) of any website given its url. Is there any FREE website, API, or code that can be used to find out this data?

    I want the solution to provide a way with UNLIMITED number of look ups.

    I'm using C#.

    Thanks in advance
    See more | Go to post

  • David H
    started a topic Finding the user's AppData folder on Windows
    in C

    Finding the user's AppData folder on Windows

    I'm currently working on a screensaver for windows and need to store a settings file in the user's AppData folder. Right now I am using
    Code:
    getenv("APPDATA")
    to find it, but this seems somewhat unreliable to me. Is there a way to do this with the Windows API?
    See more | Go to post

  • Chris Parker
    started a topic Can I call C# code from unmanaged C++ code?
    in .NET

    Can I call C# code from unmanaged C++ code?

    I have a C++ application that needs to call a C# API. Unfortunately I can't utilize the /clr compiler option, so I have to find another way to use the API in the unmanaged C++ code.

    Any thoughts on how to do this?

    Thanks
    See more | Go to post

  • Connection pooling in ASP.NET/IIS for socket API-calls

    Hello,

    I need to communication with an ERP using sockets (API-calls) from a .NET website and I am wondering where to search for information on how to work with connection pooling within IIS. Is there some kind of framework that could be of help to achieve this? A dll-file will be used to make the socket-calls.

    Any other thoughts on how to do a connection pooling when using
    sockets?

    Thanks for any...
    See more | Go to post

  • Bergen
    started a topic Automated stock import - DSM12/14+
    in APIs

    Automated stock import - DSM12/14+

    Does anyone know where I can get more information about the DSM12/14+ format that is used by sites like autotrader,edmu nds etc for importing stock automatically?

    I can't seem to find anything about it on the web other than references.

    Thanks in advance

    Mystified
    See more | Go to post

  • Josh Argent
    started a topic How to maximize another program in C#?

    How to maximize another program in C#?

    I know there are loads of posts and articles on how to do this but I still can't get it to work :(
    I just get all kinds of error.

    Can someone maybe give me a simple sample of code to maybe maximize notepad on a button click.
    Thanks in advance :)
    See more | Go to post

  • API is to kernel as Protocols is to Network server ?

    Is it right to say that protocol plays the same role in networking context as API plays in context of kernel of a standalone computer? As both of them defines the way to access the intended services; over the network in case of “network server” and on standalone computer in case of “Standalone Computer”.
    See more | Go to post

  • kiwidankun
    started a topic How to access COM library from JavaScript?

    How to access COM library from JavaScript?

    I have a COM library provided by a vendor as an API. I want to call this from JavaScript to interface with their product. How can I call this from JavaScript? (please provide examples or links to pages that have examples).
    See more | Go to post

  • dvanmil
    started a topic MarshalAs COPYDATASTRUCT and SendMessage
    in .NET

    MarshalAs COPYDATASTRUCT and SendMessage

    I am having problems with Window Messages. I want to send the handle of a VB.NET winform to a VB6 application. The code I have used seems to work ok, since the message arrives at the VB6 app. However, I have a problem that sometimes I get an error stating that it is not possilbe to read or write to the memory and that memory might be corrupt.
    I have no idea what is causing this problem as I think I release the memory at the end of my procedure....
    See more | Go to post

  • popprem
    started a topic Image processing
    in Java

    Image processing

    Hi,

    I have a requirement to calculate the blue colored area in an JPG image. Can anyone suggest me a way to do this please?

    References for any libraries or APIs are highly appreciated.

    Thanks in advance.

    Regards,
    Prasath.
    See more | Go to post

  • mailbill
    started a topic call xml-rpc api using php
    in PHP

    call xml-rpc api using php

    I saw a http://foxrate.org/
    They gave me a refference to use their api but I am newbie. How do I call this?
    See more | Go to post

  • SaubhagyaID
    started a topic Open a pdf file in C# winform

    Open a pdf file in C# winform

    Hi,

    I need to open a pdf file in a winform using C#. I would prefer to use acrobat reader ocx control, but I don't know where to find it and how to use it.

    Please help me in this regard.

    I can also use APIs other than acrobat reader ocx provided they are free of cost and bug free.
    See more | Go to post

  • Is java the right language for a custom search engine marketing application?

    I own a company that focuses on managing search engine marketing campaigns for local businesses. As such, I am currently licensing several applications to manage my client campaigns.

    I am wondering what would be involved in creating an application that would rely heavily on receiving, aggregating, manipulating, and calculating data that we receive from the search engines to use in automated campaign optimization including things like...
    See more | Go to post

  • borjolujo
    started a topic P/Invoke calls with pointers
    in .NET

    P/Invoke calls with pointers

    I´m noob with C++, i need the Visual Basic .NET (Compact Framework 1.1) P/Invoke calls of a Garmin Mobile XT API functions (http://developer.garmi n.com/mobile/mobile-sdk/). I transforms others calls, but these with pointers and handles is too hard to me. Here is the info:


    -- Function prototypes --
    QueAPIExport QueErrT16 QueCreatePoint( const QuePointType* point, QuePointHandle* handle );
    QueAPIExport QueErrT16...
    See more | Go to post
Working...