Search results for query: *

  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...

    Thank you for your quick reply... Again, Thanks for your help, and I will post again about this issue following your points.:confused:
  3. B

    2 database relations with a parent and two...

    2 database relations with a parent and 2 detail tables Hey there, This is the error message that I am receiving: An unhandled exception of type 'System.ArgumentOutofRange Exception' occurred in mscorlib.dll Additional Information: Index was out of range. Must be non- negative and less than...
  4. 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...
  5. B

    I need help creating 2 polygons on a Splash

    I wish I could help you, but I am still stuck myself... Misty, I am still working on it too. I am also a beginner what I have it is the 2 polygons posted on post #9. I haven't been able to place a text in the upper part of the top polygon, either have I not been able to do is to...
  6. 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...
  7. B

    SLN Math Function

    Hi there, About the SLN function: I have also had Visual Basic.NET gave me an error message when I used the .SLN function. Did you figure out why it does that and how to prevent it. Thanks
  8. 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...
  9. 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...
  10. 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...
  11. B

    Why the comboBox is showing actual dates, but

    ComboBox is not populating the 2 listBox Dim DateandTime As Date Dim Temperatures As Single Dim pstr As DateTime Dim pintTotal As Integer Private DateTime() As SelectDateandTime Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  12. 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...
  13. B

    How would I declare a structure with....

    Thank you That did help!:)
  14. 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...
  15. 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...
  16. 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...
  17. B

    I need help creating 2 polygons on a Splash

    Thank you all for your help!! Hi, Finally, it worked.... with the help of all of you!!!! Thanks!!
  18. B

    I need help creating 2 polygons on a Splash

    Yes Thank you Hi, Yes it is something like that, but the are like a rectangle, but making 2 triangles - you know like one in its original form and the other upside down. I need the code to write these 2 triangles which are made drawing short lines. Could you please paste the...
  19. B

    I need help creating 2 polygons on a Splash

    Thank you so much that it what I need , but I don't understand :) Hi, Yes that is the graphic that I need to draw, but I don't know how to write the code for it. Would you please write it for me so I could then work with the blending of the colors. Thank you Ps. I am just beginning in...
  20. B

    I need help creating 2 polygons on a Splash

    Thanks for the code... it did work fine! Hi there, This is what I need to know how to code: The Splash screen should contain 2 triangles. These triangles should be created by drawing successively shorter lines. These 2 triangles when put together resemble a rectangle. Thanks a lot :)
Back
Top