PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → .NET overloading
.NET overloading
Débuté par Djordje, 30 juin 2022 06:59 - Aucune réponse
Posté le 30 juin 2022 - 06:59
Hi all,

I have a project that has to use .NET libraries. I imported the library in my WINDEV project and start with initializing objects. 
It works with no problems. When I tried to use some of methods within class if the method is not overloaded it works well but if I tried to use method wit overloading than I receive only one option and can not get the proper method.
What did I do wrong? How to call the proper method?
Thanks in advance,
Djordje