thirdparty

The best 3rd party component for generating Excel spreadsheets from ASP.NET?

I want to generate simple excel spreadsheets with only tabular data that opens in excel when the user clicks a button or a link on a asp.net page. I would like suggestions of good 3rd party components that generates the excel file. A must: native 97-2003 xls files, simple, not expensive. Don't want: office automation, csv/html/text-so...

.NET component that implements sliding dialogs (drawers) ala WinAmp

Has anyone seen or used a third party .NET GUI component for implementing the sliding window/dialog effect seen in Winamp when using the Modern Skin and clicking on the Config button that opens the Configuration Drawer? ...

C#, Lotus Interop: Getting Message Information

I'm using Interop.Domino.dll to retrieve E-mails from a Lotus "Database" (Term used loosely). I'm having some difficulty in retrieving certain fields and wonder how to do this properly. I've been using NotesDocument.GetFirstItem to retrieve Subject, From and Body. My issues in this regard are thus: How do I retrieve Reply-To address...

Best practices for 3rd party library to facilitate integration

This is kinda a general question for the development community, since there are lots of experienced devs here. I'm currently building a developer utility addin module which requires code to exist in applications which will be adopting it. I'm looking to support at least native C++ and .NET applications initially, with support for other ...

Using Debug Thirdparty DLLs in Production

I want to use Rhino Tools in an application (for the Binsor support). There isn't a binary release so I'm downloading the source and compiling it. It compiles the debug binaries no problem, but the release build fails. The app that I'm developing will be deployed with release binaries, but will have to reference the debug build of Rhino...

Best practices with Unit testing on Third Party software API's (AutoCAD)

Hi, We are developing applications for use within AutoCAD. Basically we create a Class Library Project, and load the .dll in autoCAD with a command (NETLOAD). As so, we can use commands, "palettes", user controls, forms etc... AutoDesk provides an API through some dll's, running in their program directory. When referencing these dll'...

Has anyone used the ASPxperience Suite of tools?

Just wondering if any one has used the free controls available on ASPxperienceDemos and can vouch for them being good for use even under high stress situations. We are building an internal web app and it will be getting upto 350 concurrent users during peak hours. More specifically the following controls ASPxLoadingPanel ASPxDataVie...

Deploying annotated EJB 3.0 beans from third party jar to JDeveloper embedded oc4j container

Using JDeveloper as my IDE, I have a web application which calls services provided by annotated EJB 3.0 beans packaged in third party jar. How do a configure the web application project to deploy the beans to the embedded OC4J container when I run the application? The jar file is reference by the project, and I have a META-INF/applicat...

Trouble Using Third Party Framework In Xcode 3.2

I am attempting to set up my own project using a third party library (MPOAuthConnection) for connecting to an oauth REST API. Steps I've gone through thus far: Downloaded source for MPOAuthConnection. Built source and had a resulting MPOAuth.framework in the Product tab. Opened my existing project and dragged the MPOAuth.framework in...

Can I use the libxml framework in an iPhone app?

I am developing an iPhone app that requires XML parsing. Can I use the LibXML framework in my app? Will Apple approve my app if I use this framework? ...

What is a third party cookie?

What is a third party cookie and how is it used in Facebook connect feature? ...

embedding thirdparty application in the panel of my own program using c#.net

can u give me the solution for embedding third party application in the panel of my own program in c#.net. i have the solution for embedding OS application in the panel but i want to call the third party in the panel of my .net program ...

embedding a third party exe within the panel of c#.net program

how to embed third party exe within the panel of my c#.net program by panel i mean a toolbox control that is drag and droppred in the winform. ...

How to include third party dll's into Executable file created by Release Mode debugg?

Hi! all I want to give only .EXE file of my Windows Application I used some thridparty dll's in this. When i open this exe file it is asking for third party dll How to solve this problem? Help me please??? Thank u all ...

rails send parameters to a third party in a post request

I am using a payment gateway in my rails application, how can i redirect to gateway from my controller and pass all the parameters required by the gateway. basically its a post request. ...

How does "Facebook Connect", "Sign in with Twitter", etc. work technologically?

I'm curious how these systems work technologically. As I understand it you do the following as a user: Go to your favorite 3rd party site. Click the "Facebook Connect" button. Log into Facebook (if not already). Authorize Application You are routed back to the 3rd party site logged in. But, how does the 3rd party site talk to FB abou...