1. Bonjour tout le monde ! Veillez consulter la Politique de forum pour comprendre nos règles, Merci a vous !
    Rejeter la notice

How to add .Net components on windev

Discussion dans 'Windev' créé par DirkPitt, Juil 11, 2018.

  1. DirkPitt

    DirkPitt Member

    Inscrit:
    Jan 8, 2018
    Messages:
    61
    J'aime reçus:
    16
    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
     
    Tags:
  2. channibal

    channibal Well-Known Member
    MEMBRE WX

    Inscrit:
    Fev 22, 2018
    Messages:
    210
    J'aime reçus:
    277
    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
     
    mistersoft et DirkPitt aiment ça.
  3. DirkPitt

    DirkPitt Member

    Inscrit:
    Jan 8, 2018
    Messages:
    61
    J'aime reçus:
    16
    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
     
  4. popoy

    popoy Well-Known Member
    MEMBRE WX

    Inscrit:
    Fev 23, 2018
    Messages:
    2,964
    J'aime reçus:
    1,575
    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!

     
    mistersoft et DirkPitt aiment ça.
  5. DirkPitt

    DirkPitt Member

    Inscrit:
    Jan 8, 2018
    Messages:
    61
    J'aime reçus:
    16
    Thank you Popoy

    Unfortunately i use windev 22 :rolleyes:

    Dirk
     
  6. DirkPitt

    DirkPitt Member

    Inscrit:
    Jan 8, 2018
    Messages:
    61
    J'aime reçus:
    16

    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
     
    #6 DirkPitt, Juil 12, 2018
    Dernière édition par un modérateur: Juil 12, 2018
  7. channibal

    channibal Well-Known Member
    MEMBRE WX

    Inscrit:
    Fev 22, 2018
    Messages:
    210
    J'aime reçus:
    277
    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)

    [​IMG]

    Rename it to DOTNET_Form for example

    double click on it and in the properties you choose the class HotImage

    [​IMG]

    Now we can manipulate it like any other windev field with : Dotnet.Form.

    [​IMG]

    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

    [​IMG]

    Good luck

    The project

    Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens!

     
    DirkPitt apprécie ceci.
  8. DirkPitt

    DirkPitt Member

    Inscrit:
    Jan 8, 2018
    Messages:
    61
    J'aime reçus:
    16

    Bonjour visiteur, Merci de vous Inscrire ou de vous connectez pour voir les liens!



    Thank you...
    I will try to continue your work... :)

    Dirk
     

Partager cette page

Chargement...