z-wheel events - Microsoft Visual C & C++
Hello,I am developing with Visual C++ 2005 Express Edition and I would like to know how to see z-wheel events of the mouse in order to change the focus of a component on my visual interface.That is to...
View Articlez-wheel events - Microsoft Visual C & C++
Hello, I am developing with Visual C++ 2005 Express Edition and I would like to know how to see z-wheel events of the mouse in order to change the focus of a component on my visual interface. That is...
View Articlez-wheel events - Microsoft Visual C & C++
Hello,I am developing with Visual C++ 2005 Express Edition and I would like toknow how to see z-wheel events of the mouse in order to change the focus of acomponent on my visual interface.That is to...
View ArticleZwNotifyChangeDirectoryFile - Microsoft Visual C & C++
I need to monitoring changes in a directory file....Who used this function ? How?......(with 1 answers.)
View ArticleZwQuerySystemInformation - Microsoft Visual C & C++
What 's the Difference between About this Function Between Win2K and WinXP,I Use the API Hook Like Thisextern NTSYSAPI NTSTATUS NTAPI ZwQuerySystemInformation( IN ULONG SystemInformationClass, IN PVOID...
View ArticleZwQuerySystemInformation: buffer size - Microsoft Visual C & C++
Hi. How can I know beforehand the buffer size (or the number of processes) used in ZwQuerySystemInformation function? I use SYSTEM_PROCESS_INFORMATION as enum value of the SystemInformationClass...
View ArticleZwReadFile() always fail ..why? - Microsoft Visual C & C++
//Please help me to fix itThanksbelow is my codes//#define DEFAULT_LOG_FILE_NAME L"\\??\\C:\\image.dat"UCHAR buf[176*144*4];OBJECT_ATTRIBUTES objectAttributes;NTSTATUS status;HANDLE...
View ArticleZwWriteFile Never Succeeds. - Microsoft Visual C & C++
Hi AllMy ZwWriteFile does not succeed at all.ZwCreateFile works fine,ZwReadFile works fine but ZwWriteFile it alwaysgives me a NTSTATUS return of -1073741816 meaning invalid handle. I am notable to...
View Articleaccess 2007 setfieldvalue() - Microsoft Visual C & C++
<a href="http://www.7prog.com/visual-c-c++/79636/">http://www.7prog.com/visual-c-c++/79636/</a><br />there is a problem with setfieldvalue() in access 2007...
View ArticleStingray SECWorkbook - Open context menu after right click on tab - Microsoft...
Hi, is it possible to catch the situation, if user right clicked on one of the SECWoorkbook tab? I want to show context menu, which offer item for close the tab. Thans for replies.......
View ArticleZ-Order of controls on a Dialog - Microsoft Visual C & C++
Hi, How do I determine the Z-Order of controls on a dialog? Can I do it from the resource editor?How about the zorder of ActiveX controls? Are they always on the bottom?Thanks, xnxn......(with 3 answers.)
View Article