Results 1 to 2 of 2

Thread: How to use native windows api in Qt C++?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: How to use native windows api in Qt C++?

    Native API is usually just some C API, which you can call directly in C++ (and thus in a Qt application).

    Your code above looks like a mixture of system API and MFC, so if you can get rid of the MFC parts there should be no problem of using the remaining code.

    Cheers,
    _

  2. The following 2 users say thank you to anda_skoa for this useful post:

    binary001 (6th July 2015), Cupidvogel (1st January 2016)

Similar Threads

  1. Getting native windows and resizing
    By jerome in forum Newbie
    Replies: 2
    Last Post: 12th July 2010, 18:39
  2. Looking Native on Windows, saying similar to Microsoft Office
    By henry_shanghai in forum General Discussion
    Replies: 4
    Last Post: 30th May 2010, 14:35
  3. Alien vs Native Windows - Flicker in Screen Transition
    By pinakis in forum Qt-based Software
    Replies: 1
    Last Post: 18th October 2009, 16:47
  4. MS Sql native driver??
    By LordQt in forum Qt Programming
    Replies: 4
    Last Post: 9th October 2007, 13:41
  5. Can Native Api be Used?
    By iGoo in forum Qt Programming
    Replies: 1
    Last Post: 25th May 2006, 11:44

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.