locked
Code Window RRS feed

  • Question

  • Work on a project on the Design View and double click on the object so I could write statements on the the code window. Then I get a blank page, where I can not write anything. The usual scrin with number line and the star line as

    Public Class Form 1

    Do not even appear.

    what do I do to get the traditional code window.

    Thank you

     
    Thursday, November 12, 2020 7:46 AM

All replies

  • Try right click on a file and "View Code" in "Solution Explorer" I think?

    Btw, in your case it would probably be better for you to change the <form_name>.Designer.vb file and see if there is left over event handler code. (If that is the case, you would see it be underlined as having syntax error because the actual event handler is not declared)


    Friday, November 13, 2020 1:39 AM
    Answerer
  • Hi Alicia Lisa Roman,

    How is the question going?

    In order to help us reproduce your problem, could you provide more details about your project?

    We are waiting for your update.

    Best Regards,

    Xingyu Zhao


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Wednesday, November 18, 2020 8:58 AM