Search:

Type: Posts; User: BlueCheese

Search: Search took 0.02 seconds.

  1. VS 2019 Re: [RESOLVED] my.settings - Missing ApplicationSettings so unable to do bindings

    Sorry, it's sorted now.

    Thanks for your guidance.
  2. VS 2019 Re: [RESOLVED] my.settings - Missing ApplicationSettings so unable to do bindings

    Sorry, did,t see your reply.

    I only have 2 options when creating a project : .NET 5.0 (current), and .NET Core 3.1 (Long term support)
  3. VS 2019 Re: [RESOLVED] my.settings - Missing ApplicationSettings so unable to do bindings

    Sorry, I marked this as resolved too soon.

    I created a new .Net 5.0 project and copied my form components and code over. Project works.

    However, I then created settings (in project > project...
  4. VS 2019 Re: my.settings - Missing ApplicationSettings so unable to do bindings

    Hahaha, just my luck !! :D

    Thanks jmcilhinney, I'll create a new .NET 5.0 project.
  5. VS 2019 [RESOLVED] my.settings - Missing ApplicationSettings so unable to do bindings

    Using Visual Studio Community 2019

    This is more of a Visual Studio issue than a VB.NET issue.

    In my project I am trying to use my.settings to retain text and backcolor of some textboxes.
    I...
  6. Replies
    9
    Views
    1,657

    VS 2019 Re: Apply text to PictureBoxes

    I see. I've amended my code. Thanks again.
  7. Replies
    9
    Views
    1,657

    VS 2019 Re: Apply text to PictureBoxes

    The text issue is resolved.

    By removing the code to create the GroupBox and adding a GroupBox to the Form design instead, I was able to loop through my PictureBoxes the way I intended.

    Code :
    ...
  8. Replies
    9
    Views
    1,657

    VS 2019 Re: Apply text to PictureBoxes

    Thank you Paul for your help. My biggest issues are resolved now.
  9. Replies
    9
    Views
    1,657

    VS 2019 Re: Apply text to PictureBoxes

    If it looks like I am using textboxes, then it is only due to my bad attempt at implementing this.

    I've commented out the UpdateBoxText Sub and tried to create a paint event for my pictureboxes :...
  10. Replies
    9
    Views
    1,657

    VS 2019 [RESOLVED] Apply text to PictureBoxes

    Using : Microsoft Visual Studio Community 2019 - Version 16.9.4

    I have a problem adding text to PictureBoxes in my application. The Form contains a grid formed by PictureBoxes inside a GroupBox. ...
Results 1 to 10 of 10



Click Here to Expand Forum to Full Width