CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: bkruep

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    800

    returning fields

    I am writing a method where a screen pops up and need to select two of the three fields to run a customer search(acct, name, ssn). Right now when I run the search it checks for the bill account and...
  2. Thread: exit on menu

    by bkruep
    Replies
    1
    Views
    1,605

    exit on menu

    I am finishing up this program and have a small bug with my exit on my menu I created. In my code below, if I click on the exit button on my form or right click the form and click exit, it asks me...
  3. Replies
    3
    Views
    1,655

    Re: menu button perform click

    I tried me.close() and it also does not do anything
  4. Replies
    3
    Views
    1,655

    menu button perform click

    I am learning to create menu buttons and use the perform click. When I began by using the about in my code it works fine. However, when I try to do a perform click wiht my exit button in the menu...
  5. Replies
    6
    Views
    1,798

    Re: exception errors

    I used your advice and added a messagebox to check each textbox and worked great with the exception of the masked textbox. I am guessing since there are '(', ')', and '-' already in the textbox that...
  6. Replies
    6
    Views
    1,798

    Re: exception errors

    I am only in chapter 4 on this visual basic book so the code below is way over my head as this stage lol.

    I kind of messed around with it alittle and I do get an error to come up now with the code...
  7. Replies
    6
    Views
    1,798

    exception errors

    I am beginning to use exceptions in visual basic and haveing issues with my compute button(totals button works fine). My issue is I have a group box of customer information and the customer name,...
  8. Replies
    3
    Views
    1,480

    Re: first program in c#

    I apologize I actually made a typo in my first post. There is not a checkbox in my program. Under the form layout, I just have a groupbox with 3 radio buttons in it (green, yellow, and red). I...
  9. Replies
    3
    Views
    1,480

    first program in c#

    I am trying to pick up c# and was wondering if someone could show me what I am doing wrong. In the code below I have three radio buttons(go, slow down, and stop). I also have a checkbox is show the...
  10. Thread: Car program

    by bkruep
    Replies
    4
    Views
    1,871

    Re: Car program

    I don't get error messages but here are my problems. When I start the program I am trying to set it up to where if I don't enter a 1 it will return an error and this part is correct. However, after...
  11. Thread: Car program

    by bkruep
    Replies
    4
    Views
    1,871

    Re: Car program

    Here is my code...

    /*
    Programmer: Bryan Kruep
    Date: 9/11/2012
    Assignment: ProgrammingAssignment3
    */

    import java.util.Scanner;
    public class MyApp
  12. Thread: Car program

    by bkruep
    Replies
    4
    Views
    1,871

    Car program

    I was seeing if someone can take a look at my code for my program as I have two issues...

    if I hit 2 or 3 to start the program it returns an error but also still stores the variable as you can see...
  13. Replies
    4
    Views
    1,101

    general c++ question

    I have a couple of questions. I currently work for scottrade which is a discount brokerage financial company in St. Louis, MO(help desk job). I have an interview in a few weeks for an entry level...
Results 1 to 13 of 15





Click Here to Expand Forum to Full Width

Featured