I\'m using this script on a LAN to get each of the machines to list out their local administrators and users. There has been a security breach in our network where a couple students have created local
I\'m trying to set pixel by mouse click, but nothing happens when I click. Here is part of my code. First, I control window size changing in WM_SIZE.
VMWare Workstation does something quite cool when I try to shutdown Windows while a Virtual Machine is running:
In function _beginthread, what does the second argument (stack_size) mean? S开发者_如何学JAVAtack size of where? And what does the default value (0) mean?The stack size of where?
I have been trying the following piece of code that does not work. What I am trying to do is to start executing my exe (one that I created a simple dialog based application using VC6.0) then from insi
Do I need to use HeapLock and HeapUnlock functions in winapi whenever I want to use HeapAlloc or HeapFree in a multithreaded program which use the same handle to a heap?
I\'m writing now simple mspaint-like program in C++ using windows.h (GDI). For my program I need only pen tool. So, I need to store somewhere main window\'s picture (for ex. in memory HDC and HBITMAP)
I would like to write an application which passes every message it receives to another window. For example, I have an application where user can press some keys, move mouse over it, etc. and I want al
I am using Windows 7 and developing a chat-like application with Visual Studio 2010. I am looking for an EASY way of capturing audio from a microphone (or rather, from the default recording device), c
I am developing a Winamp plugin that requires a user a to authenticate on a website that I display in the minibrowser. After the user authenticates I would then like control to be given back to my plu