Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Newbie trying to get a grasp

Newbie trying to get a grasp

Scheduled Pinned Locked Moved Windows Forms
csharptutorialdotnetwindows-adminquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Aazzin
    wrote on last edited by
    #1

    I am trying to get a grasp of how to build some simple applications. So I went out and bought the .NET Framework Foundation Fundamentals book. It has taken me through some Labs to create console and Windows Form apps but other than those simple things I dont know how to use the classes I find here on this site and put them into a project. I know how to add the class to the project and drag some controls onto the page. I know some namespaces. For example, Read, write and delete from registry with C# This is SUPER useful to us and I want to use it. I wanted to take this class and create a windows form with a Button, TextBox, and Label. I wanted to be able to enter a keyword into the textbox and onbutton click it would search my registry and delete displaying the results in the label.txt. Sounds simple enough? Other than dragging controls onto the form I have no clue how to put it together.

    J 1 Reply Last reply
    0
    • A Aazzin

      I am trying to get a grasp of how to build some simple applications. So I went out and bought the .NET Framework Foundation Fundamentals book. It has taken me through some Labs to create console and Windows Form apps but other than those simple things I dont know how to use the classes I find here on this site and put them into a project. I know how to add the class to the project and drag some controls onto the page. I know some namespaces. For example, Read, write and delete from registry with C# This is SUPER useful to us and I want to use it. I wanted to take this class and create a windows form with a Button, TextBox, and Label. I wanted to be able to enter a keyword into the textbox and onbutton click it would search my registry and delete displaying the results in the label.txt. Sounds simple enough? Other than dragging controls onto the form I have no clue how to put it together.

      J Offline
      J Offline
      James J Foster
      wrote on last edited by
      #2

      I would suggest two things. One is to stick with basic WinForms or Console applications, and focus on one small thing at a time, such as reading/writing a file, using collection classes, creating and using a class library, etc. until you are very comfortable with C#, the IDE, and these three project types: WinForms, Console, Class Library. The second thing I would suggest is NOT messing with the registry just yet while you are learning. The registry is vital to Windows and should your program logic be off, your entire system may become unbootable. When you focus on tdeveloping your building blocks, you'll start to naturally see how to combine them to create the solution you want.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups