I upgraded the project from VS2008 to VS2010 with no problems, but when publishing the application I get teh warning: Warning 1 Could not find resources for culture 'nl'. Using culture 'en' instead....
Is there a component in ASP.NET 4.0 which can print images that are located on the Web server? The user must be able to print these images from the aspx page.
I use the encryption and decryption of the cryptkci.dll.
When using MD5 and RC4 as parameters for the method Encrypt, decrypting gives sometimes another results.
The property...
We made an ocx that also embed ocx controls. Those embedded controls are licensed. For that we set the property "Require license key' of our ocx control.
Another supplier wants to use our control,...
When resizing a column in a datagrid, the expected value of the width of that column can not be retrieved in the mouseup event. It has the same value when the resizing started.
The only thing that needs te be done is ScreenToClient and to offset the listcontrol. This offset is needed because I am using a CFormView and the listcontrol is in the middle of that...
The example is clear to me. I saw that example already, but how do I get that point where the mouse is clicked in the CListCtrl?
That is what I really want to know.
How do I get that point...