sdk

Easy way to dismiss keyboard?

I have quite a few controls scattered throughout many table cells in my table, and I was wondering if there's an easier way to dismiss the keyboard without having to loop through all my controls and resigning them all as the first responder. I guess the question is.. How would I get the current first responder to the keyboard? ...

Java screen capture applet

Hello, Am wondering if there is any applet which I can use and customize to capture the users screen (windows and mac) in java? I saw jxCapture but it takes only screen shots. I want to use the tool to capture the screen (for screencast) and then export as flv format. Am wondering whats the best solution for that? Is there any applet/s...

fbConnect for iphone - Posting photos to news feed and automating a link to itunes app store.

is there a way to make a fbConnection for iphone within an app environment on the iphone and post a Photo to your FB newsfeed after a secure login without leaving the iphone app environment? ...

iphone app buyer information

do you get iphone app buyer information once your app is on the app store? like emails and such? ...

What's the recommended way to get winhttp.h?

Our application uses libcurl for HTTP, and we want to get access to Internet Explorer's proxy settings. An earlier Stack Overflow question recommends that we use WinHttpGetIEProxyConfigForCurrentUser and WinHttpGetProxyForUrl. Unfortunately, the winhttp.h header does not appear to be included with our copies either Visual C++ 2005 or Vi...

How do I push grouped tables down in the view on the Iphone?

Below shows the default position when you add a grouped table to a view? How do I push the entire grouped table down in the view? ...

Microsoft/Ford Sync SDK

Just got a car with the Microsoft sync system in it. Did a quick search online and was curious if anyone is aware of any SDK that may exist, sample open source add-on applications, etc. Thanks in advance. ...

What are some good approaches to learning the Half-Life 2 SDK?

I have been a Half-Life lover for years. I have a BS in CS and have been informally programming since High-School. When I was still in college I tried to become a mod programmer for fun..using the first Half-Life engine...didn't work so good. So i figured after all my great college learrning :-) I would have more insight on how to tackle...

iPhone SDK 3.0 beta 4 broken, Internal Error

Final Edit: This problem is solved, after I downgraded to SDK for iPhone 2.2, then deleted all the files in the Crash Logs in the Organizer window (then upgrade back to 3.0 beta 4). Apparently there were too many of Crash Logs associated with my iPhone (like 300+). Thanks you guys for insights! Original problem: After I update my iPhone...

Win API for changing input language programatically

Hi, I want to change the input language in WinXP to Spanish, programatically. Is there an API to suport that? Thanks ...

OpenXML SDK Spreadsheet starter kits

I am trying to start working with excel documents through the OpenXML SDK Spreadsheet API. But I havent found any good guides or even examples on how to create a xlsx file from scratch. Only how to open an existing document and modify it. I have been thinking on having a empty template document and make a copy of it an then begin my pro...

API vs. SDK

I am trying to explain to a non-developer the difference between an API an SDK. I need to explain why a commercial fingerprint software vendor will likely not provide an SDK although they may certainly have used one. But both device vendors and software vendors can and should expose a well-defined API. This API allows other software prog...

Where is the .net 3.5 SDK?

Can anyone please provide a link to download the .net 3.5 SDK? I checked the MS site and google but cannot find a download link for this. Thanks... ...

Windows Media Encoder installation issue

Hello everyone, I have a program written in C# and dependent on Windows Media Encoder 9 Series SDK. In order for my program to run on other target machines, I have to install the whole Windows Media Encoder on target machines. My question is, I want to reduce the overhead of installation the whole Windows Media Encoder on target mach...

Add custom Format in Powershell SDK without SnapIn usage

Dear Friends, I am developing a .NET/C# 2.0 application which uses the PowerShell SDK for script execution. I am not using SnapIns. I am setting everything directly through PS's RunspaceConfiguration. So my problem is that I cannot add a custom format for my type Plux.ExtensionTypeInfo implemented in the application. ( Plux.Extensio...

Why is SvcTraceViewer included into Windows SDK and NOT to .NET Framework tools?

It is a WCF tool and why it is located within Windows SDK and not inside the .NET Framework? ...

WebDAV vs. SDK for accessing the Exchange 2003 calendar

I'm trying to figure out how to access the calendar of Exchange 2003 from a remotely hosted ASP.NET/C# page (I only need to read and display calendar appointments/meetings etc.). As I understand it, I'm mainly down to two options - using WebDAV or the Exchange SDK. I have found some good examples of how to use WebDAV, although I've not ...

pushViewController debugging

I am trying (from my 3rd child in the heirachy) to load the root view with the following. This does not work and I get the following error when the below code is run. -[DetailViewController clickButton:]: unrecognized selector sent to instance 0x1161e00' Code: MapViewController *dvController = [[MapViewController alloc] initWithNib...

How to find Windows SDK's SetEnv.cmd / SetEnv.cmd Does not work correctly

We have a Team City Build Server running and want to compile a Visual C++ project. So far this would be easy, since I've setup our Windows Build Agent with the Windows SDK, but we don't have a solution / project file. The project files are instead created with CMake. CMake seems to be a little bit dumb (can't generate Solution when Visu...

Touch in cocos2d?

Cocos2d question?? How do you change the touch type? Look below image = [MenuItemImage itemFromNormalImage:@"image1.png" selectedImage:@"image2.png" target:self selector:@selector(step1:)]; Menu *menu = [Menu menuWithItems:image, nil]; image.position = cpv( -135, -185); [self addChild: menu z:2] step1 is a void defined to do somet...