Search results for query: *

  • Users: mak2gd
  • Content: Threads
  • Order by date
  1. M

    Adding values to a combo box

    Adding values to a combo box (Resolved) Hi, You will tell from this question that I am a VB .Net starter :) I am trying to add a list of ten numbers in the combo box values. I think I have the code right but I think I am placing it in the wrong place. I tried form_load and an add button but...
  2. M

    Back button

    Back button(Resolved) Hi, I am trying to create a back button to delete one digit from the right of text box value. Can you please suggest a .net solution? Thanks in advance.
  3. M

    Form does not run

    Form does not run (Resolved) Hi, I have this program as a windows application. This is the form and the controles on it: '******************************************* PublicClass frmCalc Inherits System.Windows.Forms.Form Dim ValueOne AsLong Dim ValueTwo AsLong Dim Sign AsString...
  4. M

    Problem testing a simple program

    Hi, I have a one form one module one function program that wont run when I try to debug it. When I click the run button I get a black screen that reads "press any key to continue..." and it disappears very quickly. I think the main form comes up and stops very quickly before doing any thing on...
Back
Top