CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2016
    Location
    Missouri
    Posts
    5

    Looking for some help with PictureBox in C-Sharp

    Hello,
    I am looking for some help with C# 2.0 .net. PictureBox. I have some general understanding , but I have looked at some examples online, some Youtube videos and I am still a little lost. I am working on a project of multiple question and answers. This script I got from this website is http://www.functionx.com/vcsharp2003/. They have a awesome program on this site at the very bottom under application. It's the Multiple Choice Questions with a single answer. The program runs off a radio buttons. The form loads and changes when a response is made with radio buttons and a check answer button. I want to use PictureBox in my project on form load. Then a question comes up, with a choice of radio buttons for answers to choose from. I would love it if someone could also point me to a college grad book on explaining PictureBox and other c-sharp related stuff. Thanks for any help.
    Last edited by programingguru; January 18th, 2020 at 10:23 AM.

  2. #2
    Join Date
    May 2016
    Location
    Missouri
    Posts
    5

    Re: Looking for some help with PictureBox in C-Sharp

    I was able to find a couple of websites that brought everything together and I was able to learn the principles of coding and it's function. With that knowledge. I was able to test through trials and errors, which always helps me to retain my knowledge.
    Last edited by programingguru; January 21st, 2020 at 12:02 PM.

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Looking for some help with PictureBox in C-Sharp

    You might want to think about looking into .NET Core 3.1.

    If you are developing websites in C#, .net has come a long way from .Net 2.0.

    Microsoft also has a Visual Studio 2019 Community edition download for free.

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

Featured