Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Need to create windows for a C++ app

  • 06-02-2006 2:47pm
    #1
    Registered Users, Registered Users 2 Posts: 2,325 ✭✭✭


    hey all,

    I need to create a window for a c++ app. by window i mean a window with sliders and buttons like that which you make in VB. My choices are

    Incorporate the C++ app in JNI

    Incorporate the C++ app in VB.NET

    Create the window in C++

    Preferably i would like to do the third one as i dont want to incorporate two languages into one application but i cannt find any libraries that would allow me to easily create the window. Are there any libraries out there that maybe i'm missing? Or where can i find information incorporating c++ into VB.NET? All i need is one window, i'm not looking for anything spectacular.

    All the best,

    darren


Comments

  • Registered Users, Registered Users 2 Posts: 1,481 ✭✭✭satchmo


    Have you had a look at wxWidgets? It's great for creating windows with all the usual bells & whistles quickly & easily with the minimum of code. It's cross-platform too.


  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    MFC? WinForms?


Advertisement