Search found 1598 matches

by ic2
Tue Feb 10, 2026 1:59 pm
Forum: Product
Topic: Use AI to explore XSharp (across the entire GitHub repository)
Replies: 5
Views: 335

Re: Use AI to explore XSharp (across the entire GitHub repository)

Although the end result it looks like a well designed documentation I don't have the impression that it actually is.
Most information is of little use for a programmer. If it would include a full explanation of each X# method including multiple samples, and the same for the compiler errors, then it ...
by ic2
Thu Jan 29, 2026 8:11 pm
Forum: Chit-Chat
Topic: Info: how to get rid of NuGet references
Replies: 2
Views: 223

Re: Info: how to get rid of NuGet references

Hello Chris,

Indeed. Sometimes it even works. I normally do the same as, rename to aa zip file and retrieve and add the DLL's manually; I think this went differently here because I started working from the Syncfusion sample project for which they must have used NuGet.

Anyhow, good to know to get ...
by ic2
Wed Jan 28, 2026 5:09 pm
Forum: Chit-Chat
Topic: Info: how to get rid of NuGet references
Replies: 2
Views: 223

Info: how to get rid of NuGet references

After upgrading to the latest version 32.x from 29.x of Syncfusion Essential Studio, my programs gave a message that I was using a unlicensed version. I tried to reference all necessary DLL's which was not possible. It turned out that the main library was a NuGet link (with a different icon) which ...
by ic2
Mon Jan 26, 2026 9:40 am
Forum: Product
Topic: Event handler changes not in GIT
Replies: 10
Views: 584

Re: Event handler changes not in GIT

Hello Hansjörg,


This works fine in VS and in .Net. We have about 10 programmers who work on the same code at the same time and never really have any problems.
Hansjörg


Now I am confused. We saw that changes in eventhandlers, added in the Design mode, were not 'transferred' to my system, and ...
by ic2
Fri Jan 23, 2026 10:24 am
Forum: Product
Topic: Event handler changes not in GIT
Replies: 10
Views: 584

Re: Event handler changes not in GIT

Thanks for all comments. What I expected is that the in the .Net world we would have a 'effortless' way to exchange all changes in a program between multiple programmers. Again, this is something that doesn't work (fully). On code level it does indeed work well but it feels a bit poor that one ...
by ic2
Mon Jan 19, 2026 4:44 pm
Forum: Product
Topic: Event handler changes not in GIT
Replies: 10
Views: 584

Event handler changes not in GIT

Kees created a drag & drop support of our X# email program which I pulled successfully from the git repo (we use Bitbucket). However, adding 2 event handlers (and later also removing 1) as done via the Winforms Events button in the properties of the form, did not arrive in my solution. It starts ...
by ic2
Fri Jan 16, 2026 11:49 am
Forum: Product
Topic: Syntax highlighting control
Replies: 10
Views: 832

Re: Syntax highlighting control

Hello Isaac,

As a personal note from a Fox subscriber to Chris' remark: I can really recommend you to take Fox. Contrary to users who are waiting anxiously for X# 3.x I am not - the main thing I welcome is that editing in VS would be more comfortable like it is in VO, which is after all these years ...
by ic2
Wed Jan 14, 2026 4:17 pm
Forum: VO & Vulcan
Topic: OLEAutoObject question
Replies: 2
Views: 251

Re: OLEAutoObject question

Hello Robert,

Ah, that's how it works. For all other OLEAutoObject the parameter equals the DLL name so it got me puzzled.

Thanks,

Dick
by ic2
Wed Jan 14, 2026 1:44 pm
Forum: VO & Vulcan
Topic: OLEAutoObject question
Replies: 2
Views: 251

OLEAutoObject question

OLEAutoObject question

We use Chilkat for multiple functions like e-mail, FTP etc. On a just updated program we got an error "The specified module can not be found" using the Unlockstatus access of the Chilkat library and while trying to find out the cause we found that we registered a newer ...
by ic2
Wed Dec 03, 2025 9:24 am
Forum: VO & Vulcan
Topic: Olewebbrowser exception despite errorhandler
Replies: 5
Views: 692

Re: Olewebbrowser exception despite errorhandler

Hello Arne,

In a way it is good to see that you encountered the same issue ;) But I am not retrieving information from the Webview2 browser, so I can not use a delay for anything.

I see on https://learn.microsoft.com/en-us/previous-versions/aa752134(v=vs.85) that Navigate2 has a return value. I am ...