Ein Unternehmen aus SÜDTIROL
Teamviewer
Fernwartung mitAnyDesk

Riedmann GmbH
Postgranz 16
I-39012 Meran (BZ)
Tel. +39 0473 201 239
Fax +39 0473 209 749

Email: info@riedmann.it
PEC: riedmann@legalmail.it

St.Nr. 02709280214
MwSt.Nr. 02709280214


The X# Tools library

XSharp.Tools.WPF.DataEntry.zip - 39 kb - WPF Textbox Behavior for numeric entry, XIDE sources, binary and sample (translated from VB.NET) (X#)
XSharp.Tools.XlsxFile.zip - 1419 kb - a COM library for the interface to Excel XLSX files with a COM interface to VO. Sources in both X# and VO (X#, VO)(updated 18/10/2023)

RightSLE for X#

RightSLE is a project by Willie Moore www.wmconsulting.com/rightSLE.htm
The following downloads are ports to X#
RightSLE-VOGUI.zip - 161 kb - RightSLE for X# VOGUI, sources, VS project
RightSLE-VOGUI_bin.zip - 111 kb - RightSLE for X# VOGUI, binaries only
RightSLE-WF-WPF.zip - 3022 kb - RightSLE for X#, Windows Forms and WPF, sources, VS project
RightSLE-WF-WPF_bin.zip - 217 kb - RightSLE for X#, Windows Forms and WPF, binaries only

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
StandardMDI_XS.zip - 2.73 mb - The StandardMDI VO application, migrated to X#, complete with sources in VO and X#, and all needed binaries to run
StandardMDISQL_XS.zip - 2.75 mb - The StandardMDI SQL VO application, migrated to X#, complete with sources in VO and X#, and all needed binaries to run
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 (does not works with GMail anymore)
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#)
XbaseInterface.zip - 21 kb - A library that exposes the DBServer to C# and X# Core applications and defines an own datatype (XbDate) (X#)
VOGuiWinforms.zip - 7 kb - A sample of a VO GUI application with a Windows Forms window (X#)

Documents and samples from sessions

GUI_Choices_Material.zip - 1379 kb - X# Summit 2023 - GUI Choices for VO programmers (presentation in English and German, samples)
SQL.pptx - 131 kb - X# Summit 2022 - SQL Data Access in .NET (presentation in German)
SQL_Summit.zip - 5283 kb - X# Summit 2022 - SQL Data Access in .NET (sample code)
WPF_Code_Driven_P1.pptx - 539 kb - xbase.future 2018 - Data/Code driven windows in WPF Part 1 (German version)
WPF_Code_Driven_P1_english.pptx - 536 kb - xbase.future 2018 - Data/Code driven windows in WPF Part 1(English version)
WPF_Code_Driven_P1.zip - 57 kb - xbase.future 2018 - Data/Code driven windows in WPF Part 1 (Samples)
WPF_Code_Driven_P2.pptx - 872 kb - xbase.future 2018 - Data/Code driven windows in WPF Part 2 (German version)
WPF_Code_Driven_P2_english.pptx - 874 kb - xbase.future 2018 - Data/Code driven windows in WPF Part 2 (English version)
WPF_Code_Driven_P2.zip - 86 kb - xbase.future 2018 - Data/Code driven windows in WPF Part 2 (Samples)
Differences_VO_XS.pdf - 607 kb - Meeting Bolzano 2018 - Differences between VO and X# - English version

Italian Documents for X#

Differenze_VO_XS.pptx - 222 kb - Meeting Bolzano 2018 - Le differenze tra VO e X#
WPF_Code_Driven_P1_ita.pptx - 544 kb - Meeting Bolzano 2018 - Scrivere finestre WPF in codice