API
An application programming interface (API) is a set of declarations of the functions (or procedures) that an operating system, library or service provides to support requests made by computer programs.
Language
Any
Platform
Any
License
Any
if any one know do share with us
Just use classic Win32 Audio apis
ask on Win32 group http://tinyurl.com/yjy3ajr
for official samples (MS)
It's an old Win32 FAQ.
Ask on Win32 group http://tinyurl.com/yjy3ajr
(since 1995 for 32-bits...)
Well, there aren't many reasons why this should fail.
Check that you have DirectX version 9.0c(use DxDiag). If you do, then make sure the versions of the DirectX header files you are using match...
Hi,
I have an application (2D editor) compliled on Vista (US version) using Borland compiler. If I use the default map mode (MM_TEXT) the application works on all versions of Windows OK. If I use...
I'm so sorry if this is in the wrong section.
My problem is that this line of code keeps failing:
d3d = Direct3DCreate9 ( D3D_SDK_VERSION );
if ( !d3d )
{
MessageBox ( hWnd,...
Hi Pero,
You should check out GemBox.Ppc - AdWords API .NET library. I think it is exactly what you are looking for.
Also, AdWords API C# and VB.NET examples are provided to help you get start...
Hi,
I would like to modify source code of an existing application (Gvim) in order to make my toolbar able to move.
First a CreatewindowEx is returning an handle and the createtoolbarex is made...
Thanks for your help. That worked!
Perhaps it should be "Path.BMP"?
If you send EM_SETSEL from WM_INITDIALOG handler, then Windows will set the focus to it when dialog is displayed. You have to delay that message, so it will happen after dialog is initialized and...
I thought someone would have an answer by now.
I have a dialog box with an edit control created using the CreateWindowEx function.
CreateWindowEx(WS_EX_CLIENTEDGE, "EDIT", "", WS_CHILD | WS_VSCROLL | WS_EX_OVERLAPPEDWINDOW | WS_TABSTOP |...
What windows API functions give
me access to read sectors
directly of
HDD or CD/DVD-ROM?
Or access to ide controler functions?
Thanks.
Hi all peolple!! Excuse me, but i don´t write english very good. I`m working with a ARMv4i and OpenglES. When i use the glulookat function, opengl draw strange things. I think it's an overflow...
I do not need it to read captcha codes or something like that but simple images. Only things like simple numbers and letters, nothing super hard like finding an A in an image with a million B's or...