Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Signals with QAxServer in .NET
QtWS25 Last Chance

Signals with QAxServer in .NET

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maebious
    wrote on last edited by
    #1

    Hello,

    I am developing a COM application by using QAxServer module in Qt. I reference and test the COM app in VB.NET. Till now I have successfully called slots and used properties. My problem is that I cannot assign a signal in the VB.NET code as any signal I write in qt is not visible in the COM headers.

    eg.

    signals:
    void valueChanged(int v);

    I also tested void, QString v, const Qstring &v and many other combinations in case that for compatibility reasons was needed a different datatype.

    Can someone give me a working example of any COM signal with .NET?

    Thank you a lot,
    Orestis

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved