Hello to All After few researches on the web, finally i found a cheap .net component that allow me to insert hotspot objects in an image. This components can be found on this site: Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens! and a demo is available to test. My problem: i know how to insert a .net assembly to a project, but i don't know if it's also possible to add .Net GUI components. Question: How can i insert and use it in the form??? Thanks in advance Dirk
Hi, The use of a.NET assembly is identical to the use of a windev class. Reminder: Classes are visible in the Project Explorer pane. NET classes are grouped by "Namespace". I downloaded the example Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens!, installed it and integrated the assembly into a project see the documentation Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens! The projetc Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens! Good luck
Hello Channibal Thanks for your tips. I already did a little test adding the .Net assembly to project. My main problem are: 1) The .net component allow to load a designer (try to load and execute one of the example using Visual Studio 2017, with a selection on a popup menu activated with right click) 2) How to insert the GUI interface of this component and handle it reading the file built with the designer. Thanks Dirk
Le conteneur natif est une nouveauté de la 23 Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens! la page en anglais. Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens!
Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens! Thank for your help. I really appreciate your availability to develop an example using this component. Unfortunately, i use only .Net assembly without GUI interface, so i don't know to add it to a windev form. It could be starting point for the future works. Waiting to receive your example. You may send the example to: [xxx @ xxx.xx] dot it. Thanks in advance Dirk
Hello, Just fot test, I don't know if I'm on the right path or not, but I'm trying Start by inserting a field : DotNet (Winform) Rename it to DOTNET_Form for example double click on it and in the properties you choose the class HotImage Now we can manipulate it like any other windev field with : Dotnet.Form. Tell me if this is what you're trying to do or not because I can't continue my tests since I don't have the paid version. Here's what I get when I right-click on the component Good luck The project Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens!
Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens! Thank you... I will try to continue your work... Dirk