Thread: Desktop application in c++

  1. #1
    Registered User
    Join Date
    May 2017
    Posts
    129

    Desktop application in c++

    Hi

    I am looking help with visual studio I want create desktop application in c++

    Desktop application in c++-dp1-png

    I want to create desktop application for automation

    I don't know the setting so anyone can help to create first project setting

  2. #2
    Registered User
    Join Date
    Apr 2019
    Posts
    18
    If you are looking for desktop app for automation, the best way to go is to use AutoIt
    AutoIt Scripting Language - AutoIt

    If you still want to build GUI with C++ with pure Win32 API calls then it is hard task..
    Because I used to write in AutoIt a lot and I wanted to program similar in C++, I am working on this library
    GitHub - gileli121/CU3-Library: Reimplemented Autoit functions for C++

    It is AutoIt GUI functions that implemented in C++ and use pure Win32 API calls.

    You can use AutoIt GUI examples and with little changes build them in C++.
    Maybe you will find it useful.

    I don't know if this is the best way to go for you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 11
    Last Post: 06-23-2015, 02:50 AM
  2. Replies: 5
    Last Post: 12-17-2014, 08:43 PM
  3. C Program to desktop application??
    By jacka1993 in forum Windows Programming
    Replies: 1
    Last Post: 11-08-2012, 07:52 AM
  4. Replies: 2
    Last Post: 05-18-2012, 04:20 AM
  5. Replies: 8
    Last Post: 02-19-2011, 09:04 PM

Tags for this Thread