cdeger

Stories submitted by cdeger

JavaScript eval in C#(cptec.de)

submitted by cdegercdeger(45) 4 years, 8 months ago

How to easily call JavaScript eval from a C# project. read more...

add a comment |category: |Views: 14

tags: another

VSTS Database Professional (3)(cptec.de)

submitted by cdegercdeger(45) 5 years ago

How to deploy the generated Schema from Visual Studio Team System Edition for Database Professional. (in german) read more...

add a comment |category: |Views: 2

tags: another

IsolatedStorage dubios unter Vista?(cptec.de)

submitted by cdegercdeger(45) 5 years ago

Does IsolatedStorage work as expected under Windows Vista? read more...

add a comment |category: |Views: 13

tags: another

XAML - clr-namespace - Workaround(cptec.de)

submitted by cdegercdeger(45) 5 years, 3 months ago

A XamlParseException is thrown when mapping a "clr-namespace" in a strong-named assembly to a XAML namespace. This can be avoided by not using auto numbered assembly versions. read more...

add a comment |category: |Views: 50

tags: another

WPF - Windows Forms Interop: Keyboard(cptec.de)

submitted by cdegercdeger(45) 5 years, 3 months ago

Windows Forms - WPF Interop: ElementHost.EnableModelessKeyboardInterop() is needed for WPF Windows launched from an Windows Forms application. read more...

add a comment |category: |Views: 22

tags: another

Dispatcher in Windows Forms(cptec.de)

submitted by cdegercdeger(45) 5 years, 3 months ago

You can use the .NET 3.0 Dispatcher within Windows Forms read more...

add a comment |category: |Views: 161

tags: another