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.
Forum Post

Re: how to make this graphic in C++

if any one know do share with us
Forum Post

Re: how to load an audio file like .wav file in c.

Just use classic Win32 Audio apis ask on Win32 group http://tinyurl.com/yjy3ajr for official samples (MS)
Forum Post

Re: Reading sectors

It's an old Win32 FAQ. Ask on Win32 group http://tinyurl.com/yjy3ajr (since 1995 for 32-bits...)
Forum Post

Re: DirectX Initialization Problem

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...
Forum Post

Windows coordinate system different in US and European versions (?)

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...
Forum Post

DirectX Initialization Problem

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,...
Forum Post

Re: Automate AdWords campaigns

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...
Forum Post

Moving a toolbar

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...
Forum Post

Re: Edit box highlights text when initially set

Thanks for your help. That worked!
Forum Post

Re: External BMP to toolbar buttons

Perhaps it should be "Path.BMP"?
Forum Post

Re: Edit box highlights text when initially set

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...
Forum Post

Re: Please Help with problem with Matrices, Reflections, Rotations

I thought someone would have an answer by now.
Forum Post

Edit box highlights text when initially set

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 |...
Forum Post

Reading sectors

What windows API functions give me access to read sectors directly of HDD or CD/DVD-ROM? Or access to ide controler functions? Thanks.
Forum Post

LookAt and OpenglES Problem!!

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...
Forum Post

Re: Automated mouse-movements and reading

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...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.