Managing stylesheets in Dynamics NAV

Sending documents to MS Word had always been a challenge in NAV, until the new "export to Excel" and "export to Word" functionality was introduced in NAV version 5 and carried over to version 2009. Automatic "Send to Excel" and "Send to Word" capability uses stylesheets…

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...