Results 1 to 4 of 4

Thread: Visually creating forms in unmanaged C++

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2004
    Location
    Kansas, USA
    Posts
    352

    Visually creating forms in unmanaged C++

    Is there a way to visually edit a form using the VisualStudio IDE when developing an unmanaged C++app? If not is there a free solution out there for creating editing forms visually?
    Thanks,
    Eric
    --------------------------------------------------------------------------------------------------------------------
    VB.net/C# ... Visual Studio 2019
    "None of us are as smart as all of us."

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    You can edit dialogs in the resource editor. That should cover just about everything you usually need.

    Otherwise you might want to look into GTK+ and its window designer (too tired to remember the name), there might be a port for Windows.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2004
    Location
    Kansas, USA
    Posts
    352

    Sorry for the newbie questions...

    The main window that loads when I run the app that VisualStudio creates does not show up as a dialog. It does have an "About" dialog a menu. Do I edit a dialog and add it into the main window? How do I edit the contents of the main startup window?
    Thanks,
    Eric
    --------------------------------------------------------------------------------------------------------------------
    VB.net/C# ... Visual Studio 2019
    "None of us are as smart as all of us."

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Not graphically, but in code. The main window of the auto-generated Win32 app (which is bad IMHO) is code-generated, so you have to control its look with code.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width