I\'d like to be an early adopter of using the mouse wheel to scroll my document and although the Forms designer doesn\'t publish the onMouseWheel property I have configured the handler programmaticall
I\'ve built a program running on windows 7 to communicate with a usb device \"power mate\". When I leave my computer, I always press \"WIN+L\" to lock my computer, and when I get back, I press \"CTRL+
I\'ve wrote a C++ library that is exposed to my VB.NET application through a C++/CLI wrapper. I\'m worried about objects that I\'m shuttling up to the VB.NET application through the wrapper. To use
Ok so I have this program that accepts files the user drags and drops onto a label box.The program is currently able to accept files that are dropped.I then save the files into a System::Object^.Insid
say I have three classes: class1, control1 and form1; form1 instantiate contorl. and control1 instantiate class1, the later produces some event that I need to \'bypass\' to form1, to achieve that I ha
I\'ve run into this problem before, but never in a situation like this. I\'m completely confused. As the question states, I\'m getting the runtime error \"Object reference not set to an instance of an
To generate UInt64 the following results in \"warning C4293: \'<<\' : shift count negative or too big, undefined behavior\"
I have the following key handler: void Form1::texBox_KeyDown(System::Object^sender, System::Windows::Forms::KeyEventArgs^e) {
I am trying to build a very simple C++ unit test project.The setup is just so happened to be exactly the same as what this blog described.I built a static library TestLib.lib and a C++ unit test proje
I\'m not entirely familiar with how CLI works, but I have a general idea. I have a function that takes 2 System::String variables, and uses those to download a file from a webpage. As far as the downl