Search results for query: *

  • Users: blueeyes53
  • Content: Threads
  • Order by date
  1. B

    Shuffle method, and Deal Card method...

    Hey there, I want to use a Shuffle method, and a DealCard method which is in a class project named cards. In frmMain I have a listbox, and a Shuffle button In the Class module declare an array of structures.This array should contain elements each representing a card in the deck. The...
  2. B

    2 database relations with a parent and two...

    Hey there, I have 3 tables: tlbFactory(Master) tblCustomer(detail) tblSupplier(detail) 2 datarelation = 1) drtblFactorytblCustomer 2) drtblFactorySupplier 2 datagrids (1) for each details table, of which one datagrid should only one be visible at a time. tblFactory(Master) has 3...
  3. B

    2 datagrids and 3 labels to read database info

    Hi there, I have 2 datagrids which one is for Customers, and the other one is for Suppliers. I have filled the 2 datagrids with their right tbl information. Which is the Customer Datagrid with its info. and the Suppliers Datagrid with its. I have 3 labels which is for the...
  4. B

    Help with output labels calculate with tables

    Hi there, I am working with 2 dataTables the parent tblEmployees, and the child = tblPayroll I have a listbox showing the employees and when one click would show = fldEmployeeID, fldPayrollID, fldPayDate, fldGrossPay, fldWithholding, fldNetPay. I have 4 output labels to show the...
  5. B

    I need help of how to calculate...

    Hi there, I have all the records in a datatbase, when I click on Menu's Navigate and click on First, Previous, Next or Last I have no problem there I get the actual information for the one selected. I need to calculate the code for the montlySales and AvailableBalance each time the user...
  6. B

    On the frmMain while in code view...

    Hi there, On the Main form frmMain while in code view. When I click the form on the class name frmMain and in the method name says that is in Edit State. In a matter of fact all of the items in the method list are showing in the edit state which has like a little...
  7. B

    Why the comboBox is showing actual dates, but

    Hi there, I've a form1 with a combobox and 2 listboxes. The combobox is showing the actual dates, but the list boxes are showing; 0001-01-01 Even before I click on the combobox the 0001-01-01 is showing on the listbox. How could I correct this issue...
  8. B

    How would I declare a structure with....

    Hi there, How would I declare a structure with two members to store each record from an input file. The first member should be a date, and the second a single precision number. Also I need to declare a dynamic array of structures...
  9. B

    Help with this invalid date string

    pintMonth = ToDateTime(pstrFields(0)). Month - 1 This code when debug gives this message code: An unhandled exception of type " System.FormatException occurred in mscorlib.dll Additional information : String information : String was not recognized as a ValidDateTime This code has called...
  10. B

    Straight - line depreciation

    Hi, I have been working on a straight- line depreciation loan amortization. I have entered all of the codes, but when I click the Print Report button, the preview shows: Year StartValue Depreciation End Value 1,000.00...
  11. B

    I need help creating 2 polygons on a Splash

    :confused: Hi there, I need to create 2 polygons on a splash screen. How do I calculate the size that I want to make them. Top triangle: varies the green value from 0 to 255. The red and blue values are zero. Lower triangle: was created by varying the blue value from 255 to 0. The red and...
  12. B

    Why the Print Report button won't calculate or

    :confused: Hi, I am learning VisualBasic.NET, and so far I have worked on projects that included a ' Calculate" button, but now I started working in projects that includes creating a ' Splash' screen, and using the printpreview. I am working in my first project and it does not have a calculate...
Back
Top