Search results for query: *

  1. J

    Basic outline for basic

    I am not sure exactly, maybe something stating a step by step layout. Example declare variables, assign input to variables, etc.. I just need something that I can keep handy.
  2. J

    Basic outline for basic

    Is there some sort of outline or layout for visual basic. If someone has some sort of layout could i get a copy? I am extremely interested. I don't need anything advanced, actually as basic as it can be. please help!!!! Thanks Jason
  3. J

    In need of some tutoring

    I was wondering if anyone lives in or around Wichita Kansas? I think I am going to need extra help with visual basic. I just cannot get it. So if you are near Wichita, please let me know. Thanks Jason
  4. J

    Any incouraging words or just suggestions.

    Finally got it to work. Hopefully my next program will come to me a lot easier. I am just having a hard time burning the basic structure, layout into my head. I just ordered a pocket reference book from barnes and noble, maybe and hopefully it will help. I can't thank you guys enough for...
  5. J

    Any incouraging words or just suggestions.

    Something like this? Private Sub btnCalc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalc.Click 'calculate a letter grade 'declare variables Dim decgrade1 As Decimal Dim decgrade2 As Decimal Dim decgrade3 As Decimal Dim strgrade As String 'determine...
  6. J

    Any incouraging words or just suggestions.

    Here is a good example of what I run into everytime I try to program: This is the problem we were given in class: Professor Juarez Create an application that displays a letter grade based on the average of three test scores entered by Professor Juarez. Each test is worth 100 points. Verify...
  7. J

    Any incouraging words or just suggestions.

    I am brand spanking new to programming. I am taking a class and we are studying visual basic.net. I am not catching on. We are in our third week and things just keep getting harder and harder. I am on the edge of just giving up. I know none of you know me but man I am getting so frustrated...
Back
Top