Different samples and HowTos for Vulcan.NET and X#
MigrationGuide_VO_to_XSharp.pdf - 586 kb - A short migration guide from VO to X#, dated July 3, 2017 wlib2_to_xs.pdf - 1.130 kb - A PDF document listing errors and solutions of my wLib2 migration from VO to X#, dated July 24, 2017 FTP_Explorer_XS.zip - 1.27 mb - My VO FTP Explorer application, compiled in X# and complete with sources as XIDE export SendMailCOM.zip - 30 kb - A COM library to send mails over SMTP using SSL, with sources and a VO sample application DataBinding_1.zip - 9 kb - primitive sample to show databinding in Vulcan.NET XAML_VIDE.zip - 379 kb - How to use VIDE/XIDE with XAML, complete with databinding and commands VulcanService.viaef - 7 kb - Sample for a Windows Service in Vulcan.NET and X# VulcanHttpListener.viaef - 4 kb - A http Listener in Vulcan.NET and X# XIDE_WR_Plugin.zip - 25 kb - A XIDE plugin written in X# (binary and sources) - March 24. 2018 ResourcesSample.zip - 3 kb - A sample how to manage ressources in XIDE and X# WPFErrorHandler.viaef - 11 kb - A sample of a WPF error handler in X# StartedFromIDE.viaef - 8 kb - A sample how to check if an application is started from the IDE, using the Win32 Process API (X#) XS_DBFBinaryRead.zip - 4 kb - Contains VO and X# code to demonstrate how binary data can be read from a VO DBF using the Vulcan.NET RDD (X#) (by Chris Pyrgas) AsyncApp.zip - 3 kb - A sample how to implement asyncron processes in a WPF application (X#) ValueTextBoxApp.viaef - 17 kb - As sample with a WPF textbox that implements a generic value property like the VO controls (X#) TextBoxConverterApp.viaef - 16 kb - A sample with a more WPF like value implementation using a generic ValueConverter class (X#) WinformsDataBindingApp.viaef - 12 kb - A sample for a simple databinding in a WinForms application (X#) BackgroundworkerApp.viaef - 10 kb - A sample for BackgroundWorker in a WPF application (X#)