Using Win Forms

srfpala 111 Reputation points
2020-10-24T23:09:47.533+00:00

Using VC++ 2019 CE under Win 10 building a Windows
Form application.
I would like to add controls to my form by using the ToolBox dialog editor.
I can use the dialog editor to add controls to the Help| About Message dialog.
So I know the Dialog editor is present. But how do I add controls to
the main form which now is blank and has only File and Help menu items ?
TIA
Bob

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,873 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Anonymous
    2020-10-24T23:11:41.863+00:00

    From the toolbox flyout you should be able to just drag them over and drop on form.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. Anonymous
    2020-10-25T00:52:52.57+00:00

    Maybe you just need to add a form?

    34832-image.png

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  3. Anonymous
    2020-10-25T00:55:33.467+00:00

    Or if its already there then just double click in right hand pane of solution explorer.

    34764-image.png

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  4. Castorix31 83,206 Reputation points
    2020-10-25T03:41:20.813+00:00
    0 comments No comments