Search found 106 matches

by George
Wed Dec 16, 2020 9:04 am
Forum: Suggestions
Topic: ILspy suggestion: string file paths appear in C# format
Replies: 4
Views: 12968

ILspy suggestion: string file paths appear in C# format

<t>Again in ILSpy 5.02 X# Plug-in:<br/>
<br/>
In the string file paths, the decompiled code shows the syntax for C # ( instead of )<br/>
<br/>
my original code:<br/>
<br/>
USING System<br/>
USING System.Collections.Generic<br/>
USING System.IO<br/>
USING ICSharpCode.SharpZipLib.Zip<br/>
<br ...
by George
Wed Dec 16, 2020 8:58 am
Forum: Suggestions
Topic: ILspy suggestion: base instead SUPER in decompiled code
Replies: 14
Views: 22382

ILspy suggestion: base instead SUPER in decompiled code

<t>Using ILSpy 5.02 with ILSpy.XSharpLanguage.Plugin to decompile one small App, I saw the 'base' instead of 'SUPER' in decompiled code.<br/>
<br/>
In constructor you can see: base(view)<br/>
In method Calculate corrrectly exists: SUPER:Calculate(hitTestResult, physicalPoint)<br/>
<br/>
using ...
by George
Thu Dec 19, 2019 5:56 pm
Forum: Deutsches Forum
Topic: Array mit Prozessen
Replies: 42
Views: 16148

Delegates

<r>Hi Wolfgang,<br/>
<br/>
>One of the latest things is that I'm using COM modules to access data from different SQL engines, from SQLite, MS SQL, MySQL to PostgreSQL<br/>
<br/>
Another idea is instead using COM, to use a GenericFactoryHelper to write common code for: MSSQL, SqlCe, SQLite and MySQL ...
by George
Wed Oct 02, 2019 6:31 am
Forum: VO & Vulcan
Topic: Is it possible to send a SMS to various phone numbers in VO
Replies: 10
Views: 3853

Is it possible to send a SMS to various phone numbers in VO

Hi,

8 years ago, I created a Vulcan.NET App to Send/Receive SMS using 'Multitech GPRS Modem' and AT commands.
So, this is one of the possible solutions.

regards
George
by George
Fri Sep 27, 2019 8:39 pm
Forum: Visual FoxPro
Topic: FoxPro Webbrowser
Replies: 6
Views: 4288

FoxPro Webbrowser

<t>Hi paula,<br/>
<br/>
I also had problem showing .pdf files in WebBrowser (in X#).<br/>
The solution I found is to 'steal' the focus in DocumentCompleted Event.<br/>
I do not know if it helps in your case but it seems similar.<br/>
<br/>
Here is my solution in a X# code sample:<br/>
<br/>
PUBLIC ...
by George
Wed Jun 12, 2019 10:00 pm
Forum: Chit-Chat
Topic: Which VS version do you use ?
Replies: 28
Views: 9691

Which VS version do you use ?

VS2017 Pro
VS2015 Community
by George
Wed May 22, 2019 7:54 pm
Forum: VO & Vulcan
Topic: Migrating VO 2.7b SQL to XSharp - Difficulties?
Replies: 4
Views: 2608

Migrating VO 2.7b SQL to XSharp - Difficulties?

<r>> Looking at feasibility of porting our VO applications to X#, need to know what works and what doesn't work in X#. <br/>
<br/>
You may find several articles/blogs (like: <URL url="https://www.xsharp.eu/articles/blog">https://www.xsharp.eu/articles/blog</URL>) in X# site discussing the ...
by George
Wed May 01, 2019 8:03 am
Forum: Product
Topic: Winform 3rd Party assemblies not added to References
Replies: 12
Views: 4341

Winform 3rd Party assemblies not added to References

Chris,

each version of DevExpress installation is side by side, except for the same major version.
If you upgade from 17.1.5 to 17.1.6 then overwrites the older.
But, for 17.1 and 18.2, they will be present independently.

George
by George
Tue Apr 30, 2019 9:52 pm
Forum: Product
Topic: Winform 3rd Party assemblies not added to References
Replies: 12
Views: 4341

Winform 3rd Party assemblies not added to References

<t>Jamal,<br/>
<br/>
I did exactly the same steps again in a new project.<br/>
<br/>
I pressed the Compile button without saving the WinForm first.<br/>
The compilation was successful, then I saw all references was in-place.<br/>
<br/>
I tried both Simple WinForm as well as WinForm with designer ...
by George
Tue Apr 30, 2019 9:02 pm
Forum: Product
Topic: Winform 3rd Party assemblies not added to References
Replies: 12
Views: 4341

Winform 3rd Party assemblies not added to References

<t>Jamal,<br/>
<br/>
I am also using DevExpress (16.2) with VS2017, X# 2.0.1.0, but I haven't this problem.<br/>
<br/>
The 5 DevExpress references appear after putting a PictureEdit and a SimpleButton on a WinForm..<br/>
<br/>
Also, the licenses.licx automatically contains:<br/>
DevExpress ...