In my windows form application I want to capture the windows 7 snap message, does anyone know which message is generated when the window is about to be snapped.
So I am trying to compile legacy app from 32 bit to 64 bit.. I re-compiled all of the libs it used and made it look into WIN SDK6.0A x64 bit for libs..
I have a 32-bit process that can run either in 32-bit or 64-bit Windows. So, naturally, if the process tried to access the file c:\\windows\\system32\\file.ext, it would be redirected to c:\\windows\\
Supposing that memory is not an issue does targeting a 开发者_JAVA百科64 bit OS make a C/C++ Windows console application run faster?
I have developed a windows application using C# VS 2008 and Sql 2005 express, i have testes the application on my machine and it works fine,
is it possible to build a c# dll and tlb files in a win7 64 bits computer and make it work in a win7 32bits computer?
I\'m curious if there is anyone around here that has inside information on the implementation details of window properties (SetProp, GetProp, etc.) in Windows.开发者_开发知识库
I\'ve a requirement where i need to pass some objects across the pages. So i created a custom class with all the properties required and created a instance of it and assigned all the properties approp
Hi i\'m looking for a asp.net mvc开发者_如何学C callback for elaborate data before save a model.
I\'m a member in a team that develop a Delphi application. The memory requirements are huge. 500 MB is normal but in some cases it got out of memory exception. The memory allocated in that cases is ty