Search found 1615 matches

by ic2
Sun Nov 23, 2025 8:36 pm
Forum: Deutsches Forum
Topic: VO Prog hängt, Testanzeige + Compilieren hilft
Replies: 16
Views: 2075

Re: VO Prog hängt, Testanzeige + Compilieren hilft

Hallo Franz,

Das hilft vielleicht nicht weiter, aber ich habe dieses Problem häufiger (aber nicht immer) mit Corel PaintShop Pro (2023).

Ich starte das Programm, es passiert nichts, obwohl es im Speicher ist.

Ich starte es jetzt immer als Administrator, und dann funktioniert es. Du könntest das ...
by ic2
Wed Nov 19, 2025 12:50 pm
Forum: Product
Topic: Issues trying to get a thumbnail extracted from a MP4 video
Replies: 6
Views: 2038

Re: Issues trying to get a thumbnail extracted from a MP4 video

Hello Chris,

Thanks again a lot for your example and also confirming why the program needs a timer. I found that it is only working correctly with a brief timer (1 second; I also added the Stop and Dispose) and 1 second sleep in wmp_PlayStateChange. As I pause the video before all this it does ...
by ic2
Wed Nov 19, 2025 11:19 am
Forum: Product
Topic: VS 2026
Replies: 9
Views: 1693

Re: VS 2026

Hello Wolfgang,

Making X# work for any VS version takes a lot of resources. Even if it works on paper (Robert will tell if it does), you will encounter issues which are probably mostly solved for VS2022/2019.

I've got VS 2019 and 2022 and they both work independently so I why not install 2 VS ...
by ic2
Tue Nov 18, 2025 8:40 pm
Forum: Product
Topic: Issues trying to get a thumbnail extracted from a MP4 video
Replies: 6
Views: 2038

Re: Issues trying to get a thumbnail extracted from a MP4 video

As a follow up (for most readers on the message below), after some more experimenting:

This seems to work to capture the correct moment (and the Sleep below I know from X# looks like a good alternative for Wait):

PRIVATE METHOD wmp_PlayStateChange(sender AS System.Object, e AS AxWMPLib ...
by ic2
Tue Nov 18, 2025 7:00 pm
Forum: Product
Topic: Issues trying to get a thumbnail extracted from a MP4 video
Replies: 6
Views: 2038

Re: Issues trying to get a thumbnail extracted from a MP4 video

Hello Chris,

Your sample works indeed and it was my first X# Core program actually ;)

I've been working on some improvements. First it seems that the scaling factor does not make a differences. I retrieved it from Windows using the following code but after I set my scailng to 125% (and saw my ...
by ic2
Fri Nov 14, 2025 8:50 pm
Forum: Product
Topic: Issues trying to get a thumbnail extracted from a MP4 video
Replies: 6
Views: 2038

Re: Issues trying to get a thumbnail extracted from a MP4 video

Hello Chris,

Wow, that is fantastic. I was away the whole day but I am going to check out your code very soon.

And I totally agree with you about AI. My general feeling is: when Microsoft embraces it, it is bound to fail. Everything Microsoft has done has failed except there very mediocre OS ...
by ic2
Thu Nov 13, 2025 6:47 pm
Forum: Product
Topic: Issues trying to get a thumbnail extracted from a MP4 video
Replies: 6
Views: 2038

Issues trying to get a thumbnail extracted from a MP4 video

I am trying to extract a thumbnail from a MP4 file. I wonder if anybody has tried this and could tell me what's wrong.

As there's no built in method in Windows, like there is for pictures, I started with AI generated C# code. Not X# code unfortunately as AI won't supply that. But hopefully someone ...
by ic2
Tue Oct 28, 2025 9:27 pm
Forum: Forum Italiano
Topic: COMPLETAMENTO AUTOMATICO
Replies: 9
Views: 1346

Re: COMPLETAMENTO AUTOMATICO

Hello Francesco


Non so però come passarti direttamente la mia mail, se la scrivo qui il post è pubblico, come debbo fare?


Ho risolto il problema come segue. Ho creato un alias di posta elettronica xsharp@ic2.nl . Inviami una mail a quell'indirizzo e saprò il tuo per risponderti. Se questo ...
by ic2
Tue Oct 28, 2025 9:38 am
Forum: Forum Italiano
Topic: COMPLETAMENTO AUTOMATICO
Replies: 9
Views: 1346

Re: COMPLETAMENTO AUTOMATICO

Hello Francesco,


Eh, immaginavo non fosse una cosa semplice.


A quick reply in English...I have such a class for VO which we wrote years ago. It looks like this (Dutch but multiple languages selectable)

AutocompleteSampleXS.jpg

If you would you like to receive the code, I think it's best if ...
by ic2
Mon Oct 20, 2025 8:29 am
Forum: Deutsches Forum
Topic: C# und X509Certificate2
Replies: 26
Views: 7656

Re: C# und X509Certificate2

These errors look a bit like the error I got last week (it's in the subscriber forum) with a mixed C#/X# solution. Eventually I sent the whole solution to Chris who could compile it error free.

I figured out that the only difference between his and my installation was that I have the Store in GAC ...