Bug theater in Web services #3

Soren has taught me yesterday that some of the bugs I encountered have been properly disinsected by Microsoft, so other than the workarounds I suggested, there is an option to apply the hotfix and forget about that one. Bron : Navigate into Success Lees meer...

Drag And Drop Files to a C# Application

The .NET Framework makes it easy to detect objects dragged and/or dropped into a Windows Forms application using one or more of the drag-and-drop events available. In these events you could check if the object is a file. Bron : Codehill Lees meer...