I see ther开发者_JAVA技巧e are BN_CLICKED and BN_DBLCLK notification messages for a button control. but how would i catch a right click message for any button control?You can use WM_RBUTTONDOWN, WM_RB
My application writes some bytes of data to an alternate data stream. This works fine on all but one machine (Windows Server 2003 SP2).
I am a newbie when it comes to gVim, Perl & test scripts, so I hope this is not a stupid question?
Point out my Error am doing some video process am render my video in a Picturebox.... here my problem is if i resize the picturebox i need to resize video also .
开发者_开发知识库I\'ve been told that every COM method callable from C++ code (take for instance IHTMLDocument2::write) has an equivalent C declaration, usable from C code...
The title sort of sums it up. I was thinking of using Jabaco seeing as it makes .EXEs (as well as .jar files), and I\'m more familiar with VB syntax than with开发者_JAVA技巧 Java.You could certainly d
i have a web-browser control, through this i am able to navigate diffrent sites. how to take the bitmap of the site 开发者_运维百科we visit.
Is there a Windows API call that will tell me if I\'m running on a 64-bit OS?I have some legacy c++ code that makes a call to GetVersionEx to fill in a OSVERSIONINFO structure, but that only tells me
I am having a strange problem ( well, at least i find it strange =) ). I am writing my own GUI library, which is a wrapper around windows api (and yes, i am aware of WTL and frameworks like MFC =) ).
I have a Windows console application written in C++ and want to hide/remove the complete title bar of the c开发者_JAVA百科onsole window, including the close, min/max controls etc. I searched a lot but